checkout: General SCM
This is a special step that allows to run checkouts using any configuration
options offered by any Pipeline-compatible SCM plugin.
To use a concrete SCM implementations, just install the corresponding plugin
and check if it is shown in the list below.
Then select the SCM to use from the dropdown list and configure it as needed.
Any other specific step to run checkouts (like svn or git)
are simplistic options of this step.
scm
-
Nested Choice of Objects
$class: AWSCodePipelineSCM
name:::
clearWorkspace
-
region
-
awsAccessKey
-
In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts.
If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials.
This is the preferred method. In all other cases, you can store AWS credentials in these fields.
You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted.
For more information, see AWS CodePipeline Integration for Other Products and Services.
Type: String
awsSecretKey
-
>In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts.
If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials.
This is the preferred method. In all other cases, you can store AWS credentials in these fields.
You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted.
For more information, see AWS CodePipeline Integration for Other Products and Services.
Type: String
proxyHost
-
You might need a proxy host address if you are hosting Jenkins on a private network.
The proxy name can be an IP address or DNS address. The AWS CodePipeline Plugin for Jenkins requires internet access.
If access is not configured, you might see errors in the AWS CodePipeline Polling Log.
Type: String
proxyPort
-
You might need a proxy port for your proxy host address if you are hosting Jenkins on a private network.
The proxy port is a number, might be on port 8080, 3128, or 8443, depending on your network protocols and security settings.
If access is not configured, you might see errors in the AWS CodePipeline Polling Log.
Type: String
category
-
This is the category of the action type in AWS CodePipeline, and is usually either Build or Test. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins.
Type: String
provider
-
This is the provider name of the action type in AWS CodePipeline. You must provide this exact string when adding an action for Jenkins in AWS CodePipeline. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins.
Type: String
version
-
Leave the default as 1.
Type: String
$class: AccurevSCM
serverUUID:::
serverName
-
depot
-
stream
-
wspaceORreftree
-
workspace
-
reftree
-
subPath
-
filterForPollSCM
-
synctime
-
cleanreftree
-
useSnapshot
-
dontPopContent
-
snapshotNameFormat
-
directoryOffset
-
ignoreStreamParent
-
$class: BazaarSCM
source:::
cleantree
-
browser
-
Nested Choice of Objects
$class: Loggerhead
url::::
+
Loggerhead is a web-based interface for Bazaar
branches. It is used by Launchpad,
so if your code is hosted on Launchpad, you are using Loggerhead.
The repository browser URL for the root of the project.
For example, a Launchpad project called myproject would use
http://bazaar.launchpad.net/~myteam/myproject/mybranch.
*Type:* String
$class: BitKeeperSCM
parent:::
localRepository
-
usePull
-
quiet
-
$class: BlameSubversionSCM
if it is false and the build is not triggered by upstream job,
the plugin will not collect any svn info from upstream job.
else the plugin will collect svn info from latest upstream job
$class: CCUCMScm
loadModule:::
newest
-
mode
-
Nested Choice of Objects
$class: PollChildMode
levelToPoll::::
component (optional)
-
createBaseline (optional)
-
Check this if you want create a baseline after a completed deliver.
This is only applicable for child and sibling poll mode.
Type: boolean
newest (optional)
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
$class: PollRebaseMode
levelToPoll::::
component (optional)
-
The component used to figure out the correct baseline to recommend due to the following bug:
http://www-01.ibm.com/support/docview.wss?uid=swg21269043
*Type:* String
createBaseline (optional)
-
excludeList (optional)
-
$class: PollSelfMode
levelToPoll::::
component (optional)
-
newest (optional)
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
$class: PollSiblingMode
levelToPoll::::
component (optional)
-
createBaseline (optional)
-
Check this if you want create a baseline after a completed deliver.
This is only applicable for child and sibling poll mode.
Type: boolean
newest (optional)
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
useHyperLinkForPolling (optional)
-
Instead of using the integration streams default deliver target. Use the value specified in the hyperlink. The hyperlink type to be used can be configured in the global configuration.
Type: boolean
$class: PollSubscribeMode
levelToPoll::::
componentSelection:
-
jobsToMonitor
-
jobname:
-
ignores:
-
A comma seperated list of components which should not be included when checking if the requirements are met.
That is to say that not all components are interesting in every job specified.
Type: String
jobName (optional):
-
Specifies the name of the job in which all selected baselines must be present.
Type: String
cascadePromotion (optional)
-
component (optional)
-
newest (optional)
-
stream
-
Specify the stream you want to poll for with ClearCase UCM SCM. Syntax: [stream]@[PVOB]
Type: String
treatUnstable
-
nameTemplate
-
forceDeliver
-
recommend
-
makeTag
-
setDescription
-
buildProject
-
removeViewPrivateFiles
-
trimmedChangeSet
-
discard
-
$class: CVSSCM
repositories:::
cvsRoot
-
The CVS connection string Jenkins uses to connect to the server. The format is
the same as $CVSROOT environment variable (:protocol:user@host:path)
Type: String
passwordRequired
-
password
-
repositoryItems
-
location:
-
Nested Choice of Objects
$class: BranchRepositoryLocation
branchName::::::
$class: HeadRepositoryLocation
$class: TagRepositoryLocation
tagName::::::
remoteName::
-
The name of the module in the repository at CVSROOT
Type: String
localName::
-
The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used.
This is similar to the checkout-as function available on many CVS clients.
Type: String
projectsetFileName::
-
The name of the file in this module to parse for projectset entries.
Type: String
excludedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
src/main/web/.*\.html
src/main/web/.*\.jpeg
src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
More information on regular expressions can be found here.
*Array/List*
pattern:
-
compressionLevel
-
repositoryBrowser
-
Nested Choice of Objects
$class: FishEyeCVS
url:::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url:::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
canUseUpdate
-
If checked, Jenkins will use cvs update whenever possible for builds.
This makes a build faster. But this also causes the artifacts from
the previous build to remain in the file system when a new build starts,
making it not a true clean build.
Type: boolean
legacy
-
Hudson 1.20 and earlier used to create redundant directories inside the workspace.
For example, if the CVS module name is "foo/bar", it first created "foo/bar" and
then put everything below. With this option checked off, there will be no more
such unnecessary intermediate directories.
If you have multiple modules to check out, this option is forced (otherwise they'll overlap.)
This affects other path specifiers, such as artifact archivers --- you now specify
"build/foo.jar" instead of "foo/build/foo.jar".
*Type:* boolean
skipChangeLog
-
Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server.
Type: boolean
pruneEmptyDirectories
-
Remove empty directories after checkout using the CVS -P option.
Type: boolean
disableCvsQuiet
-
Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that.
Type: boolean
cleanOnFailedUpdate
-
If the job is configured to use CVS update and the update step fails for any reason then the workspace
will be wiped-out and a clean checkout done instead.
Type: boolean
forceCleanCopy
-
If checked, Jenkins will add the C option to the CVS update command to force it
to over-write any files with local modifications, rather than attempt a merge or leave
them as they are.
Type: boolean
$class: ClearCaseSCM
branch:::
label
-
extractConfigSpec
-
configSpecFileName
-
refreshConfigSpec
-
refreshConfigSpecCommand
-
configSpec
-
viewTag
-
useupdate
-
extractLoadRules
-
loadRules
-
useOtherLoadRulesForPolling
-
loadRulesForPolling
-
usedynamicview
-
viewdrive
-
mkviewoptionalparam
-
filterOutDestroySubBranchEvent
-
doNotUpdateConfigSpec
-
rmviewonrename
-
excludedRegions
-
multiSitePollBuffer
-
useTimeRule
-
createDynView
-
viewPath
-
changeset
-
viewStorage
-
Three strategies are currently available to manage view storage location.
Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured.
Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command.
Use explicit path. This entry generates a -vws argument to the cleartool mkview command.
Nested Choice of Objects
$class: DefaultViewStorage
$class: ServerViewStorage
assignedLabelString::::
+
Label expression used to populate view storage location dropdown.
Type: String
server
-
The view storage location that will be passed to the -stgloc option.
The list of available servers is retrieved using cleartool lsstgloc -view
Note that auto is always available.
Type: String
$class: SpecificViewStorage
winStorageDir::::
$class: ClearCaseUcmBaselineSCM
When used (and fully set up), this option will display a field at build-time
so that the user is able to select a ClearCase UCM baseline from which to
download the content for this project.
$class: ClearCaseUcmSCM
stream:::
loadrules
-
viewTag
-
usedynamicview
-
viewdrive
-
mkviewoptionalparam
-
filterOutDestroySubBranchEvent
-
useUpdate
-
rmviewonrename
-
excludedRegions
-
multiSitePollBuffer
-
overrideBranchName
-
createDynView
-
freezeCode
-
recreateView
-
allocateViewName
-
viewPath
-
useManualLoadRules
-
changeset
-
viewStorage
-
Three strategies are currently available to manage view storage location.
Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured.
Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command.
Use explicit path. This entry generates a -vws argument to the cleartool mkview command.
Nested Choice of Objects
$class: DefaultViewStorage
$class: ServerViewStorage
assignedLabelString::::
+
Label expression used to populate view storage location dropdown.
Type: String
server
-
The view storage location that will be passed to the -stgloc option.
The list of available servers is retrieved using cleartool lsstgloc -view
Note that auto is always available.
Type: String
$class: SpecificViewStorage
winStorageDir::::
unixStorageDir
-
buildFoundationBaseline
-
Copyright (c) 2013, Vincent Latombe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
If checked, instead of creating a view on the current stream,
the job will look up the current foundation baselines for the given stream and work in readonly on these baselines. If polling is enabled,
the build will be triggered every time a new foundation baseline is detected on the given stream.
Type: boolean
$class: CloneWorkspaceSCM
parentJobName:::
$class: CmvcSCM
family:::
become
-
releases
-
checkoutScript
-
trackViewReportWhereClause
-
$class: ConfigurationRotator
acrs:::
+
Nested Choice of Objects
$class: ClearCaseUCM
pvobName::::
contribute
-
Contribute data to a global database. Defined in the Compatibility Action Storage Plugin.
Type: boolean
targets
-
baselineName:
-
level:
-
-
INITIAL
-
BUILT
-
TESTED
-
RELEASED
-
REJECTED
useNewest (optional)
-
name:
-
useNewest (optional)
-
$class: CvsProjectset
repositories:::
cvsRoot
-
The CVS connection string Jenkins uses to connect to the server. The format is
the same as $CVSROOT environment variable (:protocol:user@host:path)
Type: String
passwordRequired
-
password
-
repositoryItems
-
location:
-
Nested Choice of Objects
$class: BranchRepositoryLocation
branchName::::::
$class: HeadRepositoryLocation
$class: TagRepositoryLocation
tagName::::::
remoteName::
-
The name of the module in the repository at CVSROOT
Type: String
localName::
-
The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used.
This is similar to the checkout-as function available on many CVS clients.
Type: String
projectsetFileName::
-
The name of the file in this module to parse for projectset entries.
Type: String
excludedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
src/main/web/.*\.html
src/main/web/.*\.jpeg
src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
More information on regular expressions can be found here.
*Array/List*
pattern:
-
compressionLevel
-
repositoryBrowser
-
Nested Choice of Objects
$class: FishEyeCVS
url:::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url:::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
canUseUpdate
-
If checked, Jenkins will use cvs update whenever possible for builds.
This makes a build faster. But this also causes the artifacts from
the previous build to remain in the file system when a new build starts,
making it not a true clean build.
Type: boolean
username
-
This username will be used for the checkout of any modules parsed from the projectset file if no match was found
against the parsed CVSROOT using the globally configured authentication.
Type: String
password
-
This password will be used for the checkout of any modules parsed from the projectset file if no match was found
against the parsed CVSROOT using the globally configured authentication.
Type: String
browser
-
Nested Choice of Objects
$class: FishEyeCVS
url::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
+
Specify the root URL of OpenGrok for this repository.
Type: String
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
skipChangeLog
-
Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server.
Type: boolean
pruneEmptyDirectories
-
Remove empty directories after checkout using the CVS -P option.
Type: boolean
disableCvsQuiet
-
Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that.
Type: boolean
cleanOnFailedUpdate
-
If the job is configured to use CVS update and the update step fails for any reason then the workspace
will be wiped-out and a clean checkout done instead.
Type: boolean
forceCleanCopy
-
$class: DarcsScm
source:::
localDir
-
clean
-
browser
-
Nested Choice of Objects
$class: DarcsWeb
url::::
$class: DelegateSCM
clazz:::
$class: DimensionsSCM
project:::
workarea
-
canJobDelete
-
canJobForce
-
canJobRevert
-
jobUserName
-
jobPasswd
-
jobServer
-
jobDatabase
-
canJobUpdate
-
jobTimeZone
-
jobWebUrl
-
directory
-
permissions
-
eol
-
canJobExpand
-
canJobNoMetadata
-
canJobNoTouch
-
forceAsSlave
-
$class: DrushMakefileSCM
makefile:::
+
Specify the content of the Makefile. Support for YAML Makefiles depends on the version of Drush you have installed.
This example will generate a vanilla Drupal 7.38:
api=2
core=7.x
projects[drupal][version]=7.38
root
-
Specify a local directory for the Drupal root (relative to the workspace root).
Type: String
$class: EndevorConfiguration
hostPort:::
+
The host address and port number for the mainframe server. The host and port must be separated by a : character.
Type: String
filterPattern
-
Filter pattern used by the mainframe to determine which Endevor elements to download. Multiple filters can be defined, one filter per line. Each filter must be in the format Environment.System.Subsystem.Type.Stage.Element. Use * as wildcards. Wildcards can only be used at the end of each classification piece of the Endevor element. Wildcarding the stage will download the latest revision of an element.
Type: String
fileExtension
-
File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created.
Type: String
credentialsId
-
The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin.
Type: String
codePage
-
The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047.
Type: String
$class: FeatureBranchAwareMercurialSCM
installation:::
source
-
Specify the repository to track. This can be URL or a local file path.
Type: String
branch
-
Specify the branch name if you’d like to track a specific branch in a repository. Leave this field
empty otherwise, to track the "default" branch.
Type: String
modules
-
Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository.
A module is a directory name within the repository that this project lives in. If this field is set,
changes outside the specified modules will not trigger a build (even though the whole repository is checked
out anyway due to the Mercurial limitation.)
Type: String
subdir
-
If not empty, check out the Mercurial repository into this subdirectory of the
job’s workspace. For example: my/sources (use forward slashes).
If changing this entry, you probably want to clean the workspace first.
Type: String
browser
-
Nested Choice of Objects
$class: BitBucket
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: GoogleCode
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: Kallithea
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCode
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCodeLegacy
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
clean
-
When this option is checked, each build will wipe any local modifications
or untracked files in the repository checkout.
This is often a convenient way to ensure that a build is not
using any artifacts from earlier builds.
Type: boolean
branchPattern
-
$class: GitSCM
userRemoteConfigs:::
+
Specify the repository to track. This can be a URL or a local file path.
Note that for super-projects (repositories with submodules), only a local file
path or a complete URL is valid. The following are examples of valid git URLs.
ssh://git@github.com/github/git.git
git@github.com:github/git.git (short notation for ssh protocol)
ssh://user@other.host.com/~/repos/R.git (to access the repos/R.git
repository in the user's home directory)
https://github.com/github/git.git
git://github.com/github/git.git
If the repository is a super-project, the
location from which to clone submodules is dependent on whether the repository
is bare or non-bare (i.e. has a working directory).
If the super-project is bare, the location of the submodules will be
taken from .gitmodules.
If the super-project is not bare, it is assumed that the
repository has each of its submodules cloned and checked out appropriately.
Thus, the submodules will be taken directly from a path like
`${SUPER_PROJECT_URL}/${SUBMODULE}`, rather than relying on
information from .gitmodules.
For a local URL/path to a super-project,
git rev-parse --is-bare-repository
is used to detect whether the super-project is bare or not.
For a remote URL to a super-project, the ending of the URL determines whether
a bare or non-bare repository is assumed:
If the remote URL ends with /.git, a non-bare repository is
assumed.
If the remote URL does NOT end with /.git, a bare
repository is assumed.
*Array/List*
url
-
Specify the URL of this remote repository. This uses the same syntax as your git clone command.
Type: String
name
-
ID of the repository, such as origin, to uniquely identify this repository among other remote repositories.
This is the same "name" that you use in your git remote command. If left empty,
Jenkins will generate unique names for you.
You normally want to specify this when you have multiple remote repositories.
*Type:* String
refspec
-
A refspec controls the remote refs to be retrieved and how they map to local refs. If left blank, it will default to
the normal behaviour of git fetch, which retrieves all the branch heads as remotes/REPOSITORYNAME/BRANCHNAME.
This default behaviour is OK for most cases.
In other words, the default refspec is "+refs/heads/*:refs/remotes/REPOSITORYNAME/*" where REPOSITORYNAME is the value
you specify in the above "name of repository" textbox.
When do you want to modify this value? A good example is when you want to just retrieve one branch. For example,
+refs/heads/master:refs/remotes/origin/master would only retrieve the master branch and nothing else.
See the term definition in Git user manual for more details.
*Type:* String
credentialsId
-
name
-
doGenerateSubmoduleConfigurations
-
submoduleCfg
-
+ hudson.plugins.git.SubmoduleConfig+
browser
-
Nested Choice of Objects
$class: AssemblaWeb
repoUrl::::
$class: BacklogGitRepositoryBrowser
repoName::::
url
-
Set the project URL of Repository Browser used with this project. Sample of URL are shown below.
When no value is set, project of "Backlog URL" set above is used.
Type: String
$class: BitbucketWeb
repoUrl::::
$class: FisheyeGitRepositoryBrowser
repoUrl::::
$class: GitBlitRepositoryBrowser
repoUrl::::
projectName
-
Specify the name of the project in GitBlit
Type: String
$class: GitBucketBrowser
url::::
$class: GitLab
repoUrl::::
version
-
Specify the major and minor version of gitlab you use (such as 3.1).
Type: String
$class: GitList
repoUrl::::
$class: GitWeb
repoUrl::::
$class: GithubWeb
repoUrl::::
$class: Gitiles
repoUrl::::
$class: GitoriousWeb
repoUrl::::
$class: GogsGit
repoUrl::::
$class: KilnGit
repoUrl::::
$class: Phabricator
repoUrl::::
repo
-
Specify the repository name in phabricator (e.g. the "foo" part of phabricator.exmaple.com/diffusion/foo/browse)
Type: String
$class: RedmineWeb
repoUrl::::
$class: RhodeCode
repoUrl::::
$class: Stash
repoUrl::::
$class: TFS2013GitRepositoryBrowser
repoUrl::::
If TFS is also used as the repository server, this can usually be left blank.
Type: String
$class: TracGitRepositoryBrowser
$class: ViewGitWeb
repoUrl::::
Nested Choice of Objects
$class: AuthorInChangelog
The default behavior is to use the Git commit’s "Committer" value in Jenkins' build changesets.
If this option is selected, the Git commit’s "Author" value would be used instead.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
$class: BuildChooserSetting
When you are interested in using a job to build multiple heads (most typically multiple branches),
you can choose how Jenkins choose what branches to build in what order.
This extension point in Jenkins is used by many other plugins to control the job to build
specific commits. When you activate those plugins, you may see them installing a custom strategy
here.
buildChooser
-
Nested Choice of Objects
$class: AlternativeBuildChooser
$class: AncestryBuildChooser
maximumAgeInDays:::::
$class: DefaultBuildChooser
$class: DeflakeGitBuildChooser
$class: GerritBuildChooser
$class: GerritTriggerBuildChooser
$class: InverseBuildChooser
$class: ChangelogToBranch
This method calculates the changelog against the specified branch.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
options
-
compareRemote:
-
Name of the repository, such as origin, that contains the branch you specify below.
Type: String
compareTarget:
-
The name of the branch within the named repository to compare against.
Type: String
$class: CheckoutOption
timeout::::
+
Specify a timeout (in minutes) for checkout.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
$class: CleanBeforeCheckout
Clean up the workspace before every checkout by deleting all untracked files and directories,
including those which are specified in .gitignore.
It also resets all tracked files to their versioned state.
This ensures that the workspace is
in the same state as if you cloned and checked out in a brand-new empty directory, and ensures
that your build is not affected by the files generated by the previous build.
Clean up the workspace after every checkout by deleting all untracked files and directories,
including those which are specified in .gitignore.
It also resets all tracked files to their versioned state.
This ensures that the workspace is
in the same state as if you cloned and checked out in a brand-new empty directory, and ensures
that your build is not affected by the files generated by the previous build.
$class: CloneOption
shallow::::
+
Perform shallow clone, so that git will not download history of the project,
saving time and disk space when you just want to access the latest version of a repository.
Type: boolean
noTags
-
Perform a clone without tags, saving time and disk space when you just want to access
what is specified by the refspec.
Type: boolean
reference
-
Specify a folder containing a repository that will be used by Git as a reference during clone operations.
This option will be ignored if the folder is not available on the master or slave where the clone is being executed.
Type: String
timeout
-
Specify a timeout (in minutes) for clone and fetch operations.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
depth (optional)
-
Set shallow clone depth, so that git will only download recent history of the project,
saving time and disk space when you just want to access the latest version of a repository.
Type: int
honorRefspec (optional)
-
Perform initial clone using the refspec defined for the repository.
This can save time, data transfer and disk space when you only need
to access the references specified by the refspec.
Type: boolean
$class: CodeCommitURLHelper
credentialId::::
$class: DisableRemotePoll
Git plugin uses git ls-remote polling mechanism by default when configured with a single branch (no wildcards!).
This compare the latest built commit SHA with the remote branch without cloning a local copy of the repo.
If you don’t want to / can’t use this.
If this option is selected, polling will require a workspace and might trigger unwanted builds (see JENKINS-10131).
$class: GitTagMessageExtension
If the revision checked out has a git tag associated with it, the tag name
will be exported during the build as GIT_TAG_NAME.
If a message was specified when creating the tag, then that message will be
exported during the build as the GIT_TAG_MESSAGE
environment variable.
If no tag message was specified, the commit message will be used.
If the revision has more than one tag associated with it, only the most recent
tag will be taken into account, unless the refspec contains
"refs/tags/" — i.e. builds are only triggered when certain tag names or
patterns are matched — in which case the exact tag name that triggered
the build will be used, even if it's not the most recent tag for this commit.
For this reason, if you're not using a tag-specific refspec but you
are using the "Create a tag for every build" behaviour, you should
make sure that the build-tagging behaviour is configured to run after
this "export git tag message" behaviour.
Tag and commit messages which span multiple lines are no problem, though only
the first 10000 lines of a tag's message will be exported.
$class: IgnoreNotifyCommit
If checked, this repository will be ignored when the notifyCommit-URL is accessed regardless of if the repository
matches or not.
If given, checkout the revision to build as HEAD on this branch.
If selected, and its value is an empty string or "**", then the branch
name is computed from the remote branch without the origin. In that
case, a remote branch origin/master will be checked out to a local
branch named master, and a remote branch origin/develop/new-feature
will be checked out to a local branch named develop/newfeature.
Please note that this has not been tested with submodules.
$class: MessageExclusion
excludedMessage::::
+
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed with message matched to
Pattern when determining
if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build,
assuming the build server commits the change with a distinct message.
Exclusion uses Pattern
matching
.*\[maven-release-plugin\].*
The example above illustrates that if only revisions with "[maven-release-plugin]" message in first comment line
have been committed to the SCM a build will not occur.
You can create more complex patterns using embedded flag expressions.
This example will search FOO message in all comment lines.
*Type:* String
If set, and Jenkins is set to poll for changes, Jenkins will pay attention to included and/or excluded files and/or
folders when determining if a build needs to be triggered.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
includedRegions
-
Each inclusion uses java regular expression pattern matching,
and must be separated by a new line.
An empty list implies that everything is included.
myapp/src/main/web/.*\.html
myapp/src/main/web/.*\.jpeg
myapp/src/main/web/.*\.gif
The example above illustrates that a build will only occur, if html/jpeg/gif files
have been committed to the SCM. Exclusions take precedence over inclusions, if there is
an overlap between included and excluded regions.
*Type:* String
excludedRegions
-
Each exclusion uses java regular expression pattern matching,
and must be separated by a new line.
myapp/src/main/web/.*\.html
myapp/src/main/web/.*\.jpeg
myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
*Type:* String
Create a tag in the workspace for every build to unambiguously mark the commit that was built.
You can combine this with Git publisher to push the tags to the remote repository.
These options allow you to perform a merge to a particular branch before building.
For example, you could specify an integration branch to be built, and to merge to master.
In this scenario, on every change of integration, Jenkins will perform a merge with the master branch,
and try to perform a build if the merge is successful.
It then may push the merge back to the remote repository if the Git Push post-build action is selected.
options
-
mergeRemote:
-
Name of the repository, such as origin, that contains the branch you specify below. If left blank,
it’ll default to the name of the first repository configured above.
Type: String
mergeTarget:
-
The name of the branch within the named repository to merge to, such as master.
Type: String
mergeStrategy:
-
Merge strategy selection.
This feature is not fully implemented in JGIT.
Type: String
fastForwardMode:
-
Merge fast-forward mode selection.
The default, --ff, gracefully falls back to a merge commit when required.
For more information, see the Git Merge Documentation
Values:
Run "git remote prune" for each remote, to prune obsolete local branches.
$class: RelativeTargetDirectory
relativeTargetDir::::
+
Specify a local directory (relative to the workspace root)
where the Git repository will be checked out. If left empty, the workspace root itself
will be used.
Type: String
Unique name for this SCM. Needed when using Git within the Multi SCM plugin.
$class: SparseCheckoutPaths
Specify the paths that you’d like to sparse checkout. This may be used for saving space (Think about a reference repository).
Be sure to use a recent version of Git, at least above 1.7.10
$class: SubmoduleOption
disableSubmodules::::
+
By disabling support for submodules you can still keep using basic
git plugin functionality and just have Jenkins to ignore submodules
completely as if they didn’t exist.
Type: boolean
recursiveSubmodules
-
Retrieve all submodules recursively
(uses '--recursive' option which requires git>=1.6.5)
*Type:* boolean
trackingSubmodules
-
Retrieve the tip of the configured branch in .gitmodules
(Uses '--remote' option which requires git>=1.8.2)
*Type:* boolean
reference
-
Specify a folder containing a repository that will be used by Git as a reference during clone operations.
This option will be ignored if the folder is not available on the master or slave where the clone is being executed.
To prepare a reference folder with multiple subprojects, create a bare git repository and add all the remote urls then perform a fetch:
git init --bare
git remote add SubProject1 https://gitrepo.com/subproject1
git remote add SubProject2 https://gitrepo.com/subproject2
git fetch --all
timeout
-
Specify a timeout (in minutes) for submodules operations.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
parentCredentials
-
Use credentials from the default remote of the parent project.
Type: boolean
$class: UserExclusion
excludedUsers::::
+
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
Each exclusion uses literal pattern matching, and must be separated by a new line.
The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
$class: UserIdentity
name::::
+
If given, "git config user.name [this]" is called before builds. This overrides whatever is in the global settings.
Type: String
email
-
If given, "git config user.email [this]" is called before builds. This overrides whatever is in the global settings.
Type: String
Delete the contents of the workspace before building, ensuring a fully fresh workspace.
Checks out the source code from Subversion repositories. See
post-commit hook set up for improved turn-around time and
performance in polling.
directory
-
locations
-
remote
-
credentialsId
-
local
-
Specify a local directory (relative to the workspace root)
where this module is checked out. If left empty, the last path component of the URL
is used as the default, just like the svn CLI.
A single period (.) may be used to check out the project directly
into the workspace rather than into a subdirectory.
Type: String
depthOption
-
--depth option for checkout and update commands. Default value is infinity.
empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
More information can be found
here.
*Type:* String
ignoreExternalsOption
-
"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.
More information can be found
here.
Note: there is the potential to leverage `svn:externals` to gain read access to the entire
Subversion repository. This can happen if you follow the normal practice of giving Jenkins
credentials with read access to the entire Subversion repository. You will also need to provide the credentials
to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
$class: HarvestSCM
broker:::
passwordFile
-
userId
-
password
-
projectName
-
state
-
viewPath
-
clientPath
-
processName
-
recursiveSearch
-
useSynchronize
-
extraOptions
-
$class: JazzSCM
repositoryLocation:::
+
This is the URL for your project’s Repository. Typically it is something
like http://[hostname]:9443/[projectname]
Type: String
workspaceName
-
This is the workspace you have created for the builds to run from. Jazz
best practice suggests this is a dedicated workspace.
Type: String
streamName
-
This is the stream from which you have created the build workspace.
Type: String
username
-
This is the username for the user you have set up in Jazz to perform your builds.
Jazz best practice suggests that this is a dedicated user.
Type: String
password
-
This is the password for the user you have set up in Jazz to perform your builds.
Jazz best practice suggests that this is a dedicated user.
Type: String
$class: MercurialSCM
source:::
+
Specify the repository to track. This can be URL or a local file path.
If you are specifying HTTP credentials, do not include a username in the URL.
Type: String
browser (optional)
-
Nested Choice of Objects
$class: BitBucket
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: GoogleCode
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: Kallithea
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCode
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCodeLegacy
url::::
+
Specify the root URL serving this repository (such as this.)
Type: String
clean (optional)
-
When this option is checked, each build will wipe any local modifications
or untracked files in the repository checkout.
This is often a convenient way to ensure that a build is not
using any artifacts from earlier builds.
Type: boolean
credentialsId (optional)
-
Optional credentials to use when cloning or pulling from the remote repository.
Supports username/password with HTTP(S) URLs, and SSH private key with SSH URLs.
Type: String
disableChangeLog (optional)
-
When checked, Hudson will not calculate the Mercurial changelog for each build.
Disabling the changelog can decrease the amount of time needed to update a
very large repository.
Type: boolean
installation (optional)
-
modules (optional)
-
Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository.
A module is a directory name within the repository that this project lives in. If this field is set,
changes outside the specified modules will not trigger a build (even though the whole repository is checked
out anyway due to the Mercurial limitation.)
Type: String
revision (optional)
-
Specify the branch or tag name you would like to track.
(If you do not type anything, the default value is the default branch.)
Type: String
revisionType (optional)
-
Specify the kind of revision you expect Jenkins to update your working copy to.
Values:
-
BRANCH
-
TAG
-
CHANGESET
-
REVSET
subdir (optional)
-
If not empty, check out the Mercurial repository into this subdirectory of the
job’s workspace. For example: my/sources (use forward slashes).
If changing this entry, you probably want to clean the workspace first.
Type: String
$class: MultiSCM
scmList:::
Nested Choice of Objects
$class: AWSCodePipelineSCM
name::::
clearWorkspace
-
region
-
awsAccessKey
-
In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts.
If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials.
This is the preferred method. In all other cases, you can store AWS credentials in these fields.
You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted.
For more information, see AWS CodePipeline Integration for Other Products and Services.
Type: String
awsSecretKey
-
>In order to integrate with AWS CodePipeline, you must authorize access to the pipeline and its related artifacts.
If you installed Jenkins on a supported Amazon EC2 instance type, such as Amazon Linux, you can install the AWS CLI and configure a profile with the required credentials.
This is the preferred method. In all other cases, you can store AWS credentials in these fields.
You should securely configure your Jenkins instance to use HTTPS so that these credentials are not sent unencrypted.
For more information, see AWS CodePipeline Integration for Other Products and Services.
Type: String
proxyHost
-
You might need a proxy host address if you are hosting Jenkins on a private network.
The proxy name can be an IP address or DNS address. The AWS CodePipeline Plugin for Jenkins requires internet access.
If access is not configured, you might see errors in the AWS CodePipeline Polling Log.
Type: String
proxyPort
-
You might need a proxy port for your proxy host address if you are hosting Jenkins on a private network.
The proxy port is a number, might be on port 8080, 3128, or 8443, depending on your network protocols and security settings.
If access is not configured, you might see errors in the AWS CodePipeline Polling Log.
Type: String
category
-
This is the category of the action type in AWS CodePipeline, and is usually either Build or Test. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins.
Type: String
provider
-
This is the provider name of the action type in AWS CodePipeline. You must provide this exact string when adding an action for Jenkins in AWS CodePipeline. To see an example usage, see Install and Configure the AWS CodePipeline Plugin for Jenkins.
Type: String
version
-
Leave the default as 1.
Type: String
$class: AccurevSCM
serverUUID::::
serverName
-
depot
-
stream
-
wspaceORreftree
-
workspace
-
reftree
-
subPath
-
filterForPollSCM
-
synctime
-
cleanreftree
-
useSnapshot
-
dontPopContent
-
snapshotNameFormat
-
directoryOffset
-
ignoreStreamParent
-
$class: BazaarSCM
source::::
cleantree
-
browser
-
Nested Choice of Objects
$class: Loggerhead
url:::::
+
Loggerhead is a web-based interface for Bazaar
branches. It is used by Launchpad,
so if your code is hosted on Launchpad, you are using Loggerhead.
The repository browser URL for the root of the project.
For example, a Launchpad project called myproject would use
http://bazaar.launchpad.net/~myteam/myproject/mybranch.
*Type:* String
$class: OpenGrok
url:::::
$class: BitKeeperSCM
parent::::
localRepository
-
usePull
-
quiet
-
$class: BlameSubversionSCM
if it is false and the build is not triggered by upstream job,
the plugin will not collect any svn info from upstream job.
else the plugin will collect svn info from latest upstream job
$class: CCUCMScm
loadModule::::
newest
-
mode
-
Nested Choice of Objects
$class: PollChildMode
levelToPoll:::::
component (optional):
-
createBaseline (optional):
-
Check this if you want create a baseline after a completed deliver.
This is only applicable for child and sibling poll mode.
Type: boolean
newest (optional):
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
$class: PollRebaseMode
levelToPoll:::::
component (optional):
-
The component used to figure out the correct baseline to recommend due to the following bug:
http://www-01.ibm.com/support/docview.wss?uid=swg21269043
*Type:* String
createBaseline (optional):
-
$class: PollSelfMode
levelToPoll:::::
component (optional):
-
newest (optional):
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
$class: PollSiblingMode
levelToPoll:::::
component (optional):
-
createBaseline (optional):
-
Check this if you want create a baseline after a completed deliver.
This is only applicable for child and sibling poll mode.
Type: boolean
newest (optional):
-
Selects the newest baseline on the stream. Skipping intermediates.
Type: boolean
useHyperLinkForPolling (optional):
-
Instead of using the integration streams default deliver target. Use the value specified in the hyperlink. The hyperlink type to be used can be configured in the global configuration.
Type: boolean
$class: PollSubscribeMode
levelToPoll:::::
jobname::
-
ignores::
-
A comma seperated list of components which should not be included when checking if the requirements are met.
That is to say that not all components are interesting in every job specified.
Type: String
jobName (optional)::
-
Specifies the name of the job in which all selected baselines must be present.
Type: String
cascadePromotion (optional):
-
stream
-
Specify the stream you want to poll for with ClearCase UCM SCM. Syntax: [stream]@[PVOB]
Type: String
treatUnstable
-
nameTemplate
-
forceDeliver
-
recommend
-
makeTag
-
setDescription
-
buildProject
-
removeViewPrivateFiles
-
trimmedChangeSet
-
discard
-
$class: CVSSCM
repositories::::
cvsRoot:
-
The CVS connection string Jenkins uses to connect to the server. The format is
the same as $CVSROOT environment variable (:protocol:user@host:path)
Type: String
location::
-
Nested Choice of Objects
$class: BranchRepositoryLocation
branchName:::::::
$class: HeadRepositoryLocation
$class: TagRepositoryLocation
tagName:::::::
remoteName:::
-
The name of the module in the repository at CVSROOT
Type: String
localName:::
-
The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used.
This is similar to the checkout-as function available on many CVS clients.
Type: String
projectsetFileName:::
-
The name of the file in this module to parse for projectset entries.
Type: String
excludedRegions:
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
src/main/web/.*\.html
src/main/web/.*\.jpeg
src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
More information on regular expressions can be found here.
*Array/List*
pattern::
-
compressionLevel:
-
repositoryBrowser:
-
Nested Choice of Objects
$class: FishEyeCVS
url::::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url::::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
$class: ViewCVS
url::::::
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
canUseUpdate
-
If checked, Jenkins will use cvs update whenever possible for builds.
This makes a build faster. But this also causes the artifacts from
the previous build to remain in the file system when a new build starts,
making it not a true clean build.
Type: boolean
legacy
-
Hudson 1.20 and earlier used to create redundant directories inside the workspace.
For example, if the CVS module name is "foo/bar", it first created "foo/bar" and
then put everything below. With this option checked off, there will be no more
such unnecessary intermediate directories.
If you have multiple modules to check out, this option is forced (otherwise they'll overlap.)
This affects other path specifiers, such as artifact archivers --- you now specify
"build/foo.jar" instead of "foo/build/foo.jar".
*Type:* boolean
skipChangeLog
-
Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server.
Type: boolean
pruneEmptyDirectories
-
Remove empty directories after checkout using the CVS -P option.
Type: boolean
disableCvsQuiet
-
Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that.
Type: boolean
cleanOnFailedUpdate
-
If the job is configured to use CVS update and the update step fails for any reason then the workspace
will be wiped-out and a clean checkout done instead.
Type: boolean
forceCleanCopy
-
If checked, Jenkins will add the C option to the CVS update command to force it
to over-write any files with local modifications, rather than attempt a merge or leave
them as they are.
Type: boolean
$class: ClearCaseSCM
branch::::
label
-
extractConfigSpec
-
configSpecFileName
-
refreshConfigSpec
-
refreshConfigSpecCommand
-
configSpec
-
viewTag
-
useupdate
-
extractLoadRules
-
loadRules
-
useOtherLoadRulesForPolling
-
loadRulesForPolling
-
usedynamicview
-
viewdrive
-
mkviewoptionalparam
-
filterOutDestroySubBranchEvent
-
doNotUpdateConfigSpec
-
rmviewonrename
-
excludedRegions
-
multiSitePollBuffer
-
useTimeRule
-
createDynView
-
viewPath
-
changeset
-
viewStorage
-
Three strategies are currently available to manage view storage location.
Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured.
Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command.
Use explicit path. This entry generates a -vws argument to the cleartool mkview command.
Nested Choice of Objects
$class: DefaultViewStorage
$class: ServerViewStorage
assignedLabelString:::::
+
Label expression used to populate view storage location dropdown.
Type: String
server:
-
The view storage location that will be passed to the -stgloc option.
The list of available servers is retrieved using cleartool lsstgloc -view
Note that auto is always available.
Type: String
$class: SpecificViewStorage
winStorageDir:::::
$class: ClearCaseUcmBaselineSCM
When used (and fully set up), this option will display a field at build-time
so that the user is able to select a ClearCase UCM baseline from which to
download the content for this project.
$class: ClearCaseUcmSCM
stream::::
loadrules
-
viewTag
-
usedynamicview
-
viewdrive
-
mkviewoptionalparam
-
filterOutDestroySubBranchEvent
-
useUpdate
-
rmviewonrename
-
excludedRegions
-
multiSitePollBuffer
-
overrideBranchName
-
createDynView
-
freezeCode
-
recreateView
-
allocateViewName
-
viewPath
-
useManualLoadRules
-
changeset
-
viewStorage
-
Three strategies are currently available to manage view storage location.
Default. This entry doesn’t generate any additional argument to the cleartool mkview command. The behaviour will change depending on how your clearcase server is configured.
Use server storage location. This entry generates a -stgloc argument to the cleartool mkview command.
Use explicit path. This entry generates a -vws argument to the cleartool mkview command.
Nested Choice of Objects
$class: DefaultViewStorage
$class: ServerViewStorage
assignedLabelString:::::
+
Label expression used to populate view storage location dropdown.
Type: String
server:
-
The view storage location that will be passed to the -stgloc option.
The list of available servers is retrieved using cleartool lsstgloc -view
Note that auto is always available.
Type: String
$class: SpecificViewStorage
winStorageDir:::::
unixStorageDir:
-
buildFoundationBaseline
-
Copyright (c) 2013, Vincent Latombe
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in
all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
THE SOFTWARE.
If checked, instead of creating a view on the current stream,
the job will look up the current foundation baselines for the given stream and work in readonly on these baselines. If polling is enabled,
the build will be triggered every time a new foundation baseline is detected on the given stream.
Type: boolean
$class: CloneWorkspaceSCM
parentJobName::::
$class: CmvcSCM
family::::
become
-
releases
-
checkoutScript
-
trackViewReportWhereClause
-
$class: ConfigurationRotator
acrs::::
+
Nested Choice of Objects
$class: ClearCaseUCM
pvobName:::::
contribute:
-
Contribute data to a global database. Defined in the Compatibility Action Storage Plugin.
Type: boolean
baselineName::
-
level::
-
-
INITIAL
-
BUILT
-
TESTED
-
RELEASED
-
REJECTED
$class: CvsProjectset
repositories::::
cvsRoot:
-
The CVS connection string Jenkins uses to connect to the server. The format is
the same as $CVSROOT environment variable (:protocol:user@host:path)
Type: String
location::
-
Nested Choice of Objects
$class: BranchRepositoryLocation
branchName:::::::
$class: HeadRepositoryLocation
$class: TagRepositoryLocation
tagName:::::::
remoteName:::
-
The name of the module in the repository at CVSROOT
Type: String
localName:::
-
The name to be applied to this module in the local workspace. If this is left blank then the remote module name will be used.
This is similar to the checkout-as function available on many CVS clients.
Type: String
projectsetFileName:::
-
The name of the file in this module to parse for projectset entries.
Type: String
excludedRegions:
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
src/main/web/.*\.html
src/main/web/.*\.jpeg
src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to the SCM a build will not occur.
More information on regular expressions can be found here.
*Array/List*
pattern::
-
compressionLevel:
-
repositoryBrowser:
-
Nested Choice of Objects
$class: FishEyeCVS
url::::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url::::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
$class: ViewCVS
url::::::
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
canUseUpdate
-
If checked, Jenkins will use cvs update whenever possible for builds.
This makes a build faster. But this also causes the artifacts from
the previous build to remain in the file system when a new build starts,
making it not a true clean build.
Type: boolean
username
-
This username will be used for the checkout of any modules parsed from the projectset file if no match was found
against the parsed CVSROOT using the globally configured authentication.
Type: String
password
-
This password will be used for the checkout of any modules parsed from the projectset file if no match was found
against the parsed CVSROOT using the globally configured authentication.
Type: String
browser
-
Nested Choice of Objects
$class: FishEyeCVS
url:::::
+
Specify the root URL of FishEye for this repository
(such as this.)
Type: String
$class: OpenGrok
url:::::
+
Specify the root URL of OpenGrok for this repository.
Type: String
+
Specify the root URL of ViewCVS for this repository
(such as this).
Type: String
skipChangeLog
-
Prevent the changelog being generated after checkout has completed. This will stop any changes being shown on the changes screen but reduces load on your CVS server.
Type: boolean
pruneEmptyDirectories
-
Remove empty directories after checkout using the CVS -P option.
Type: boolean
disableCvsQuiet
-
Instructs CVS to show all logging output. CVS normally runs in quiet mode but this option disables that.
Type: boolean
cleanOnFailedUpdate
-
If the job is configured to use CVS update and the update step fails for any reason then the workspace
will be wiped-out and a clean checkout done instead.
Type: boolean
forceCleanCopy
-
$class: DarcsScm
source::::
localDir
-
clean
-
browser
-
Nested Choice of Objects
$class: DarcsWeb
url:::::
$class: Darcsden
url:::::
$class: DelegateSCM
clazz::::
$class: DimensionsSCM
project::::
workarea
-
canJobDelete
-
canJobForce
-
canJobRevert
-
jobUserName
-
jobPasswd
-
jobServer
-
jobDatabase
-
canJobUpdate
-
jobTimeZone
-
jobWebUrl
-
directory
-
permissions
-
eol
-
canJobExpand
-
canJobNoMetadata
-
canJobNoTouch
-
forceAsSlave
-
$class: DrushMakefileSCM
makefile::::
+
Specify the content of the Makefile. Support for YAML Makefiles depends on the version of Drush you have installed.
This example will generate a vanilla Drupal 7.38:
api=2
core=7.x
projects[drupal][version]=7.38
root
-
Specify a local directory for the Drupal root (relative to the workspace root).
Type: String
$class: EndevorConfiguration
hostPort::::
+
The host address and port number for the mainframe server. The host and port must be separated by a : character.
Type: String
filterPattern
-
Filter pattern used by the mainframe to determine which Endevor elements to download. Multiple filters can be defined, one filter per line. Each filter must be in the format Environment.System.Subsystem.Type.Stage.Element. Use * as wildcards. Wildcards can only be used at the end of each classification piece of the Endevor element. Wildcarding the stage will download the latest revision of an element.
Type: String
fileExtension
-
File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created.
Type: String
credentialsId
-
The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin.
Type: String
codePage
-
The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047.
Type: String
$class: FeatureBranchAwareMercurialSCM
installation::::
source
-
Specify the repository to track. This can be URL or a local file path.
Type: String
branch
-
Specify the branch name if you’d like to track a specific branch in a repository. Leave this field
empty otherwise, to track the "default" branch.
Type: String
modules
-
Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository.
A module is a directory name within the repository that this project lives in. If this field is set,
changes outside the specified modules will not trigger a build (even though the whole repository is checked
out anyway due to the Mercurial limitation.)
Type: String
subdir
-
If not empty, check out the Mercurial repository into this subdirectory of the
job’s workspace. For example: my/sources (use forward slashes).
If changing this entry, you probably want to clean the workspace first.
Type: String
browser
-
Nested Choice of Objects
$class: BitBucket
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: GoogleCode
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: Kallithea
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCode
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCodeLegacy
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
clean
-
When this option is checked, each build will wipe any local modifications
or untracked files in the repository checkout.
This is often a convenient way to ensure that a build is not
using any artifacts from earlier builds.
Type: boolean
branchPattern
-
$class: GitSCM
userRemoteConfigs::::
+
Specify the repository to track. This can be a URL or a local file path.
Note that for super-projects (repositories with submodules), only a local file
path or a complete URL is valid. The following are examples of valid git URLs.
ssh://git@github.com/github/git.git
git@github.com:github/git.git (short notation for ssh protocol)
ssh://user@other.host.com/~/repos/R.git (to access the repos/R.git
repository in the user's home directory)
https://github.com/github/git.git
git://github.com/github/git.git
If the repository is a super-project, the
location from which to clone submodules is dependent on whether the repository
is bare or non-bare (i.e. has a working directory).
If the super-project is bare, the location of the submodules will be
taken from .gitmodules.
If the super-project is not bare, it is assumed that the
repository has each of its submodules cloned and checked out appropriately.
Thus, the submodules will be taken directly from a path like
`${SUPER_PROJECT_URL}/${SUBMODULE}`, rather than relying on
information from .gitmodules.
For a local URL/path to a super-project,
git rev-parse --is-bare-repository
is used to detect whether the super-project is bare or not.
For a remote URL to a super-project, the ending of the URL determines whether
a bare or non-bare repository is assumed:
If the remote URL ends with /.git, a non-bare repository is
assumed.
If the remote URL does NOT end with /.git, a bare
repository is assumed.
*Array/List*
url:
-
Specify the URL of this remote repository. This uses the same syntax as your git clone command.
Type: String
name:
-
ID of the repository, such as origin, to uniquely identify this repository among other remote repositories.
This is the same "name" that you use in your git remote command. If left empty,
Jenkins will generate unique names for you.
You normally want to specify this when you have multiple remote repositories.
*Type:* String
refspec:
-
A refspec controls the remote refs to be retrieved and how they map to local refs. If left blank, it will default to
the normal behaviour of git fetch, which retrieves all the branch heads as remotes/REPOSITORYNAME/BRANCHNAME.
This default behaviour is OK for most cases.
In other words, the default refspec is "+refs/heads/*:refs/remotes/REPOSITORYNAME/*" where REPOSITORYNAME is the value
you specify in the above "name of repository" textbox.
When do you want to modify this value? A good example is when you want to just retrieve one branch. For example,
+refs/heads/master:refs/remotes/origin/master would only retrieve the master branch and nothing else.
See the term definition in Git user manual for more details.
*Type:* String
branches
-
name:
doGenerateSubmoduleConfigurations
-
submoduleCfg
-
+ hudson.plugins.git.SubmoduleConfig+
browser
-
Nested Choice of Objects
$class: AssemblaWeb
repoUrl:::::
$class: BacklogGitRepositoryBrowser
repoName:::::
url:
-
Set the project URL of Repository Browser used with this project. Sample of URL are shown below.
When no value is set, project of "Backlog URL" set above is used.
Type: String
$class: BitbucketWeb
repoUrl:::::
$class: CGit
repoUrl:::::
$class: FisheyeGitRepositoryBrowser
repoUrl:::::
$class: GitBlitRepositoryBrowser
repoUrl:::::
projectName:
-
Specify the name of the project in GitBlit
Type: String
$class: GitBucketBrowser
url:::::
$class: GitLab
repoUrl:::::
version:
-
Specify the major and minor version of gitlab you use (such as 3.1).
Type: String
$class: GitList
repoUrl:::::
$class: GitWeb
repoUrl:::::
$class: GithubWeb
repoUrl:::::
$class: Gitiles
repoUrl:::::
$class: GitoriousWeb
repoUrl:::::
$class: GogsGit
repoUrl:::::
$class: KilnGit
repoUrl:::::
$class: Phabricator
repoUrl:::::
repo:
-
Specify the repository name in phabricator (e.g. the "foo" part of phabricator.exmaple.com/diffusion/foo/browse)
Type: String
$class: RedmineWeb
repoUrl:::::
$class: RhodeCode
repoUrl:::::
$class: Stash
repoUrl:::::
$class: TFS2013GitRepositoryBrowser
repoUrl:::::
If TFS is also used as the repository server, this can usually be left blank.
Type: String
$class: TracGitRepositoryBrowser
$class: ViewGitWeb
repoUrl:::::
projectName:
-
gitTool
-
extensions
-
Nested Choice of Objects
$class: AuthorInChangelog
The default behavior is to use the Git commit’s "Committer" value in Jenkins' build changesets.
If this option is selected, the Git commit’s "Author" value would be used instead.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
$class: BuildChooserSetting
When you are interested in using a job to build multiple heads (most typically multiple branches),
you can choose how Jenkins choose what branches to build in what order.
This extension point in Jenkins is used by many other plugins to control the job to build
specific commits. When you activate those plugins, you may see them installing a custom strategy
here.
buildChooser:
-
Nested Choice of Objects
$class: AlternativeBuildChooser
$class: AncestryBuildChooser
maximumAgeInDays::::::
$class: DefaultBuildChooser
$class: DeflakeGitBuildChooser
$class: GerritBuildChooser
$class: GerritTriggerBuildChooser
$class: InverseBuildChooser
$class: ChangelogToBranch
This method calculates the changelog against the specified branch.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
options:
-
compareRemote::
-
Name of the repository, such as origin, that contains the branch you specify below.
Type: String
compareTarget::
-
The name of the branch within the named repository to compare against.
Type: String
$class: CheckoutOption
timeout:::::
+
Specify a timeout (in minutes) for checkout.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
$class: CleanBeforeCheckout
Clean up the workspace before every checkout by deleting all untracked files and directories,
including those which are specified in .gitignore.
It also resets all tracked files to their versioned state.
This ensures that the workspace is
in the same state as if you cloned and checked out in a brand-new empty directory, and ensures
that your build is not affected by the files generated by the previous build.
Clean up the workspace after every checkout by deleting all untracked files and directories,
including those which are specified in .gitignore.
It also resets all tracked files to their versioned state.
This ensures that the workspace is
in the same state as if you cloned and checked out in a brand-new empty directory, and ensures
that your build is not affected by the files generated by the previous build.
$class: CloneOption
shallow:::::
+
Perform shallow clone, so that git will not download history of the project,
saving time and disk space when you just want to access the latest version of a repository.
Type: boolean
noTags:
-
Perform a clone without tags, saving time and disk space when you just want to access
what is specified by the refspec.
Type: boolean
reference:
-
Specify a folder containing a repository that will be used by Git as a reference during clone operations.
This option will be ignored if the folder is not available on the master or slave where the clone is being executed.
Type: String
timeout:
-
Specify a timeout (in minutes) for clone and fetch operations.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
depth (optional):
-
Set shallow clone depth, so that git will only download recent history of the project,
saving time and disk space when you just want to access the latest version of a repository.
Type: int
honorRefspec (optional):
-
Perform initial clone using the refspec defined for the repository.
This can save time, data transfer and disk space when you only need
to access the references specified by the refspec.
Type: boolean
$class: CodeCommitURLHelper
credentialId:::::
$class: DisableRemotePoll
Git plugin uses git ls-remote polling mechanism by default when configured with a single branch (no wildcards!).
This compare the latest built commit SHA with the remote branch without cloning a local copy of the repo.
If you don’t want to / can’t use this.
If this option is selected, polling will require a workspace and might trigger unwanted builds (see JENKINS-10131).
$class: GitTagMessageExtension
If the revision checked out has a git tag associated with it, the tag name
will be exported during the build as GIT_TAG_NAME.
If a message was specified when creating the tag, then that message will be
exported during the build as the GIT_TAG_MESSAGE
environment variable.
If no tag message was specified, the commit message will be used.
If the revision has more than one tag associated with it, only the most recent
tag will be taken into account, unless the refspec contains
"refs/tags/" — i.e. builds are only triggered when certain tag names or
patterns are matched — in which case the exact tag name that triggered
the build will be used, even if it's not the most recent tag for this commit.
For this reason, if you're not using a tag-specific refspec but you
are using the "Create a tag for every build" behaviour, you should
make sure that the build-tagging behaviour is configured to run after
this "export git tag message" behaviour.
Tag and commit messages which span multiple lines are no problem, though only
the first 10000 lines of a tag's message will be exported.
$class: IgnoreNotifyCommit
If checked, this repository will be ignored when the notifyCommit-URL is accessed regardless of if the repository
matches or not.
If given, checkout the revision to build as HEAD on this branch.
If selected, and its value is an empty string or "**", then the branch
name is computed from the remote branch without the origin. In that
case, a remote branch origin/master will be checked out to a local
branch named master, and a remote branch origin/develop/new-feature
will be checked out to a local branch named develop/newfeature.
Please note that this has not been tested with submodules.
$class: MessageExclusion
excludedMessage:::::
+
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed with message matched to
Pattern when determining
if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build,
assuming the build server commits the change with a distinct message.
Exclusion uses Pattern
matching
.*\[maven-release-plugin\].*
The example above illustrates that if only revisions with "[maven-release-plugin]" message in first comment line
have been committed to the SCM a build will not occur.
You can create more complex patterns using embedded flag expressions.
This example will search FOO message in all comment lines.
*Type:* String
If set, and Jenkins is set to poll for changes, Jenkins will pay attention to included and/or excluded files and/or
folders when determining if a build needs to be triggered.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
includedRegions:
-
Each inclusion uses java regular expression pattern matching,
and must be separated by a new line.
An empty list implies that everything is included.
myapp/src/main/web/.*\.html
myapp/src/main/web/.*\.jpeg
myapp/src/main/web/.*\.gif
The example above illustrates that a build will only occur, if html/jpeg/gif files
have been committed to the SCM. Exclusions take precedence over inclusions, if there is
an overlap between included and excluded regions.
*Type:* String
excludedRegions:
-
Each exclusion uses java regular expression pattern matching,
and must be separated by a new line.
myapp/src/main/web/.*\.html
myapp/src/main/web/.*\.jpeg
myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
*Type:* String
Create a tag in the workspace for every build to unambiguously mark the commit that was built.
You can combine this with Git publisher to push the tags to the remote repository.
These options allow you to perform a merge to a particular branch before building.
For example, you could specify an integration branch to be built, and to merge to master.
In this scenario, on every change of integration, Jenkins will perform a merge with the master branch,
and try to perform a build if the merge is successful.
It then may push the merge back to the remote repository if the Git Push post-build action is selected.
options:
-
mergeRemote::
-
Name of the repository, such as origin, that contains the branch you specify below. If left blank,
it’ll default to the name of the first repository configured above.
Type: String
mergeTarget::
-
The name of the branch within the named repository to merge to, such as master.
Type: String
mergeStrategy::
-
Merge strategy selection.
This feature is not fully implemented in JGIT.
Type: String
fastForwardMode::
-
Merge fast-forward mode selection.
The default, --ff, gracefully falls back to a merge commit when required.
For more information, see the Git Merge Documentation
Values:
Run "git remote prune" for each remote, to prune obsolete local branches.
$class: RelativeTargetDirectory
relativeTargetDir:::::
+
Specify a local directory (relative to the workspace root)
where the Git repository will be checked out. If left empty, the workspace root itself
will be used.
Type: String
Unique name for this SCM. Needed when using Git within the Multi SCM plugin.
$class: SparseCheckoutPaths
Specify the paths that you’d like to sparse checkout. This may be used for saving space (Think about a reference repository).
Be sure to use a recent version of Git, at least above 1.7.10
$class: SubmoduleOption
disableSubmodules:::::
+
By disabling support for submodules you can still keep using basic
git plugin functionality and just have Jenkins to ignore submodules
completely as if they didn’t exist.
Type: boolean
recursiveSubmodules:
-
Retrieve all submodules recursively
(uses '--recursive' option which requires git>=1.6.5)
*Type:* boolean
trackingSubmodules:
-
Retrieve the tip of the configured branch in .gitmodules
(Uses '--remote' option which requires git>=1.8.2)
*Type:* boolean
reference:
-
Specify a folder containing a repository that will be used by Git as a reference during clone operations.
This option will be ignored if the folder is not available on the master or slave where the clone is being executed.
To prepare a reference folder with multiple subprojects, create a bare git repository and add all the remote urls then perform a fetch:
git init --bare
git remote add SubProject1 https://gitrepo.com/subproject1
git remote add SubProject2 https://gitrepo.com/subproject2
git fetch --all
timeout:
-
Specify a timeout (in minutes) for submodules operations.
This option overrides the default timeout of 10 minutes.
You can change the global git timeout via the property org.jenkinsci.plugins.gitclient.Git.timeOut (see JENKINS-11286).
Note that property should be set on both master and slave to have effect (see JENKINS-22547).
Type: int
parentCredentials:
-
Use credentials from the default remote of the parent project.
Type: boolean
$class: UserExclusion
excludedUsers:::::
+
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
Using this behaviour will preclude the faster git ls-remote polling mechanism, forcing polling to require a workspace thus sometimes triggering unwanted builds, as if you had selected the Force polling using workspace extension as well.
Each exclusion uses literal pattern matching, and must be separated by a new line.
The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
$class: UserIdentity
name:::::
+
If given, "git config user.name [this]" is called before builds. This overrides whatever is in the global settings.
Type: String
email:
-
If given, "git config user.email [this]" is called before builds. This overrides whatever is in the global settings.
Type: String
Delete the contents of the workspace before building, ensuring a fully fresh workspace.
Checks out the source code from Subversion repositories. See
post-commit hook set up for improved turn-around time and
performance in polling.
directory
-
locations
-
remote:
-
credentialsId:
-
local:
-
Specify a local directory (relative to the workspace root)
where this module is checked out. If left empty, the last path component of the URL
is used as the default, just like the svn CLI.
A single period (.) may be used to check out the project directly
into the workspace rather than into a subdirectory.
Type: String
depthOption:
-
--depth option for checkout and update commands. Default value is infinity.
empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
More information can be found
here.
*Type:* String
ignoreExternalsOption:
-
"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.
More information can be found
here.
Note: there is the potential to leverage `svn:externals` to gain read access to the entire
Subversion repository. This can happen if you follow the normal practice of giving Jenkins
credentials with read access to the entire Subversion repository. You will also need to provide the credentials
to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
$class: HarvestSCM
broker::::
passwordFile
-
userId
-
password
-
projectName
-
state
-
viewPath
-
clientPath
-
processName
-
recursiveSearch
-
useSynchronize
-
extraOptions
-
$class: JazzSCM
repositoryLocation::::
+
This is the URL for your project’s Repository. Typically it is something
like http://[hostname]:9443/[projectname]
Type: String
workspaceName
-
This is the workspace you have created for the builds to run from. Jazz
best practice suggests this is a dedicated workspace.
Type: String
streamName
-
This is the stream from which you have created the build workspace.
Type: String
username
-
This is the username for the user you have set up in Jazz to perform your builds.
Jazz best practice suggests that this is a dedicated user.
Type: String
password
-
This is the password for the user you have set up in Jazz to perform your builds.
Jazz best practice suggests that this is a dedicated user.
Type: String
$class: MercurialSCM
source::::
+
Specify the repository to track. This can be URL or a local file path.
If you are specifying HTTP credentials, do not include a username in the URL.
Type: String
browser (optional)
-
Nested Choice of Objects
$class: BitBucket
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: GoogleCode
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: Kallithea
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCode
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
$class: RhodeCodeLegacy
url:::::
+
Specify the root URL serving this repository (such as this.)
Type: String
clean (optional)
-
When this option is checked, each build will wipe any local modifications
or untracked files in the repository checkout.
This is often a convenient way to ensure that a build is not
using any artifacts from earlier builds.
Type: boolean
credentialsId (optional)
-
Optional credentials to use when cloning or pulling from the remote repository.
Supports username/password with HTTP(S) URLs, and SSH private key with SSH URLs.
Type: String
disableChangeLog (optional)
-
When checked, Hudson will not calculate the Mercurial changelog for each build.
Disabling the changelog can decrease the amount of time needed to update a
very large repository.
Type: boolean
installation (optional)
-
modules (optional)
-
Reduce unnecessary builds by specifying a comma or space delimited list of "modules" within the repository.
A module is a directory name within the repository that this project lives in. If this field is set,
changes outside the specified modules will not trigger a build (even though the whole repository is checked
out anyway due to the Mercurial limitation.)
Type: String
revision (optional)
-
Specify the branch or tag name you would like to track.
(If you do not type anything, the default value is the default branch.)
Type: String
revisionType (optional)
-
Specify the kind of revision you expect Jenkins to update your working copy to.
Values:
-
BRANCH
-
TAG
-
CHANGESET
-
REVSET
subdir (optional)
-
If not empty, check out the Mercurial repository into this subdirectory of the
job’s workspace. For example: my/sources (use forward slashes).
If changing this entry, you probably want to clean the workspace first.
Type: String
$class: MultiSCM
$class: OpenShiftImageStreams
imageStreamName::::
+
The name of the ImageStream is what shows up in the NAME column if
you dump all the ImageStream’s with the oc get is command invocation.
Type: String
tag
-
The specific image tag within the ImageStream to monitor.
Type: String
apiURL
-
namespace
-
authToken
-
verbose
-
$class: PdsConfiguration
hostPort::::
+
The host address and port number for the mainframe server. The host and port must be separated by a : character.
Type: String
filterPattern
-
Filter pattern used by the mainframe to determine which datasets to download. Multiple filters can be defined, one filter per line. Use * as wildcards.
Type: String
fileExtension
-
File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created.
Type: String
credentialsId
-
The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin.
Type: String
codePage
-
The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047.
Type: String
$class: PerforceSCM
p4User::::
p4Passwd
-
p4Client
-
p4Port
-
projectOptions
-
p4Tool
-
p4SysRoot
-
p4SysDrive
-
p4Label
-
p4Counter
-
p4UpstreamProject
-
lineEndValue
-
p4Charset
-
p4CommandCharset
-
clientOwner
-
updateCounterValue
-
forceSync
-
dontUpdateServer
-
alwaysForceSync
-
createWorkspace
-
updateView
-
disableChangeLogOnly
-
disableSyncOnly
-
showIntegChanges
-
dontUpdateClient
-
exposeP4Passwd
-
pollOnlyOnMaster
-
slaveClientNameFormat
-
firstChange
-
fileLimit
-
browser
-
Nested Choice of Objects
$class: FishEyePerforce
url:::::
$class: Perfbrowse
url:::::
excludedUsers
-
excludedFiles
-
excludedFilesCaseSensitivity
-
depotType
-
cleanWorkspace
-
cleanType:
-
value::
-
restoreChangedDeletedFiles::
-
useViewMask
-
$class: PerforceScm
credential::::
Select the appropriate credential for the Perforce connection.
Perforce Credentials are defined in the Jenkins Credentials plugin here.
'Perforce Password Credential' for standard username/password
authentication
'Perforce Ticket Credential' for ticket based authentication.
*Type:* String
Select the appropriate Perforce workspace behaviour from the
list. Not all modes will suit all Jenkins Job build types.
Manual
Manually define the Workspace view and sync options. Existing
workspace will by updated or a new workspace created.
Spec File
Use a pre-defined Workspace Spec file versioned in Perforce.
Static
Use a pre-defined Workspace; must already exist and have a
valid view.
Streams
Auto create/update a Streams workspace with a view determined
by the chosen stream.
Template
Auto create/update a normal workspace with a view determined
by the template workspace.
Nested Choice of Objects
+$class: 'ManualWorkspaceImpl'+
+charset+:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of the Perforce workspace to be used as the
Jenkins build workspace. If the workspace does not yet exist, the
configuration will be saved in Jenkins; the workspace is created only
when it is to be used. If the workspace exists and you are connected
to a Perforce server the auto-text fill should list suitable
workspaces; updates are only applied when the workspace is used.
Type: String
$class: SpecWorkspaceImpl
charset:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of the Perforce workspace to be used as the
Jenkins build workspace. If the workspace does not yet exist, the
configuration will be saved in Jenkins; the workspace is created only
when it is to be used. If the workspace exists and you are connected
to a Perforce server the auto-text fill should list suitable
workspaces; updates are only applied when the workspace is used.
Type: String
$class: StaticWorkspaceImpl
charset:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of an existing workspace in Perforce to be used
as the Jenkins build workspace. If connected to a Perforce server the
auto-text fill should list suitable workspaces
Type: String
$class: StreamWorkspaceImpl
charset:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the full Perforce depot path for the given stream. If
connected to a Perforce server the auto-text fill should list possible
streams.
For example: //stream-depot/main-stream
*Type:* String
Jenklin slave nodes must each use a unique Perforce workspace.
The format string configures the workspace name by substituting the
specified variables: (at least one variable must be used)
Variables can be taken from the Jenkins Environment or Parameterized builds
Type: String
$class: TemplateWorkspaceImpl
charset:::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of an existing workspace in Perforce used to create
or update a Jenkins build workspace. If connected to a Perforce server
the auto-text fill should list suitable workspaces
Type: String
Jenklin slave nodes must each use a unique Perforce workspace.
The format string configures the workspace name by substituting the
specified variables: (at least one variable must be used)
Variables can be taken from the Jenkins Environment or Parameterized builds
Type: String
syncID (optional):
-
filter
-
Nested Choice of Objects
$class: FilterPathImpl
path:::::
Changes can be filtered to not trigger a build; if all the files
within a change match the specified path, the build is filtered.
For example, with a Filter of "
`//depot/main/tests`
":
Case A (change will be filtered):
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
`//depot/main/tests/002/test.xml`
Case B (change will not be filtered, as build.xml is
outside of the filter):
`//depot/main/src/build.xml`
`//depot/main/tests/004/test.xml`
`//depot/main/tests/005/test.xml`
*Type:* String
$class: FilterPerChangeImpl
perChange:::::
$class: FilterUserImpl
user:::::
Changes can be filtered to not trigger a build; if the owner of
a change matches the specified name, the build is filtered.
Type: String
$class: FilterViewMaskImpl
viewMask:::::
Changes can be filtered to not trigger a build; if none of the files
within a change are contained in the view mask, the build is filtered.
For example, with a View Mask Filter of:
Case A (change will not be filtered, as index.xml is
in the view mask):
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
Case B (change will not be filtered, as index.xml is
in the view mask):
`//depot/main/test/index.xml`
`//depot/main/src/build.xml`
Case C (change will be filtered, as no file is
in the view mask):
`//depot/main/src/build.xml`
Case D (change will be filtered, as no file is
in the view mask):
`//depot/main/src/build.xml`
`//depot/main/tests/001/test.xml`
*Type:* String
Perforce will populate the workspace with the file revisions
needed for the build. The different options effect the way the
workspace is cleaned and the file revisions are updated.
Automatic Cleanup and Sync
Efficient cleaning and syncing of file revisions. Extra (non
versioned files) are removed, missing and modified files re-added. Best
for clean builds.
Force Clean and Sync
Will remove all files from under the workspace root, then
force sync the required files. Inefficient and NOT RECOMENDED.
No cleanup attempted; the sync will update all files (as CLOBBER is
set) to the required set of revisions. Best for incremental builds.
No files Sync or cleanup attempted; the Workspace's have list is updated.
Effective command 'p4 sync -k'.
Nested Choice of Objects
+$class: 'AutoCleanImpl'+
+replace+:::::
+
REPLACE missing/modified files
Perforce will check out and overwrite any depot files which are either missing from workspace,
or have been modified locally.
Type: boolean
Perforce will delete any local files that are not in the depot.
Type: boolean
modtime:
-
quiet:
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin:
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
$class: CheckOnlyImpl
have:::::
force:
-
modtime:
-
quiet:
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
$class: ForceCleanImpl
have:::::
quiet:
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin:
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
$class: SyncOnlyImpl
revert:::::
have:
-
modtime:
-
quiet:
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin:
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
parallel:
-
browser
-
Nested Choice of Objects
$class: FishEyeBrowser
url:::::
$class: OpenGrokBrowser
url:::::
$class: P4WebBrowser
url:::::
$class: SwarmBrowser
url:::::
$class: PlasticSCM
selector::::
workspaceName
-
useUpdate
-
additionalWorkspaces
-
$class: ProxySCM
projectName::::
$class: PucmScm
component::::
levelToPoll
-
loadModule
-
stream
-
newest
-
multiSite
-
testing
-
buildProject
-
$class: PvcsScm
projectRoot::::
archiveRoot
-
changeLogPrefixFudge
-
moduleDir
-
loginId
-
pvcsWorkspace
-
promotionGroup
-
versionLabel
-
cleanCopy
-
$class: RTCScm
overrideGlobal::::
+
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The build toolkit location and Jazz Repository connection can be defined globally or overridden. If not defined globally, it must be overridden.
Type: boolean
buildTool
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The RTC build toolkit to use when performing builds. The toolkits available are defined in the system configuration (with the other tools like Ant and Java).
The build toolkit is also necessary on the Master for polling and validating the job configuration unless the "Avoid using build toolkit on Master" option is enabled.
Type: String
serverURI
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The Jazz Repository connection URI for the Rational Team Concert (RTC) server
Type: String
timeout
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The timeout period in seconds for Jazz repository requests made during the build.
Type: int
userId
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The build user id. Either credentials or a user id and password information should be supplied.
Type: String
password
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The Jazz Repository password for the build user.
The use of a password is not secure, it can be easily discovered by anyone with access to this page.
Credentials, a password file or a password should be supplied.
+ hudson.util.Secret+
passwordFile
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The path to the file containing the obfuscated Jazz Repository password for the build user.
Credentials, a password file or a password should be supplied.
Type: String
credentialsId
-
<!--
/*
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
Credentials to use for the build user. A user name and password credential for the Jazz Repository should be configured.
Type: String
buildType
-
value:
-
buildDefinition:
-
buildWorkspace:
-
buildSnapshot:
-
buildStream:
-
acceptBeforeLoad (optional):
-
buildSnapshotContext (optional):
-
snapshotOwnerType::
-
processAreaOfOwningStream::
-
owningStream::
-
owningWorkspace::
-
clearLoadDirectory (optional):
-
createFoldersForComponents (optional):
-
currentSnapshotOwnerType (optional):
-
customizedSnapshotName (optional):
-
generateChangelogWithGoodBuild (optional):
-
loadDirectory (optional):
-
overrideDefaultSnapshotName (optional):
-
avoidUsingToolkit
-
<!--
/*
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
Where possible avoid using the Build toolkit when performing tasks on the Master.
This is still in the experimental stage. You will require an RTC 5.0 server which
provides some of the services used.
The Build toolkit will not be used when polling RTC and terminating the RTC Build. The toolkit
is still required though. It is used for other configuration tasks on the Master
(i.e. validating the connection to RTC, the build definition or workspace).
It is also used for checkout tasks typically performed on slave nodes.
Type: boolean
$class: RepoScm
manifestRepositoryUrl::::
currentBranch (optional)
-
depth (optional)
-
destinationDir (optional)
-
forceSync (optional)
-
ignoreProjects (optional)
-
jobs (optional)
-
localManifest (optional)
-
manifestBranch (optional)
-
manifestFile (optional)
-
manifestGroup (optional)
-
mirrorDir (optional)
-
noTags (optional)
-
quiet (optional)
-
repoUrl (optional)
-
resetFirst (optional)
-
showAllChanges (optional)
-
trace (optional)
-
$class: SCLMSCM
server::::
port
-
userID
-
password
-
JESINTERFACELEVEL1
-
project
-
alternate
-
group
-
types
-
custJobStep
-
JobStep
-
custJobHeader
-
JobHeader
-
$class: ShellScriptSCM
checkoutShell::::
pollingShell
-
useCheckoutForPolling
-
$class: SimpleClearCaseSCM
loadRules::::
+
Specify the paths to the source code inside of ClearCase VOBS. one Path for each line.
/vobs/structure/package/product/subproduct
/vobs/structure/package/product/anothersubproduct.
Type: String
viewname
-
The viewname which has a configured config spec. This is external to the plugin as
the way the config spec can be configured in many different ways. From updating the config spec
dynamically with fixed intervals to having a constant one throughout a full project life time.
Type: String
branch
-
Specify which branch to follow. Not mandatory. If not set then all branches
will be followed, i.e you will get notifications about changes in branches
which your config specification isn’t related to.
Example value: main, dev etc.
*Type:* String
filter
-
Filters out mkbranch and rmbranch messages in lshistory. These changes isn’t
relevant if you are tracking source files in a specific branch.
Type: boolean
$class: StarTeamSCM
hostname::::
port
-
projectname
-
viewname
-
foldername
-
username
-
password
-
labelname
-
promotionstate
-
$class: StoreSCM
scriptName::::
repositoryName
-
Specify the name of the Store repository to be checked. It is assumed that
the Smalltalk image being run by the
"script" property will contain any necessary repository definitions.
Type: String
pundles
-
List the names of the top-level pundles (bundles and/or packages) to check
for changes.
All listed pundles and their recursive prerequisites will be checked.
Array/List
pundleType:
-
versionRegex
-
Specify a Regex11-style regular expression that specifies which pundle
versions to consider
when checking for changes. Examples:
.+ (the default) will match any version string
\d+ will match any integer version number
(7.9\s*-\s*)?\d+ will match any integer version number with
an optional "7.9 - " prefix
*Type:* String
minimumBlessingLevel
-
Choose the minimum Store blessing level that should be considered. Pundle
versions with a lower
blessing level will be ignored.
Type: String
generateParcelBuilderInputFile
-
Check this if Jenkins should generate an input file for ParcelBuilder or a
similar tool.
A ParcelBuilder input file specifies the type, name, and version of all of
the Pundles
that are part of the current build.
Type: boolean
parcelBuilderInputFilename
-
The name of the file, relative to the Jenkins workspace directory, where the
input file
for ParcelBuilder will be written.
Type: String
Checks out the source code from Subversion repositories. See
post-commit hook set up for improved turn-around time and
performance in polling.
remote:
-
credentialsId:
-
local:
-
Specify a local directory (relative to the workspace root)
where this module is checked out. If left empty, the last path component of the URL
is used as the default, just like the svn CLI.
A single period (.) may be used to check out the project directly
into the workspace rather than into a subdirectory.
Type: String
depthOption:
-
--depth option for checkout and update commands. Default value is infinity.
empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
More information can be found
here.
*Type:* String
ignoreExternalsOption:
-
"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.
More information can be found
here.
Note: there is the potential to leverage `svn:externals` to gain read access to the entire
Subversion repository. This can happen if you follow the normal practice of giving Jenkins
credentials with read access to the entire Subversion repository. You will also need to provide the credentials
to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
workspaceUpdater
-
Nested Choice of Objects
$class: CheckoutUpdater
$class: UpdateUpdater
$class: UpdateWithCleanUpdater
$class: UpdateWithRevertUpdater
browser
-
Nested Choice of Objects
$class: Assembla
spaceName:::::
$class: BacklogRepositoryBrowser
url:::::
+
Set the project URL of Repository Browser used with this project. Sample of URL are shown below.
When no value is set, project of "Backlog URL" set above is used.
Type: String
$class: GoogleCodeRepositoryBrowser
$class: PolarionRepositoryBrowser
url:::::
$class: RedmineRepositoryBrowser
repositoryId:::::
$class: TeamForge
connectionFactory:::::
url::
-
This should be the URL of your CollabNet TeamForge site. It should be of the form https://forge.collab.net.
Type: String
username::
-
The user who will upload the files.
Type: String
password::
-
The password for the user specified above. If incorrectly given, the login to the CollabNet TeamForge server will fail.
Type: String
$class: TracRepositoryBrowser
$class: ViewVCRepositoryBrowser
url:::::
$class: WebSVN2RepositoryBrowser
url:::::
excludedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or
folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
/trunk/myapp/src/main/web/.*\.html
/trunk/myapp/src/main/web/.*\.jpeg
/trunk/myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
More information on regular expressions can be found
here.
*Type:* String
excludedUsers
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
Each exclusion uses literal pattern matching, and must be separated by a new line.
The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
excludedRevprop
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions
that are marked with the given revision property (revprop) when determining if
a build needs to be triggered. This can be used to exclude commits done by the
build itself from triggering another build, assuming the build server commits
the change with the correct revprop.
This type of exclusion only works with Subversion 1.5 servers and newer.
More information on revision properties can be found
here.
Type: String
excludedCommitMessages
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions
with commit messages containing any of the given regular expressions when
determining if a build needs to be triggered.
Type: String
includedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or
folders that are not in this list when determining if a build needs to be triggered.
Each inclusion uses regular expression pattern matching, and must be separated by a new line.
This is useful when you need to check out an entire resource for building, but only want to do
the build when a subset has changed.
/trunk/myapp/c/library1/.*
/trunk/myapp/c/library2/.*
If /trunk/myapp is checked out, the build will only occur when there are changes to
either the c/library1 and c/library2 subtrees.
If there are also excluded regions specified, then a file is not ignored when it is in
the included list and not in the excluded list.
More information on regular expressions can be found
here.
*Type:* String
ignoreDirPropChanges
-
If set, Jenkins ignores svn-property only changes of directories.
These changes are ignored when determining whether a build should be triggered and are removed from a
build’s changeset.
Main usage of this property is to ignore svn:mergeinfo changes (which would otherwise e.g. lead to a complete rebuild
of a maven project, in spite of incremental build option).
Type: boolean
filterChangelog
-
If set Jenkins will apply the same inclusion and exclusion patterns for displaying changelog entries as it does for polling for changes.
If this is disabled, changes which are excluded for polling are still displayed in the changelog.
Type: boolean
additionalCredentials
-
If there are additional credentials required in order to obtain a complete checkout of the source, they can be
provided here.
The realm is how the repository self-identifies to a client. It usually has the following format:
<proto://host:port> Realm Name
`proto` is the protocol, e.g. `http` or `svn`.
`host` is the host how it's accessed by Jenkins, e.g. as IP address `192.168.1.100`, host name `svnserver`, or host name and domain `svn.example.org`.
`port` is the port, even if not explicitly specified. By default, this is `80` for HTTP, `443` for HTTPS, 3690 for the `svn` protocol.
`Realm Name` is how the repository self-identifies. Common options include `VisualSVN Server`, `Subversion Authentication` or the UUID of the repository.
To find out the realm, you could do any of the following:
If you access the repository via HTTP or HTTPS: Open the repo in a web browser without saved credentials. It will use the `Realm Name` (see above) in the authentication dialog.
Use the command line `svn` program.
If you don't have stored the credentials, run e.g. `svn info https://svnserver/repo` and it will tell you the realm when asking you to enter a password, e.g.: Authentication realm: <svn://svnserver:3690> VisualSVN Server.
If you have already stored the credentials to access the repository, look for the realm name in one of the files in `~/.subversion/auth/svn/simple`; it will be two lines below the line `svn:realmstring`
Make sure to enter the realm exactly as shown, starting with a <.
Array/List
realm:
-
This is the realm that the SvnKit library associates with a specific checkout. For most Subversion servers this
will typically be of the format <scheme://hostname(:port)/path...>
Type: String
credentialsId:
-
Select the credential from the list of relevant credentials in order to use that credential for checking out
the source code.
Type: String
$class: SurroundSCM
rsaKeyPath::::
server
-
serverPort
-
userName
-
password
-
branch
-
repository
-
surroundSCMExecutable
-
includeOutput
-
$class: SynergySCM
project::::
database
-
release
-
purpose
-
username
-
password
-
engine
-
oldProject
-
baseline
-
oldBaseline
-
ccmHome
-
remoteClient
-
detectConflict
-
replaceSubprojects
-
checkForUpdateWarnings
-
leaveSessionOpen
-
maintainWorkarea
-
checkTaskModifiedObjects
-
$class: TeamFoundationServerScm
serverUrl::::
+
NEW since 5.1.0: This field now allows you to select from a list that is built from the values configured under Team Project Collections at Jenkins > Manage Jenkins > Configure System.
If you are using Team Services, please omit the `/DefaultCollection`.
Examples:
`http://tfs.example.com:8080/tfs/DefaultCollection`
`https://tfs.example.com:8080/tfs/CustomCollection`
`https://fabrikam-fiber-inc.visualstudio.com`
Learn more about team project collections at MSDN.
Historically, this field was labeled "Server URL" because earlier versions of TFS did not support team project collections.
*Type:* String
projectPath
-
The name of the project as it is registered on the server.
Type: String
workspaceName
-
The name of the Workspace under which the source should be retrieved. This workspace is
created as needed. You can normally
omit the property unless you want to name a workspace to avoid conflicts
on the server (i.e. when you have multiple projects on one server talking
to TFS/Team Services)
The default value is to create a workspace named Hudson-${JOB_NAME}. The TFS plugin for Jenkins
supports the following macros that are replaced in the workspace name:
${JOB_NAME} - The name of the job.
${USER_NAME} - The user name that the Hudson server or slave is running as.
${NODE_NAME} - The name of the node/slave that the plugin currently is executed on.
Note that this is not the hostname, this value is Hudson configured name of the slave/node.
${:encoding=>"UTF-8", :interpolate=>false, :scss=>{:line_numbers=>true, :style=>"expanded"}, :sass=>{:line_numbers=>true, :style=>"expanded"}, :content_syntax=>{"coffee"=>"coffeescript", "md"=>"markdown", "mkd"=>"markdown", "org"=>"orgmod", "adoc"=>"asciidoc", "ad"=>"asciidoc"}, :haml=>AStruct<{:attr_wrapper=>"\"", :escape_attrs=>:once, :format=>:xhtml, :ugly=>true, :escape_html=>false}>, :"haml|html"=>AStruct<{:format=>:html5}>, :slim=>{:sort_attrs=>false, :disable_escape=>true, :format=>:xhtml}, :"slim|html"=>{:format=>:html}, :asciidoctor=>AStruct<{:backend=>"html5", :safe=>"unsafe", :attributes=>{"imagesdir"=>"/images@", "stylesdir"=>"/stylesheets", "compat-mode"=>"@", "attribute-missing"=>"warn", "relfileprefix"=>"../", "outfilesuffix"=>"/", "idprefix"=>"", "idseparator"=>"-", "icons"=>"font", "sectanchors"=>"", "linkattrs"=>"", "source-highlighter"=>"coderay", "coderay-css"=>"style", "prewrap"=>nil, "fragment"=>"", "notitle"=>"", "site-encoding"=>"UTF-8@", "site-interpolate"=>"false@", "site-profile"=>"rtyler@", "site-base_url"=>"https://rtyler.github.io/jenkins.io@", "site-local_tz"=>"UTC@", "site-base_title"=>"Jenkins@", "env"=>Site{:dir=>/home/tyler/source/github/jenkins-infra/jenkins.io/content}, "env-site"=>true, "awestruct-version"=>"0.5.7", "docdir"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps", "docfile"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc", "docname"=>"workflow-scm-step", "docdate"=>"2017-01-31", "doctime"=>"15:12:26 PST", "docdatetime"=>"2017-01-31 15:12:26 PST", "page-interpolate"=>"false@", "page-layout"=>"simplepage@", "page-title"=>"workflow-scm-step@", "page-tags"=>"[#/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 59130200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>]@", "page-author"=>"@", "page-slug"=>"blueocean-dev-log-jan2@", "page-lastmod"=>"2017-01-31@", "page-priority"=>"0.1@", "page-change_frequency"=>"never@", "page-url"=>"/doc/pipeline/steps/workflow-scm-step/@", "page-section"=>"doc@", "page-doctitle"=>"workflow-scm-step@", "page-authors"=>"[AStruct<{:name=>\"\", :email=>\"jenkinsci-users@googlegroups.com\"}>]@", "page-notitle"=>"true@"}, :base_dir=>nil}>, :textile=>{:no_span_caps=>true}, :generation=>AStruct<{:in_theads=>40, "in_threads"=>0, :mutex=>#, :return_results=>true}>, :profile=>"rtyler", :base_url=>"https://rtyler.github.io/jenkins.io", :local_tz=>"UTC", :base_title=>"Jenkins", :google_analytics=>AStruct<{"anonymizeIp"=>true, "account"=>"UA-4216293-5"}>, :deploy=>{"host"=>"github_pages", "branch"=>"gh-pages"}, :posts=>[Awestruct::Page{ 16333400: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 17346560: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 23056900: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 25031780: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 25355180: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 6795740: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, Awestruct::Page{ 11216440: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 7087740: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27014080: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 27779400: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, Awestruct::Page{ 23957220: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 24694500: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, Awestruct::Page{ 24974700: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, Awestruct::Page{ 25291040: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 24425760: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], :posts_archive=>#{1=>{20=>[Awestruct::Page{ 16333400: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }], 19=>[Awestruct::Page{ 17346560: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], 17=>[Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 23056900: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], 13=>[Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }], 12=>[Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }], 11=>[Awestruct::Page{ 25031780: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }], 10=>[Awestruct::Page{ 25355180: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }]}}, 2016=>{12=>{31=>[Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }], 20=>[Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], 19=>[Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }], 10=>[Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }], 9=>[Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }]}, 11=>{22=>[Awestruct::Page{ 6795740: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], 21=>[Awestruct::Page{ 11216440: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], 16=>[Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }], 13=>[Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }], 12=>[Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }], 11=>[Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }]}, 10=>{31=>[Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], 18=>[Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }], 16=>[Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }], 29=>[Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }], 27=>[Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }], 24=>[Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }], 20=>[Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }], 19=>[Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }], 9=>[Awestruct::Page{ 7087740: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }], 8=>[Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }], 7=>[Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }], 6=>[Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }], 1=>[Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }], 30=>[Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }], 29=>[Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }], 26=>[Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }], 24=>[Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }], 22=>[Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }], 17=>[Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27014080: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }], 11=>[Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], 10=>[Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], 9=>[Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }], 8=>[Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], 3=>[Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }], 19=>[Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }], 18=>[Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], 14=>[Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }], 7=>[Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }], 1=>[Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }]}, 6=>{30=>[Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], 29=>[Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }], 16=>[Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }], 15=>[Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], 14=>[Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], 13=>[Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], 10=>[Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], 1=>[Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }]}, 5=>{31=>[Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }], 26=>[Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }], 25=>[Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }], 23=>[Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }], 18=>[Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }], 17=>[Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], 12=>[Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], 11=>[Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }], 10=>[Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }]}, 4=>{26=>[Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }], 22=>[Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }], 21=>[Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], 15=>[Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }], 14=>[Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], 11=>[Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }], 7=>[Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }], 1=>[Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }]}, 3=>{30=>[Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }], 24=>[Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }], 21=>[Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }], 18=>[Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }], 15=>[Awestruct::Page{ 27779400: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], 11=>[Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }], 3=>[Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], 2=>[Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }]}, 2=>{29=>[Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], 24=>[Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], 19=>[Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }], 6=>[Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], 26=>[Awestruct::Page{ 23957220: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }], 10=>[Awestruct::Page{ 24694500: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], 7=>[Awestruct::Page{ 24974700: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }], 5=>[Awestruct::Page{ 25291040: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], 4=>[Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }]}}, 2015=>{12=>{21=>[Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }], 18=>[Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }], 17=>[Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }], 16=>[Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }], 9=>[Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }], 3=>[Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }], 2=>[Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }]}, 11=>{16=>[Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }], 11=>[Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }], 6=>[Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }], 4=>[Awestruct::Page{ 24425760: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }], 3=>[Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }], 1=>[Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }]}, 10=>{30=>[Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }], 29=>[Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }], 28=>[Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }], 27=>[Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }], 25=>[Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }], 19=>[Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }], 9=>[Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }], 2=>[Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }], 1=>[Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }], 29=>[Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }], 19=>[Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], 7=>[Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }], 3=>[Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }], 1=>[Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }], 28=>[Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }], 25=>[Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }], 24=>[Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }], 20=>[Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }], 18=>[Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }], 13=>[Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }], 10=>[Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }], 5=>[Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }], 4=>[Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }], 3=>[Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }], 29=>[Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }], 28=>[Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }], 25=>[Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }], 24=>[Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }], 23=>[Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }], 15=>[Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }], 14=>[Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }], 9=>[Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }], 16=>[Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }], 15=>[Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }], 9=>[Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }], 8=>[Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }], 3=>[Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }], 2=>[Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }], 1=>[Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }]}, 5=>{20=>[Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }], 18=>[Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }], 14=>[Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }], 7=>[Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }], 22=>[Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }], 13=>[Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }], 6=>[Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }]}, 3=>{25=>[Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }], 17=>[Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }], 6=>[Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }], 3=>[Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }]}, 2=>{25=>[Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }], 24=>[Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }], 19=>[Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }], 9=>[Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }]}}, 2014=>{12=>{17=>[Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }], 3=>[Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }]}, 10=>{20=>[Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }], 15=>[Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }], 6=>[Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }]}, 9=>{25=>[Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }], 24=>[Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }], 17=>[Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }], 2=>[Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }]}, 8=>{28=>[Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }], 12=>[Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }], 11=>[Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }], 28=>[Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }], 18=>[Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }], 9=>[Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }], 8=>[Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }], 3=>[Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }], 1=>[Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }]}, 6=>{20=>[Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }], 19=>[Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }], 16=>[Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }], 11=>[Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }], 10=>[Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }], 9=>[Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }], 6=>[Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }], 5=>[Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }], 3=>[Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }]}, 5=>{30=>[Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }], 27=>[Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }], 19=>[Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }], 8=>[Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }], 18=>[Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }], 16=>[Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }], 15=>[Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }], 11=>[Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }], 9=>[Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }], 4=>[Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }], 1=>[Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }]}, 3=>{21=>[Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }], 19=>[Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }]}, 1=>{25=>[Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }]}}, 2013=>{12=>{5=>[Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }], 4=>[Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }]}, 11=>{25=>[Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }], 20=>[Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }], 17=>[Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }], 8=>[Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }]}, 10=>{18=>[Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }], 9=>[Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }]}, 9=>{23=>[Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }], 16=>[Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }], 11=>[Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }], 9=>[Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }], 5=>[Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }]}, 8=>{1=>[Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }]}, 7=>{31=>[Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }], 24=>[Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }], 11=>[Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }], 1=>[Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }]}, 6=>{21=>[Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }]}, 5=>{22=>[Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }], 17=>[Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }], 6=>[Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }]}, 4=>{30=>[Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }], 25=>[Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }], 19=>[Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }]}, 3=>{12=>[Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }]}, 2=>{15=>[Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }]}, 1=>{30=>[Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }], 26=>[Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }], 9=>[Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }]}}, 2012=>{12=>{25=>[Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }], 20=>[Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }], 19=>[Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }], 13=>[Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }]}, 11=>{18=>[Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }], 16=>[Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }], 15=>[Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }], 14=>[Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }]}, 9=>{28=>[Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }], 26=>[Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }], 24=>[Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }], 21=>[Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }], 12=>[Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }], 11=>[Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }]}, 8=>{27=>[Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }], 20=>[Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }], 23=>[Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }], 19=>[Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }]}, 5=>{28=>[Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }], 21=>[Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }], 10=>[Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }]}, 4=>{13=>[Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }]}, 3=>{26=>[Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }], 13=>[Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }], 6=>[Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }]}, 2=>{21=>[Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }], 13=>[Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }], 2=>[Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }]}, 1=>{20=>[Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }], 5=>[Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }], 4=>[Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }]}}, 2011=>{12=>{28=>[Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }], 23=>[Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }], 20=>[Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }], 19=>[Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }], 5=>[Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }], 2=>[Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }]}, 11=>{15=>[Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }], 10=>[Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }], 7=>[Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], 4=>[Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }], 3=>[Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }], 17=>[Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }], 5=>[Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }]}, 9=>{20=>[Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }], 19=>[Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }], 14=>[Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }], 1=>[Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }]}, 8=>{9=>[Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }], 8=>[Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }]}, 7=>{18=>[Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }]}, 6=>{24=>[Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }], 16=>[Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], 14=>[Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }], 9=>[Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }], 8=>[Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }]}, 5=>{27=>[Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], 12=>[Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], 4=>[Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }]}, 4=>{14=>[Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }], 4=>[Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }], 1=>[Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }]}, 3=>{23=>[Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }], 21=>[Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }], 13=>[Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }], 3=>[Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }]}, 2=>{14=>[Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }], 5=>[Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }], 4=>[Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }]}, 1=>{29=>[Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }], 11=>[Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }], 8=>[Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }]}}, 2010=>{12=>{5=>[Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }], 1=>[Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }]}, 11=>{30=>[Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }], 23=>[Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }]}, 9=>{22=>[Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }], 21=>[Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }], 20=>[Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }], 17=>[Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }], 9=>[Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }], 5=>[Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }], 4=>[Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }], 2=>[Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }], 1=>[Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }], 30=>[Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], 29=>[Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }], 26=>[Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }], 20=>[Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }], 17=>[Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }], 16=>[Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }], 11=>[Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }], 10=>[Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }], 2=>[Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }]}, 7=>{28=>[Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }], 27=>[Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }], 22=>[Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }], 21=>[Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }], 13=>[Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }], 12=>[Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }], 8=>[Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }], 7=>[Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }], 6=>[Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }], 5=>[Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }]}, 6=>{29=>[Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }], 28=>[Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }], 23=>[Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }], 22=>[Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }], 14=>[Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }], 11=>[Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }], 10=>[Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }], 9=>[Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }], 16=>[Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }], 12=>[Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }], 7=>[Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }], 1=>[Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }]}, 3=>{31=>[Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }], 30=>[Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }], 27=>[Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }], 23=>[Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }], 22=>[Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }], 19=>[Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }], 16=>[Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }], 15=>[Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }], 14=>[Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], 13=>[Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }], 12=>[Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }], 9=>[Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }], 8=>[Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }], 7=>[Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }], 5=>[Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }], 2=>[Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }], 1=>[Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }]}, 2=>{26=>[Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }], 25=>[Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], 24=>[Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }], 23=>[Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], 22=>[Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }], 19=>[Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }], 18=>[Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }], 17=>[Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }], 16=>[Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }], 15=>[Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }], 14=>[Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }], 12=>[Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], 11=>[Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], 10=>[Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], 9=>[Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }], 8=>[Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], 2=>[Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }]}}}>, :posts_tags=>[#/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 45669020: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 41420940: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57055700: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 62827460: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 17343360: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 59130200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 54717300: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46790220: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61049000: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 53691780: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 9232220: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 27078200: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 65034100: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 52238960: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 43919840: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 42839920: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57082620: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45171360: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 63344700: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 41189220: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 44812500: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 41621700: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 44240280: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57740660: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=6, @primary_page=Awestruct::Page{ 52713000: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 16610480: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60686900: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 47849300: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 64971260: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 42852180: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 55891320: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 26654980: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 23407380: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 43831400: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25924840: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52111940: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 47329000: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66280360: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 18623460: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 46646780: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 63834760: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 27849200: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25593360: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 24385980: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 28882820: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 59842040: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 24066200: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25383340: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 44409020: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 24923800: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 63665260: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 54049840: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52025320: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 58902580: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57498180: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46942360: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 42403220: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 65711400: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57249940: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 58940560: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57309480: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 57547700: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 6052620: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 41757620: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57805900: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 56189860: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 39908160: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46161800: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 45889020: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66923680: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 42775600: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 24675480: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 43309460: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 64742380: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45452120: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 39486180: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52164960: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 44310480: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 41764420: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 63772920: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 56759720: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60180480: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 53050540: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61547060: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 64398340: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 41596980: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>], :events=>{:"seville-jam"=>Awestruct::Page{ 9069240: output_path=>/_data/events/seville-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seville-jam.adoc, layout=> }, :"moscow-jam-1"=>Awestruct::Page{ 8330480: output_path=>/_data/events/moscow-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/moscow-jam-1.adoc, layout=> }, :"pre-fosdem-2017-happy hour"=>Awestruct::Page{ 7048820: output_path=>/_data/events/pre-fosdem-2017-happy hour.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/pre-fosdem-2017-happy hour.adoc, layout=> }, :"jenkins-2"=>Awestruct::Page{ 64862960: output_path=>/_data/events/jenkins-2.0-tweetfest.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-2.0-tweetfest.adoc, layout=> }, :"boston-devops-dojo"=>Awestruct::Page{ 43946600: output_path=>/_data/events/boston-devops-dojo.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-devops-dojo.adoc, layout=> }, :"boston-jam-feb2017"=>Awestruct::Page{ 42048580: output_path=>/_data/events/boston-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-feb2017.adoc, layout=> }, :"guadalajara-jam"=>Awestruct::Page{ 55482460: output_path=>/_data/events/guadalajara-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam.adoc, layout=> }, :"gsoc-midterm-presentations-1"=>Awestruct::Page{ 64230300: output_path=>/_data/events/gsoc-midterm-presentations-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-1.adoc, layout=> }, :"melbourne-jam-dec16"=>Awestruct::Page{ 42995400: output_path=>/_data/events/melbourne-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec16.adoc, layout=> }, :Fosdem2017=>Awestruct::Page{ 63662240: output_path=>/_data/events/Fosdem2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Fosdem2017.adoc, layout=> }, :"sydney-jam-jan2017"=>Awestruct::Page{ 54812780: output_path=>/_data/events/sydney-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sydney-jam-jan2017.adoc, layout=> }, :"boston-jam-bible"=>Awestruct::Page{ 55097720: output_path=>/_data/events/boston-jam-bible.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-bible.adoc, layout=> }, :"bangalore-jam-1"=>Awestruct::Page{ 43844560: output_path=>/_data/events/bangalore-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/bangalore-jam-1.adoc, layout=> }, :"tel-aviv-jam-2"=>Awestruct::Page{ 44391800: output_path=>/_data/events/tel-aviv-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam-2.adoc, layout=> }, :"boston-jam-2"=>Awestruct::Page{ 51960120: output_path=>/_data/events/boston-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-2.adoc, layout=> }, :"munchen-jam-feb2017"=>Awestruct::Page{ 57504300: output_path=>/_data/events/munchen-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/munchen-jam-feb2017.adoc, layout=> }, :"Jenkins-2"=>Awestruct::Page{ 53079060: output_path=>/_data/events/Jenkins-2.0-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Jenkins-2.0-vJAM.adoc, layout=> }, :seagl2016=>Awestruct::Page{ 45802320: output_path=>/_data/events/seagl2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seagl2016.adoc, layout=> }, :"amsterdam-jam"=>Awestruct::Page{ 44342380: output_path=>/_data/events/amsterdam-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam.adoc, layout=> }, :"dfw-jam-5"=>Awestruct::Page{ 46806720: output_path=>/_data/events/dfw-jam-5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-5.adoc, layout=> }, :"fosdem-2016"=>Awestruct::Page{ 43675280: output_path=>/_data/events/fosdem-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/fosdem-2016.adoc, layout=> }, :"seattle-jam-1"=>Awestruct::Page{ 42764160: output_path=>/_data/events/seattle-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seattle-jam-1.adoc, layout=> }, :"jenkins-world-contributor-summit"=>Awestruct::Page{ 41459080: output_path=>/_data/events/jenkins-world-contributor-summit.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-contributor-summit.adoc, layout=> }, :"atlanta-jam"=>Awestruct::Page{ 65144140: output_path=>/_data/events/atlanta-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam.adoc, layout=> }, :"2016-08-25-online-jam-gsoc"=>Awestruct::Page{ 62651360: output_path=>/_data/events/2016-08-25-online-jam-gsoc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-08-25-online-jam-gsoc.adoc, layout=> }, :"tel-aviv-jam"=>Awestruct::Page{ 56055360: output_path=>/_data/events/tel-aviv-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam.adoc, layout=> }, :"london-jam-1"=>Awestruct::Page{ 54185680: output_path=>/_data/events/london-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/london-jam-1.adoc, layout=> }, :"boulder-jam-oct16"=>Awestruct::Page{ 52226340: output_path=>/_data/events/boulder-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-oct16.adoc, layout=> }, :"spb-jam-3"=>Awestruct::Page{ 51495560: output_path=>/_data/events/spb-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/spb-jam-3.adoc, layout=> }, :"albuquerque-jam-1"=>Awestruct::Page{ 66739040: output_path=>/_data/events/albuquerque-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-1.adoc, layout=> }, :"dfw-jam-6"=>Awestruct::Page{ 46405200: output_path=>/_data/events/dfw-jam-6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-6.adoc, layout=> }, :"2016-09-06-online-jam-plugin-dev-2"=>Awestruct::Page{ 45968140: output_path=>/_data/events/2016-09-06-online-jam-plugin-dev-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-09-06-online-jam-plugin-dev-2.adoc, layout=> }, :"guadalajara-jam-nov2016"=>Awestruct::Page{ 39273140: output_path=>/_data/events/guadalajara-jam-nov2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-nov2016.adoc, layout=> }, :"guadalajara-jam-2"=>Awestruct::Page{ 41450740: output_path=>/_data/events/guadalajara-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-2.adoc, layout=> }, :"2016-seattle-jam-nov-11"=>Awestruct::Page{ 43603060: output_path=>/_data/events/2016-seattle-jam-nov-11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-11.adoc, layout=> }, :"singapore-august-jam"=>Awestruct::Page{ 41987660: output_path=>/_data/events/singapore-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-august-jam.adoc, layout=> }, :"austin-jam-jan17"=>Awestruct::Page{ 57984980: output_path=>/_data/events/austin-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/austin-jam-jan17.adoc, layout=> }, :"sf-jam-jan17"=>Awestruct::Page{ 53739660: output_path=>/_data/events/sf-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-jan17.adoc, layout=> }, :"dfw-jam-8"=>Awestruct::Page{ 65235480: output_path=>/_data/events/dfw-jam-8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-8.adoc, layout=> }, :"washington-dc-jam-1"=>Awestruct::Page{ 45884000: output_path=>/_data/events/washington-dc-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-dc-jam-1.adoc, layout=> }, :"sf-jam"=>Awestruct::Page{ 44473500: output_path=>/_data/events/sf-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam.adoc, layout=> }, :"dublin-jam-1"=>Awestruct::Page{ 64632640: output_path=>/_data/events/dublin-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-1.adoc, layout=> }, :"jenkins-world-2016"=>Awestruct::Page{ 53415720: output_path=>/_data/events/jenkins-world-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-2016.adoc, layout=> }, :"paris-jam-1"=>Awestruct::Page{ 42151680: output_path=>/_data/events/paris-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/paris-jam-1.adoc, layout=> }, :"singapore-jam"=>Awestruct::Page{ 43377560: output_path=>/_data/events/singapore-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam.adoc, layout=> }, :"boston-jam-1"=>Awestruct::Page{ 51125740: output_path=>/_data/events/boston-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-1.adoc, layout=> }, :"singapore-jam-nov16"=>Awestruct::Page{ 46315580: output_path=>/_data/events/singapore-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam-nov16.adoc, layout=> }, :"boulder-jam-1"=>Awestruct::Page{ 44494480: output_path=>/_data/events/boulder-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-1.adoc, layout=> }, :"meetup-linuxwochen"=>Awestruct::Page{ 45532580: output_path=>/_data/events/meetup-linuxwochen.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/meetup-linuxwochen.adoc, layout=> }, :"melbourne-jam-nov16"=>Awestruct::Page{ 42662620: output_path=>/_data/events/melbourne-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-nov16.adoc, layout=> }, :"guadalajara-jam-dec2016"=>Awestruct::Page{ 40842020: output_path=>/_data/events/guadalajara-jam-dec2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-dec2016.adoc, layout=> }, :"melbourne-jam-dec"=>Awestruct::Page{ 62802280: output_path=>/_data/events/melbourne-jam-dec.14.16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec.14.16.adoc, layout=> }, :"online-jam-dec16"=>Awestruct::Page{ 55703980: output_path=>/_data/events/online-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/online-jam-dec16.adoc, layout=> }, :"atlanta-jam-3"=>Awestruct::Page{ 53711260: output_path=>/_data/events/atlanta-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam-3.adoc, layout=> }, :"dfw-jam-2"=>Awestruct::Page{ 62850680: output_path=>/_data/events/dfw-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-2.adoc, layout=> }, :"juc-israel"=>Awestruct::Page{ 65855440: output_path=>/_data/events/juc-israel.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/juc-israel.adoc, layout=> }, :"la-jam-@-the-reserve"=>Awestruct::Page{ 43291840: output_path=>/_data/events/la-jam-@-the-reserve.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/la-jam-@-the-reserve.adoc, layout=> }, :"washington-jam-jan17"=>Awestruct::Page{ 46065920: output_path=>/_data/events/washington-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-jan17.adoc, layout=> }, :"sf-jam-oct16"=>Awestruct::Page{ 42434840: output_path=>/_data/events/sf-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-oct16.adoc, layout=> }, :"sf-jam-nov16"=>Awestruct::Page{ 41547240: output_path=>/_data/events/sf-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-nov16.adoc, layout=> }, :"lima-august-jam"=>Awestruct::Page{ 44756880: output_path=>/_data/events/lima-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/lima-august-jam.adoc, layout=> }, :"belarus-meetup"=>Awestruct::Page{ 42050380: output_path=>/_data/events/belarus-meetup.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/belarus-meetup.adoc, layout=> }, :"guadalajara-jam-oct2016"=>Awestruct::Page{ 56236800: output_path=>/_data/events/guadalajara-jam-oct2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-oct2016.adoc, layout=> }, :"dfw-jam-3"=>Awestruct::Page{ 51655160: output_path=>/_data/events/dfw-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-3.adoc, layout=> }, :"amsterdam-jam-nov16"=>Awestruct::Page{ 46753940: output_path=>/_data/events/amsterdam-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam-nov16.adoc, layout=> }, :"2016-seattle-jam-nov-9"=>Awestruct::Page{ 48086400: output_path=>/_data/events/2016-seattle-jam-nov-9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-9.adoc, layout=> }, :"dublin-jam-2"=>Awestruct::Page{ 64001340: output_path=>/_data/events/dublin-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-2.adoc, layout=> }, :"guadalajara-jam-jan2017"=>Awestruct::Page{ 52488860: output_path=>/_data/events/guadalajara-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-jan2017.adoc, layout=> }, :jenkinsworld2017=>Awestruct::Page{ 46695440: output_path=>/_data/events/jenkinsworld2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkinsworld2017.adoc, layout=> }, :"gsoc-midterm-presentations-2"=>Awestruct::Page{ 42865920: output_path=>/_data/events/gsoc-midterm-presentations-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-2.adoc, layout=> }, :"albuquerque-jam-nov16"=>Awestruct::Page{ 46673460: output_path=>/_data/events/albuquerque-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-nov16.adoc, layout=> }, :"brno-jam-jan2017"=>Awestruct::Page{ 46047480: output_path=>/_data/events/brno-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/brno-jam-jan2017.adoc, layout=> }, :"2016-seattle-jam-dec-07"=>Awestruct::Page{ 44956160: output_path=>/_data/events/2016-seattle-jam-dec-07.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-dec-07.adoc, layout=> }, :"washington-jam-nov16"=>Awestruct::Page{ 43388220: output_path=>/_data/events/washington-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-nov16.adoc, layout=> }, :"Post Fosdem Hackathon"=>Awestruct::Page{ 46121820: output_path=>/_data/events/Post Fosdem Hackathon.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Post Fosdem Hackathon.adoc, layout=> }, :"Plugin_dev-vJAM"=>Awestruct::Page{ 44751780: output_path=>/_data/events/Plugin_dev-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Plugin_dev-vJAM.adoc, layout=> }, :"guadalajara-jam-3"=>Awestruct::Page{ 42668100: output_path=>/_data/events/guadalajara-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-3.adoc, layout=> }, :"milan-jam-nov16"=>Awestruct::Page{ 42313440: output_path=>/_data/events/milan-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/milan-jam-nov16.adoc, layout=> }}, :solutions=>AStruct<{:python=>AStruct<{"usecase"=>"Python", "articles"=>[["http://www.alexconrad.org/2011/10/jenkins-and-python.html", "Getting started with Jenkins and Python"], ["http://bhfsteve.blogspot.be/2012/04/automated-python-unit-testing-code.html", "Automated python unit testing, code coverage and code quality analysis with Jenkins"], ["http://michal.karzynski.pl/blog/2014/04/19/continuous-integration-server-for-django-using-jenkins/", "Continuous Integration for Django projects with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/ShiningPanda+Plugin", "Shining Panda plugin", "adds various build steps for building Python projects with virtualenv, tox and more"], ["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like nose) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Violations", "Violations plugin", "processes output from pylint to provide style checks for Python code"]]}>, :c=>AStruct<{"usecase"=>"C/C++", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin", "Warnings plugin", "scans console output for compile-time warnings and errors to report on"], ["https://wiki.jenkins-ci.org/display/JENKINS/Valgrind+Plugin", "Valgrind plugin", "run and incorporate Valgrind (memcheck) reports into Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/cmakebuilder+Plugin", "CMake Builder plugin", "provides a build step that generates the build scripts from a CMakeLists.txt file"], ["https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin", "xUnit plugin", "generate reports based on test tooling output from various unit test frameworks"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin", "Cppcheck plugin", "generate trend reports for CppCheck, a tool for static C/C++ code analysis."]]}>, :java=>AStruct<{"usecase"=>"Java", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes JUnit XML formatted test reports for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Gradle+Plugin", "Gradle plugin", "support invoking Gradle as a build step and listing executing tasks per build"], ["https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin", "Findbugs plugin", "generate trending and analysis for FindBugs reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/PMD+Plugin", "PMD plugin", "generate trending and analysis for PMD reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin", "Cobertura plugin", "publish and trend code coverage reports from Cobertura"], ["https://wiki.jenkins-ci.org/display/JENKINS/SonarQube+plugin", "SonarQube plugin", "integrate reporting from the SonarQube code quality/inspection platform"], ["https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin", "Repository Connector plugin", "adds features for resolving artifacts from a Maven repository such as Nexus or Artifactory."]]}>, :android=>AStruct<{"usecase"=>"Android", "blog_tags"=>["android"], "articles"=>[["http://blog.zuehlke.com/en/configure-your-android-project-on-jenkins/", "Configure your Android project on Jenkins"], ["https://www.bignerdranch.com/blog/continuous-delivery-for-android/", "Continuous Delivery for Android"], ["https://dzone.com/articles/automating-continuous", "Automating Android Projects With Gradle using Jenkins on Windows"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin", "Android Emulator plugin", "automate many Android tasks during a build, such as launching/destroying emulators"], ["https://wiki.jenkins-ci.org/display/JENKINS/Android+Lint+Plugin", "Android Lint plugin", "parses output from the Android lint tool for display and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Google+Play+Android+Publisher+Plugin", "Google Play Android Publisher plugin", "enables publishing Android APKs directly from Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"AYoAEoOoYFE", "title"=>"Building, testing and deploying Android apps"}, {"short"=>nil, "id"=>"EOogyOv79NE", "title"=>"Continuous Integration for Mobile Apps with Jenkins"}]}>, :docker=>AStruct<{"usecase"=>"Docker", "blog_tags"=>["docker", "containers"], "legacy"=>{"header_image"=>"https://agentdero.cachefly.net/continuousblog/jenkins-heart-docker.png"}, "jumbotron"=>{"image"=>"/images/full-whale-low.jpg"}, "intro"=>"Combining Jenkins and Docker together can bring\nimproved speed and consistency to your automation tasks, which is why we’ve\ncollected some hopefully helpful resources on this page to\nget you started!\n", "articles"=>[["http://engineering.riotgames.com/news/taking-control-your-docker-image", "Taking control of your Docker image"], ["http://engineering.riotgames.com/news/thinking-inside-container", "Thinking inside the container"], ["http://engineering.riotgames.com/news/jenkins-docker-proxies-and-compose", "Using Jenkins, Docker, Proxies and Compose"], ["https://blog.codecentric.de/en/2015/10/continuous-integration-platform-using-docker-container-jenkins-sonarqube-nexus-gitlab/", "Continuous Integration Platform using Docker with Jenkins, SonarQube, Nexus and GitLab"], ["https://www.cloudbees.com/blog/triggering-docker-pipelines-jenkins", "Triggering Docker pipelines with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", "Docker plugin", "dynamically provision slaves with Docker"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Workflow+Plugin", "CloudBees Docker Workflow plugin", "build and use Docker containers from within Workflows"], ["https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin", "Docker build step plugin", "add various Docker commands to the job as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Build+and+Publish+plugin", "CloudBees Docker Build and Publish plugin", "build projects with a Dockerfile, and publish the resulting image (repo) to the docker registry"], ["https://wiki.jenkins-ci.org/display/JENKINS/Kubernetes+Plugin", "Kubernetes plugin", "dynamically allocate and schedule Docker slaves on a Kubernetes cluster"], ["https://github.com/jenkinsci/dockerhub-notification-plugin/blob/master/README.md", "CloudBees Docker Hub Notification plugin", "allows Jenkins to receive webhooks from hub.docker.com to drive pipelines based on Docker in Jenkins"], ["https://github.com/jenkinsci/docker-traceability-plugin/blob/master/README.md", "CloudBees Docker Traceability plugin", "track creation and use of Docker containers in Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"38SAyBLSHUM", "title"=>"Scaling Jenkins masters with Docker"}, {"short"=>nil, "id"=>"e7N3jX2b1i0", "title"=>"Scaling Jenkins and Docker with Kubernetes"}, {"short"=>nil, "id"=>"VZPbLUJnR68", "title"=>"Delivering eBay’s CI solution with Jenkins & Docker"}, {"short"=>nil, "id"=>"ppCzDDpcqRk", "title"=>"CI with Jenkins and Docker"}, {"short"=>nil, "id"=>"yt6QrwLs4HE", "title"=>"Lightweight PaaS for Jenkins with Docker"}], "steps"=>[{"title"=>"Install Docker", "short"=>"Installing Docker on Jenkins machines is easy", "long"=>nil}]}>, :pipeline=>AStruct<{"usecase"=>"Continuous Delivery", "jumbotron"=>{"image"=>"/images/full-pipeline.jpg"}, "blog_tags"=>["cd", "pipeline", "cicd"], "articles"=>[["http://udaypal.com/jenkins-workflow-getting-started/", "Getting started with Jenkins Workflow"], ["https://jenkins-ci.org/content/pipeline-code-multibranch-workflows-jenkins", "Multibranch Workflows in Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin", "Pipeline plugin", "allows creating Pipeline scripts for defining build/test/deploy stages of a delivery pipeline"], ["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Utility+Steps+Plugin", "Pipeline Utility Steps plugin", "provides a number of addition, useful, steps to the Pipeline DSL"], ["https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin", "Job DSL plugin", "creates a DSL to orchestrate job creation"]]}>, :embedded=>AStruct<{"usecase"=>"Embedded", "articles"=>[["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-Jenkins-Based-CI-for-Nenashev.pdf", "Jenkins-Based CI for Heterogeneous Hardware/Software Projects", "Oleg Nenashev", "JUC2015/London"], ["https://www.cloudbees.com/blog/multi-stage-ci-jenkins-embedded-world", "Multi-Stage-CI with Jenkins in an Embedded World", "Robert Martin, Steve Harris", "JUC2014/Berlin"], ["http://www.testandverification.com/VerificationFutures/2015/Alan_Fitch.pdf", "CI for FPGA D&V", "Alan Fitch", "Verification Futures, 2015"], ["http://www.verilab.com/files/dvcon2012_ci_gray_mcgregor.pdf", "A 30 Minute Project Makeover Using Continuous Integration", "JL Gray, Gordon McGregor", "DVCon, 2012"], ["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-The-Famous-Cows-Woodall.pdf", "The Famous Cows of Cambridge: A Non-Standard Use Case for Jenkins", "Sarah Woodall", "JUC2015/London"], ["http://www.synopsys.com/news/pubs/snug/2013/canada/a1_danjou_paper.pdf", "FPGA CI with Jenkins (requires SNUG account)", "Martin dāAnjou", "SNUG2013/Canada"]]}>, :github=>AStruct<{"usecase"=>"GitHub", "articles"=>[["https://www.cloudbees.com/blog/better-integration-between-jenkins-and-github-github-jenkins-plugin", "Better Integration Between Jenkins and GitHub (with the GitHub Jenkins Plugin)"], ["http://orangejuiceliberationfront.com/setting-up-jenkins-for-github-and-xcode-with-nightlies/", "Setting up Jenkins for Github and Xcode, with Nightlies"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin", "GitHub plugin", "integrates Jenkins jobs with GitHub repositories for triggering builds and reporting commit status"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+OAuth+Plugin", "GitHub Authentication plugin", "use GitHub as the authentication provider for your Jenkins instance"], ["https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin", "Git plugin", "use Git repositories as the source of code for a Jenkins job"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+SQS+Plugin", "GitHub SQS plugin", "trigger builds via the GitHub SQS (AWS) service hook"]]}>, :ruby=>AStruct<{"usecase"=>"Ruby", "blog_tags"=>["ruby"], "articles"=>[["http://thediscoblog.com/blog/2014/01/24/continuous-delivery-for-heroku-with-jenkins/", "Continuous Delivery for Heroku With Jenkins"], ["https://atomic-penguin.github.io/blog/2014/04/29/stupid-jenkins-and-chef-tricks-part-1-rubocop/", "Integrating Rubocop into Jenkins"], ["http://www.cryptocracy.com/blog/2014/01/03/cooking-with-jenkins-test-kitchen-and-docker/", "Cooking with Jenkins, Test Kitchen and Docker"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like ci_reporter, cucumber) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Brakeman+Plugin", "Brakeman plugin", "incorporates the output from the Brakeman security scanner for Rails projects"], ["https://wiki.jenkins-ci.org/display/JENKINS/Rake+plugin", "Rake plugin", "adds Rake invocation as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/RubyMetrics+plugin", "RubyMetrics plugin", "reports for Jenkins. Rcov, Rails stats, Rails notes and Flog."], ["https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+RubyMotion+Plugin", "RubyMotion plugin", "build RubyMotion projects from within Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin", "Cucumber Test Result plugin", "integrate and report from Cucumber executions"]]}>}>, :authors=>AStruct<{:svanoort=>Awestruct::Page{ 65120200: output_path=>/_data/authors/svanoort.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/svanoort.adoc, layout=> }, :cprice404=>Awestruct::Page{ 63381080: output_path=>/_data/authors/cprice404.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cprice404.adoc, layout=> }, :michaelneale=>Awestruct::Page{ 57807880: output_path=>/_data/authors/michaelneale.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/michaelneale.adoc, layout=> }, :hrmpw=>Awestruct::Page{ 56686680: output_path=>/_data/authors/hrmpw.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hrmpw.adoc, layout=> }, :vgaidarji=>Awestruct::Page{ 55545000: output_path=>/_data/authors/vgaidarji.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/vgaidarji.adoc, layout=> }, :cyberax=>Awestruct::Page{ 54719860: output_path=>/_data/authors/cyberax.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cyberax.adoc, layout=> }, :hinman=>Awestruct::Page{ 53935640: output_path=>/_data/authors/hinman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hinman.adoc, layout=> }, :kohsuke=>Awestruct::Page{ 53143680: output_path=>/_data/authors/kohsuke.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kohsuke.adoc, layout=> }, :samatdav=>Awestruct::Page{ 52556040: output_path=>/_data/authors/samatdav.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/samatdav.adoc, layout=> }, :kj187=>Awestruct::Page{ 51700440: output_path=>/_data/authors/kj187.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kj187.adoc, layout=> }, :stephenc=>Awestruct::Page{ 51374900: output_path=>/_data/authors/stephenc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/stephenc.adoc, layout=> }, :minudika=>Awestruct::Page{ 66090240: output_path=>/_data/authors/minudika.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/minudika.adoc, layout=> }, :lnewman=>Awestruct::Page{ 45594760: output_path=>/_data/authors/lnewman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/lnewman.adoc, layout=> }, :ccaum=>Awestruct::Page{ 44589660: output_path=>/_data/authors/ccaum.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/ccaum.adoc, layout=> }, :jglick=>Awestruct::Page{ 45471760: output_path=>/_data/authors/jglick.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/jglick.adoc, layout=> }, :alyssat=>Awestruct::Page{ 42712200: output_path=>/_data/authors/alyssat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alyssat.adoc, layout=> }, :"daniel-beck"=>Awestruct::Page{ 46295120: output_path=>/_data/authors/daniel-beck.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/daniel-beck.adoc, layout=> }, :dcoraboeuf=>Awestruct::Page{ 41589760: output_path=>/_data/authors/dcoraboeuf.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/dcoraboeuf.adoc, layout=> }, :i386=>Awestruct::Page{ 41968100: output_path=>/_data/authors/i386.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/i386.adoc, layout=> }, :glaforge=>Awestruct::Page{ 43960620: output_path=>/_data/authors/glaforge.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/glaforge.adoc, layout=> }, :omehegan=>Awestruct::Page{ 42352040: output_path=>/_data/authors/omehegan.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/omehegan.adoc, layout=> }, :rtyler=>Awestruct::Page{ 57454900: output_path=>/_data/authors/rtyler.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/rtyler.adoc, layout=> }, :alexsomai=>Awestruct::Page{ 54195820: output_path=>/_data/authors/alexsomai.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alexsomai.adoc, layout=> }, :cynthia=>Awestruct::Page{ 51642280: output_path=>/_data/authors/cynthia.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cynthia.adoc, layout=> }, :payal94=>Awestruct::Page{ 66225360: output_path=>/_data/authors/payal94.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/payal94.adoc, layout=> }, :oleg_nenashev=>Awestruct::Page{ 46263300: output_path=>/_data/authors/oleg_nenashev.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/oleg_nenashev.adoc, layout=> }, :fdechery=>Awestruct::Page{ 47707480: output_path=>/_data/authors/fdechery.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/fdechery.adoc, layout=> }, :bvdawson=>Awestruct::Page{ 44821080: output_path=>/_data/authors/bvdawson.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/bvdawson.adoc, layout=> }, :batmat=>Awestruct::Page{ 47443820: output_path=>/_data/authors/batmat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/batmat.adoc, layout=> }, :abayer=>Awestruct::Page{ 46839120: output_path=>/_data/authors/abayer.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/abayer.adoc, layout=> }}>, :steps=>{:firststart=>{"title"=>"Getting started with Jenkins", "steps"=>[{"title"=>"Download Jenkins", "iconclass"=>"icon-download", "short"=>"Pick a package for your platform to get started quickly.", "href"=>"/download"}, {"title"=>"Create a Pipeline", "iconclass"=>"icon-arrow-shuffle", "short"=>"Define a pipeline for automating build, test and delivery of your project.", "href"=>"/doc/pipeline"}, {"title"=>"Discover Plugins", "iconclass"=>"icon-plug", "short"=>"Customize Jenkins with plugins to fit your specific needs.", "href"=>"https://wiki.jenkins-ci.org/display/JENKINS/Plugins"}, {"title"=>"Participate", "iconclass"=>"icon-users", "short"=>"Ask questions and contribute to making Jenkins better!", "href"=>"/content/mailing-lists"}]}}, :jenkins=>AStruct<{:latest=>"2.43", :stable=>"2.32.1"}>, :handbook=>#], @key="getting-started", @title="Getting Started with Jenkins", @summary=nil>, #, #], @key="using", @title="Using Jenkins", @summary=nil>, #, #, #, #, #, #, #, #], @key="managing", @title="Managing Jenkins", @summary=nil>, #, #, #, #, #, #], @key="pipeline", @title="Pipeline", @summary=nil>, #, #, #, #], @key="use-case", @title="Jenkins Use-Cases", @summary=nil>, #, #, #, #, #], @key="operating", @title="Operating Jenkins", @summary=nil>, #, #], @key="appendix", @title="Appendix", @summary=nil>, #]>, :pages_by_relative_source_path=>AStruct<{"/100k.html.haml"=>Awestruct::Page{ 18823140: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0.html.haml"=>Awestruct::Page{ 18530380: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account.adoc"=>Awestruct::Page{ 23997140: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 24669160: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 24726000: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 24700920: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 24765760: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 24808960: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 25548860: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 25664940: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 25709260: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 25856060: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 26252180: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 26584980: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 26897320: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 27193700: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 27633740: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 27983720: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 28280820: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 28485960: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 26412380: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 28836940: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 28821740: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 28648940: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 28640360: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 28513900: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 26651960: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 26547560: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 26537520: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 24425400: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 24088720: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 24065460: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 24021880: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 23983080: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 23944600: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 23914660: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 23869080: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 23848100: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 23809840: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 23742060: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 23704020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 23689600: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 23637780: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 23600180: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 23559360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 23527760: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 23487960: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 23449000: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 23409020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 23364940: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 23324620: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 23278120: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 23232320: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 23203440: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 23166540: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 23138200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 23083640: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 23054520: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 19094520: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 18991600: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 18768140: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 18715600: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 18687080: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 18658600: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 18604840: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 18573920: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 18543420: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 18501160: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 18463940: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 18434840: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 18405540: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 18340860: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 18746160: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 18302260: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 17760840: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 17580960: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 17220020: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 16612060: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 12283080: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 11617020: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 11213680: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 10990960: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 8973440: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 8511920: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 7428840: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 6950520: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 28888400: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 28787160: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 28660980: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 28549400: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 28447040: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 28326100: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 28204040: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 28089720: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 27982560: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 27597280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 27493640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 27374460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 27262220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 27168840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 27060200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 26931900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 26865140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 26765940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 26665040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 26548260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 26386000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 26253220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 25915180: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 25870600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 25824600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 25779060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 25733860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 25690040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 25642240: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 25595660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 25548100: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 25501320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 25437720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 25375820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 25315500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 25244100: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 25180920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 25120000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 25050280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 24980880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 24920520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 24860020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 24806120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 24744080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 24690380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 24612640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 24478900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 24387120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 24084700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 23892480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 23727120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 23533880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 23347800: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 23160640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 18974260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 18582380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 18410980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 16569040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 18779700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 18589220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 18315080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 17870220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 11416500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 17588960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 17527900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 17442320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 17345840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 17257520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 17023820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 16827340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 16582000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 16332380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 12427160: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 12076940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 11562600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 11209920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 11003820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 9006580: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 8542860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 7529840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 7032200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 26414380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 28793960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 28669060: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 28446720: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 28346400: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 28228960: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 28135840: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 28021040: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 27930000: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 27814440: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 27723260: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 27597780: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 27496560: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 27395600: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 27283800: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 27175940: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 27076960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 26941960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 26877260: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 26795300: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 26705960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 26591060: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 26434340: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 26273280: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 26225520: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 25896360: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 25852440: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 25792460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 25747260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 25703820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 25656440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 25611280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 25565960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 25518960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 25465620: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 25403940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 25342300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 25271440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 25210420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 25140020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 25079300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 25018900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 24950020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 24890060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 24836820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 24775560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 24722000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 24668880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 24559360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 24452140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 24332600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 23996160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 23813700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 23658680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 23462060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 23254340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 23077120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 18695420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 18519000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 18348960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 18857360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 18707480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 18484440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 17984160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 17826200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 17672360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 17568960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 17501700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 17410400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 17324320: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 17227960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 16971400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 16745360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 16519900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 12708040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 12302080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 11939420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 11440160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 11161300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 10905520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 8916060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 8362180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 7420340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 6934640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 28886880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 28785700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 28659660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 28549740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 28449400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 28347440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 28226660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 28132680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 28015060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 27906860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 27805340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 27686740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 27583980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 27456420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 27336600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 27232860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 27122340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 27012440: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 26920260: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 26838580: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 26740080: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 26648640: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 26540860: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 26380800: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 26248920: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 25911520: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 25868180: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 25823660: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 25779300: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 25735300: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 25692980: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 25633040: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 25552580: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 25496720: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 25319260: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 25221140: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 25100200: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 24965800: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 24779100: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 24681520: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 24445340: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 24024800: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 23640760: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 23618860: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 23578780: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 23529360: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 23489780: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 23450080: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 23410520: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 23366420: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 23299660: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 18424220: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/2010-02-02-welcome-to-continuous-blog.md"=>Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/2010-02-08-breaking-hudson-1-345-released.md"=>Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/2010-02-08-hudson-1-344-released.html"=>Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/2010-02-08-incoming-more-translations.md"=>Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html"=>Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md"=>Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/2010-02-11-spotlight-on-ita-software.md"=>Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/2010-02-12-this-week-in-plugins.md"=>Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-14-thanks-for-the-help.md"=>Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/2010-02-15-hudson-1-346-released.md"=>Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/2010-02-16-performance-improvements-in-1-346.md"=>Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md"=>Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/2010-02-18-spotlight-on-visfleet.md"=>Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/2010-02-19-this-week-in-plugins.md"=>Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-22-hudson-1-347-released.md"=>Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md"=>Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/2010-02-24-hudson-at-pycon.md"=>Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/2010-02-25-links-for-2010-02-24.md"=>Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md"=>Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/2010-02-25-spotlight-on-springsource.md"=>Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/2010-02-26-links-for-2010-02-25.md"=>Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/2010-02-26-this-week-in-plugins.md"=>Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-01-hudson-1-348-released.md"=>Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md"=>Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md"=>Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md"=>Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/2010-03-05-links-for-2010-03-04.md"=>Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md"=>Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/2010-03-07-this-week-in-plugins.md"=>Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-08-hudson-1-349-released.md"=>Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md"=>Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/2010-03-09-one-month-of-continuous-blog.md"=>Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/2010-03-12-links-for-2010-03-12.md"=>Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/2010-03-12-want-some-hudson-stickers.md"=>Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/2010-03-13-this-week-in-plugins.md"=>Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-14-would-you-like-to-ok.md"=>Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/2010-03-15-breaking-hudson-1-351-released.md"=>Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/2010-03-15-hudson-1-350-released.md"=>Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/2010-03-16-slaves-building-robots.md"=>Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/2010-03-19-get-excited-and-make-things.md"=>Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/2010-03-19-links-for-2010-03-19.md"=>Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/2010-03-19-recap-of-hackathon-part-one.md"=>Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/2010-03-22-hudson-1-352-released.md"=>Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/2010-03-23-links-for-2010-03-23.md"=>Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/2010-03-27-this-week-in-plugins.md"=>Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-30-resurgence-of-releng.md"=>Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/2010-03-31-hudson-1-353-released.md"=>Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md"=>Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md"=>Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/2010-04-01-regarding-the-start-of-april.md"=>Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/2010-04-07-kohsuke-leaves-sun.md"=>Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/2010-04-12-pre-tested-commits-with-git.md"=>Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md"=>Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/2010-04-16-hudson-1-354-released.md"=>Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/2010-04-24-hudson-1-355-released.md"=>Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/2010-06-09-welcome-to-hudson-labs.md"=>Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html"=>Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md"=>Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/2010-06-14-hudson-1-362-released.md"=>Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/2010-06-22-hudson-1-363-released.md"=>Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/2010-06-23-stickers-starting-to-arrive.md"=>Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/2010-06-28-digg-technical-talk.md"=>Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md"=>Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/2010-07-05-links-for-2010-07-05.md"=>Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md"=>Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md"=>Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/2010-07-07-gee-thanks.md"=>Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html"=>Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/2010-07-12-updated-chrome-extension.md"=>Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/2010-07-13-monitor-hudson-from-your-android.md"=>Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md"=>Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html"=>Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/2010-07-27-hudson-1-368-released.md"=>Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html"=>Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html"=>Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md"=>Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/2010-08-11-quiet-period-feature.md"=>Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md"=>Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/2010-08-17-hudson-1-372-sets-sail.md"=>Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/2010-08-17-hudson-anonymous-usage-data.html"=>Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md"=>Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html"=>Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md"=>Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md"=>Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html"=>Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html"=>Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md"=>Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/2010-09-04-hudson-events-calendar.md"=>Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md"=>Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md"=>Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/2010-09-17-javaone-taking-shape.md"=>Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md"=>Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md"=>Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/2010-09-20-tweet-of-the-day.md"=>Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/2010-09-21-javaone-day-one-in-pictures.md"=>Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md"=>Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md"=>Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/2010-09-22-javaone-day-two-in-pictures.md"=>Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html"=>Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/2010-11-23-java-net-migration-status-update.html"=>Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/2010-11-23-new-hudson-mailing-lists.md"=>Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/2010-11-30-whos-driving-this-thing.md"=>Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/2010-12-01-a-brief-update.md"=>Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md"=>Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md"=>Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/2011-01-11-hudsons-future.md"=>Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/2011-01-29-jenkins.md"=>Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/2011-02-04-governance-meeting-today.md"=>Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md"=>Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/2011-02-05-first-governance-meeting-recap.md"=>Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html"=>Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/2011-03-03-updated-usage-stats-available.md"=>Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/2011-03-13-jenkins-hits-1-400.html"=>Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md"=>Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/2011-03-23-windows-installers-are-now-available.html"=>Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md"=>Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md"=>Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/2011-04-14-jenkins-new-look.md"=>Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html"=>Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md"=>Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md"=>Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md"=>Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md"=>Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md"=>Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md"=>Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/2011-06-16-jenkins-long-term-support-release.md"=>Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md"=>Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md"=>Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/2011-08-08-jenkins-user-conference.md"=>Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/2011-08-08-jruby-branch-merged.md"=>Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html"=>Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md"=>Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html"=>Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/2011-09-19-2011-donation-drive.md"=>Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html"=>Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md"=>Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md"=>Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/2011-10-21-report-bugs-and-win-kindle.md"=>Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/2011-11-03-jenkins-community-survey.html"=>Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html"=>Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md"=>Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md"=>Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md"=>Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html"=>Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html"=>Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md"=>Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md"=>Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md"=>Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/2011-12-28-adding-diagrams-to-wiki.md"=>Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md"=>Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md"=>Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/2012-01-20-highlight-video-from-juc-2011.md"=>Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/2012-02-02-happy-birthday-jenkins.md"=>Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html"=>Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/2012-02-21-fosdem-2012-recap.md"=>Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md"=>Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html"=>Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md"=>Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/2012-03-26-announcing-the-jenkins-cia.md"=>Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/2012-04-13-continuous-information-vol-2.html"=>Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html"=>Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html"=>Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md"=>Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md"=>Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md"=>Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/2012-07-23-jenkins-user-conference-israel.html"=>Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html"=>Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md"=>Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md"=>Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html"=>Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/2012-09-12-jenkins-user-event-cph.html"=>Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html"=>Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md"=>Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/2012-09-26-dinner-after-juc.html"=>Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html"=>Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/2012-09-28-saturday-night-drink-up.html"=>Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/2012-09-28-take-the-jenkins-survey.html"=>Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md"=>Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/2012-11-15-fundraising-for-travel-grant.html"=>Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html"=>Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md"=>Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html"=>Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html"=>Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md"=>Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/2012-12-25-jenkins-meet-up.md"=>Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html"=>Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html"=>Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/2013-01-30-jenkins-hits-1-500.html"=>Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html"=>Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html"=>Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html"=>Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/2013-04-25-munich-hackathon.html"=>Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md"=>Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html"=>Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html"=>Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md"=>Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html"=>Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md"=>Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html"=>Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/2013-07-24-faster-slave-classloading.html"=>Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html"=>Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html"=>Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html"=>Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html"=>Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html"=>Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html"=>Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html"=>Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/2013-09-23-experimental-plugins-update-center.html"=>Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/2013-09-23-literate-builds-wtf.md"=>Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html"=>Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/2013-10-09-meet-the-community-in-juc.html"=>Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html"=>Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html"=>Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/2013-11-17-dkim-and-spf-deployed.html"=>Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md"=>Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md"=>Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html"=>Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md"=>Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html"=>Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html"=>Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md"=>Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html"=>Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html"=>Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/2014-04-09-more-scalable-slaves.html"=>Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/2014-04-11-infoq-ci-survey-2014.html"=>Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html"=>Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html"=>Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/2014-04-16-active-directory-plugin-improvements.html"=>Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/2014-04-18-come-join-the-infra-team.html"=>Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/2014-04-24-juc-agenda-posted.html"=>Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html"=>Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html"=>Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/2014-05-27-acceptance-test-project-progress-report.html"=>Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/2014-05-30-adopt-a-plugin.html"=>Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html"=>Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html"=>Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html"=>Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html"=>Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html"=>Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html"=>Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html"=>Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html"=>Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html"=>Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/2014-06-20-juc-boston-what-a-day.html"=>Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html"=>Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/2014-07-03-juc-berlin-summary.html"=>Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html"=>Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html"=>Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html"=>Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/2014-07-18-juc-israel-report.html"=>Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html"=>Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/2014-07-30-geek-choice-awards-2014.html"=>Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/2014-08-11-user-interface-refresh.html"=>Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html"=>Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/2014-08-28-juc-sf-2014-is-here.html"=>Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md"=>Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html"=>Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html"=>Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/2014-09-24-jenkins-in-javaone-2014.html"=>Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html"=>Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html"=>Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md"=>Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html"=>Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md"=>Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html"=>Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/2014-12-03-workflow-plugin-is-1-0.md"=>Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/2014-12-17-breakingbuilds.html"=>Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html"=>Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html"=>Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html"=>Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html"=>Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/2015-02-24-100k-celebration-podcast-recording.html"=>Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/2015-02-25-100k-celebration-podcast.html"=>Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html"=>Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html"=>Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html"=>Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html"=>Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/2015-04-06-confluence-migration-this-weekend.html"=>Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/2015-04-06-good-bye-java6.html"=>Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html"=>Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html"=>Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/2015-04-24-jira-migration-this-weekend.md"=>Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html"=>Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html"=>Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html"=>Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html"=>Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html"=>Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html"=>Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html"=>Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html"=>Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html"=>Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html"=>Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html"=>Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md"=>Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html"=>Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md"=>Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html"=>Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/2015-07-23-office-hours-are-back.md"=>Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md"=>Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html"=>Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md"=>Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html"=>Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md"=>Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html"=>Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md"=>Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html"=>Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md"=>Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md"=>Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html"=>Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md"=>Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html"=>Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html"=>Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-25-announcing-the-travel-grant-program.md"=>Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html"=>Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html"=>Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html"=>Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md"=>Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md"=>Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html"=>Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md"=>Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md"=>Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html"=>Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/2015-09-30-bay-area-jam.html"=>Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html"=>Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html"=>Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/2015-10-09-cooking-up-jams.html"=>Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md"=>Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md"=>Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md"=>Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md"=>Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md"=>Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md"=>Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/2015-11-01-adopt-a-plugin.md"=>Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md"=>Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/2015-11-04-jenkins-and-docker.md"=>Awestruct::Page{ 24425760: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md"=>Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/2015-11-06-october-jams.md"=>Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md"=>Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/2015-11-16-celebrating-hacksgiving.md"=>Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/2015-12-02-hacksgiving-left-overs.md"=>Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md"=>Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/2015-12-09-security-updates-released-today.md"=>Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md"=>Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md"=>Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md"=>Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md"=>Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md"=>Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md"=>Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md"=>Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/2016-01-04-jenkins-at-scale14x.adoc"=>Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/2016-01-05-new-website.adoc"=>Awestruct::Page{ 25291040: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/2016-01-07-official-code-of-conduct.adoc"=>Awestruct::Page{ 24974700: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc"=>Awestruct::Page{ 24694500: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/2016-01-26-office-hour-javascript-development.adoc"=>Awestruct::Page{ 23957220: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc"=>Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/2016-02-06-scale14x-conference-report.adoc"=>Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/2016-02-19-january-2016-sf-jam.adoc"=>Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/2016-02-24-jenkins-security-update.md"=>Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/2016-02-29-jenkins2-alphas.adoc"=>Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/2016-03-02-toulousejam-hackergarten.adoc"=>Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/2016-03-03-gsoc2016-announcement.md"=>Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/2016-03-11-new-jenkins-20-preview.adoc"=>Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/2016-03-15-jenkins-certification.adoc"=>Awestruct::Page{ 27779400: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/2016-03-18-jenkins-20-test-fest.adoc"=>Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/2016-03-21-vjam.adoc"=>Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/2016-03-24-jenkins-2-beta-released.md"=>Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc"=>Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc"=>Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/2016-04-07-2.0-release-candidate.adoc"=>Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc"=>Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc"=>Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc"=>Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/2016-04-11-jenkins-plugins-security-update.md"=>Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc"=>Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc"=>Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/2016-04-14-replay-with-pipeline.adoc"=>Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-15-the-need-for-pipeline.adoc"=>Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-21-dsl-plugins.adoc"=>Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/2016-04-22-pipeline-2.x.adoc"=>Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/2016-04-22-possible-infra-compromise.adoc"=>Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/2016-04-26-jenkins-20-is-here.adoc"=>Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/2016-05-10-jenkins-20-vjam.adoc"=>Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/2016-05-11-security-update.md"=>Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc"=>Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/2016-05-17-state-of-jam.adoc"=>Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/2016-05-18-announcing-azure-partnership.adoc"=>Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc"=>Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc"=>Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc"=>Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/2016-05-26-introducing-blue-ocean.adoc"=>Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/2016-05-31-pipeline-snippetizer.adoc"=>Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc"=>Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc"=>Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc"=>Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/2016-06-13-june-jenkins-events.adoc"=>Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc"=>Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/2016-06-14-jenkins-world-agenda.adoc"=>Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc"=>Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc"=>Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc"=>Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc"=>Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/2016-06-30-ewm-alpha-version.adoc"=>Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/2016-07-01-html-publisher-plugin.adoc"=>Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/2016-07-07-jenkins-2.7.1.adoc"=>Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/2016-07-14-2-7-1-re-release.md"=>Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/2016-07-18-pipline-notifications.adoc"=>Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/2016-07-19-blue-ocean-update.adoc"=>Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc"=>Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc"=>Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/2016-08-08-docker-pipeline-environments.adoc"=>Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/2016-08-09-ewm-beta-version.adoc"=>Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc"=>Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc"=>Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc"=>Awestruct::Page{ 27014080: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc"=>Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/2016-08-22-ewm-stable-release.adoc"=>Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc"=>Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc"=>Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc"=>Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/2016-08-29-sauce-pipeline.adoc"=>Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-30-ask-experts-demos.adoc"=>Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc"=>Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc"=>Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc"=>Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc"=>Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc"=>Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc"=>Awestruct::Page{ 7087740: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc"=>Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/2016-09-20-jom-plugin-development.adoc"=>Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc"=>Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc"=>Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc"=>Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc"=>Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc"=>Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/2016-10-16-stage-lock-milestone.adoc"=>Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc"=>Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/2016-10-31-xunit-reporting.adoc"=>Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/2016-11-11-monthly-jam-recap-october.adoc"=>Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc"=>Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/2016-11-13-november-jenkins-events.adoc"=>Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc"=>Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/2016-11-21-gc-tuning.adoc"=>Awestruct::Page{ 11216440: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc"=>Awestruct::Page{ 6795740: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/2016-12-09-december-jenkins-events.adoc"=>Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-12-10-monthly-jam-recap-november.adoc"=>Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/2016-12-19-declarative-pipeline-beta.adoc"=>Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc"=>Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/2016-12-31-what-a-year.adoc"=>Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc"=>Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/2017-01-10-security-warnings.adoc"=>Awestruct::Page{ 25355180: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc"=>Awestruct::Page{ 25031780: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc"=>Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc"=>Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc"=>Awestruct::Page{ 23056900: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/2017-01-17-scm-api-2.0-release.adoc"=>Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc"=>Awestruct::Page{ 17346560: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc"=>Awestruct::Page{ 16333400: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.md"=>Awestruct::Page{ 11123240: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.md"=>Awestruct::Page{ 8987200: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 7695960: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old.html"=>Awestruct::Page{ 28083420: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 25738840: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 25297260: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.md"=>Awestruct::Page{ 25273000: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct.adoc"=>Awestruct::Page{ 25121080: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.md"=>Awestruct::Page{ 24767740: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.md"=>Awestruct::Page{ 24676080: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.md"=>Awestruct::Page{ 24475860: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.md"=>Awestruct::Page{ 24300280: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.md"=>Awestruct::Page{ 23806100: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.md"=>Awestruct::Page{ 23492900: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.md"=>Awestruct::Page{ 23161200: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.md"=>Awestruct::Page{ 18652160: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.md"=>Awestruct::Page{ 18557660: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.md"=>Awestruct::Page{ 17894240: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.md"=>Awestruct::Page{ 17598440: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.md"=>Awestruct::Page{ 17479780: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.md"=>Awestruct::Page{ 17319860: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.md"=>Awestruct::Page{ 17022740: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md"=>Awestruct::Page{ 16595880: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.md"=>Awestruct::Page{ 12635660: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.md"=>Awestruct::Page{ 11945420: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.md"=>Awestruct::Page{ 11214960: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.md"=>Awestruct::Page{ 10628020: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.md"=>Awestruct::Page{ 8322420: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md"=>Awestruct::Page{ 6941560: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.md"=>Awestruct::Page{ 28826280: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.md"=>Awestruct::Page{ 28644820: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.md"=>Awestruct::Page{ 28443860: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.md"=>Awestruct::Page{ 28250220: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.md"=>Awestruct::Page{ 28084660: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.md"=>Awestruct::Page{ 27859820: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.md"=>Awestruct::Page{ 27685600: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.md"=>Awestruct::Page{ 27492820: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.md"=>Awestruct::Page{ 27296660: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.md"=>Awestruct::Page{ 27106940: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.md"=>Awestruct::Page{ 26922400: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.md"=>Awestruct::Page{ 26768280: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.md"=>Awestruct::Page{ 26584720: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.md"=>Awestruct::Page{ 26341740: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.md"=>Awestruct::Page{ 25901160: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.md"=>Awestruct::Page{ 25823300: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.md"=>Awestruct::Page{ 25744560: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.md"=>Awestruct::Page{ 25531980: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.md"=>Awestruct::Page{ 25427080: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.md"=>Awestruct::Page{ 25323280: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md"=>Awestruct::Page{ 25211840: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md"=>Awestruct::Page{ 25098440: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md"=>Awestruct::Page{ 24978640: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md"=>Awestruct::Page{ 24883420: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.md"=>Awestruct::Page{ 24770580: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md"=>Awestruct::Page{ 24672660: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.md"=>Awestruct::Page{ 24471840: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.md"=>Awestruct::Page{ 24122780: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.md"=>Awestruct::Page{ 23771760: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.md"=>Awestruct::Page{ 23467160: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.md"=>Awestruct::Page{ 23108960: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.md"=>Awestruct::Page{ 18600280: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.md"=>Awestruct::Page{ 18298980: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.md"=>Awestruct::Page{ 18677580: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.md"=>Awestruct::Page{ 18016920: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.md"=>Awestruct::Page{ 17690460: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md"=>Awestruct::Page{ 17531280: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.md"=>Awestruct::Page{ 17372440: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.md"=>Awestruct::Page{ 17171800: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.md"=>Awestruct::Page{ 16788660: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.md"=>Awestruct::Page{ 16356640: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.md"=>Awestruct::Page{ 12221940: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.md"=>Awestruct::Page{ 11386300: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.md"=>Awestruct::Page{ 10934100: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 8621720: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.md"=>Awestruct::Page{ 28782900: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.md"=>Awestruct::Page{ 28558460: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.md"=>Awestruct::Page{ 28393020: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.md"=>Awestruct::Page{ 28207340: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.md"=>Awestruct::Page{ 28014800: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.md"=>Awestruct::Page{ 27814700: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.md"=>Awestruct::Page{ 27633100: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.md"=>Awestruct::Page{ 27409560: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.md"=>Awestruct::Page{ 27232480: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.md"=>Awestruct::Page{ 27058560: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.md"=>Awestruct::Page{ 26872900: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.md"=>Awestruct::Page{ 26709200: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.md"=>Awestruct::Page{ 26535300: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.md"=>Awestruct::Page{ 26254460: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.md"=>Awestruct::Page{ 25873420: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.md"=>Awestruct::Page{ 25796780: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.md"=>Awestruct::Page{ 25714380: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.md"=>Awestruct::Page{ 25633400: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.md"=>Awestruct::Page{ 25538380: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md"=>Awestruct::Page{ 25440820: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.md"=>Awestruct::Page{ 25328840: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.md"=>Awestruct::Page{ 25215680: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.md"=>Awestruct::Page{ 25103060: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.md"=>Awestruct::Page{ 24981560: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.md"=>Awestruct::Page{ 24885400: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.md"=>Awestruct::Page{ 24766260: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.md"=>Awestruct::Page{ 24673520: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md"=>Awestruct::Page{ 24471580: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 24091760: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.md"=>Awestruct::Page{ 23278400: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.md"=>Awestruct::Page{ 18729760: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.md"=>Awestruct::Page{ 18440800: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.md"=>Awestruct::Page{ 18828080: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.md"=>Awestruct::Page{ 18453920: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.md"=>Awestruct::Page{ 17829780: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.md"=>Awestruct::Page{ 17573780: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.md"=>Awestruct::Page{ 17443640: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.md"=>Awestruct::Page{ 17274120: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.md"=>Awestruct::Page{ 16941140: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.md"=>Awestruct::Page{ 16520160: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.md"=>Awestruct::Page{ 12495820: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.md"=>Awestruct::Page{ 11695200: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.md"=>Awestruct::Page{ 11110980: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.md"=>Awestruct::Page{ 8906320: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.md"=>Awestruct::Page{ 7520380: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.md"=>Awestruct::Page{ 28544440: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.md"=>Awestruct::Page{ 28743540: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.md"=>Awestruct::Page{ 28535220: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.md"=>Awestruct::Page{ 28377640: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.md"=>Awestruct::Page{ 28166700: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.md"=>Awestruct::Page{ 27980300: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.md"=>Awestruct::Page{ 27780000: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.md"=>Awestruct::Page{ 27588800: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md"=>Awestruct::Page{ 27373620: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.md"=>Awestruct::Page{ 27180980: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.md"=>Awestruct::Page{ 26959960: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.md"=>Awestruct::Page{ 26837060: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md"=>Awestruct::Page{ 26653420: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.md"=>Awestruct::Page{ 26421620: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.md"=>Awestruct::Page{ 26208560: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.md"=>Awestruct::Page{ 25846900: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.md"=>Awestruct::Page{ 25772340: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.md"=>Awestruct::Page{ 25687600: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.md"=>Awestruct::Page{ 25608480: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.md"=>Awestruct::Page{ 25509060: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.md"=>Awestruct::Page{ 25405860: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.md"=>Awestruct::Page{ 25289460: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.md"=>Awestruct::Page{ 25178280: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.md"=>Awestruct::Page{ 25052400: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md"=>Awestruct::Page{ 24944460: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md"=>Awestruct::Page{ 24843480: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.md"=>Awestruct::Page{ 24725380: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.md"=>Awestruct::Page{ 24573160: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.md"=>Awestruct::Page{ 24406560: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md"=>Awestruct::Page{ 23492340: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.md"=>Awestruct::Page{ 23140980: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.md"=>Awestruct::Page{ 18608760: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.md"=>Awestruct::Page{ 18327320: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md"=>Awestruct::Page{ 18702440: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.md"=>Awestruct::Page{ 18010520: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.md"=>Awestruct::Page{ 17674080: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.md"=>Awestruct::Page{ 17523680: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.md"=>Awestruct::Page{ 17364340: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.md"=>Awestruct::Page{ 17145880: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.md"=>Awestruct::Page{ 16736400: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.md"=>Awestruct::Page{ 16314300: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.md"=>Awestruct::Page{ 12162380: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.md"=>Awestruct::Page{ 11267860: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.md"=>Awestruct::Page{ 10702960: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.md"=>Awestruct::Page{ 8358180: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.md"=>Awestruct::Page{ 7031060: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.md"=>Awestruct::Page{ 28838240: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.md"=>Awestruct::Page{ 28647220: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 28443940: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md"=>Awestruct::Page{ 27975900: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.md"=>Awestruct::Page{ 27765860: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.md"=>Awestruct::Page{ 27573540: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 27349780: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.md"=>Awestruct::Page{ 26901880: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.md"=>Awestruct::Page{ 26717040: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.md"=>Awestruct::Page{ 26542340: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.md"=>Awestruct::Page{ 26260820: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md"=>Awestruct::Page{ 25877820: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.md"=>Awestruct::Page{ 25800520: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.md"=>Awestruct::Page{ 25717200: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.md"=>Awestruct::Page{ 25634260: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.md"=>Awestruct::Page{ 25537520: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.md"=>Awestruct::Page{ 25438840: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.md"=>Awestruct::Page{ 25324580: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.md"=>Awestruct::Page{ 25210640: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.md"=>Awestruct::Page{ 25094680: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.md"=>Awestruct::Page{ 24973140: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.md"=>Awestruct::Page{ 24875200: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.md"=>Awestruct::Page{ 24746380: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.md"=>Awestruct::Page{ 24626860: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.md"=>Awestruct::Page{ 24452600: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.md"=>Awestruct::Page{ 24036640: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-ā-save-date/index.md"=>Awestruct::Page{ 23706300: output_path=>/content/jenkins-user-conference-ā-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-ā-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.md"=>Awestruct::Page{ 23369820: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.md"=>Awestruct::Page{ 19090820: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.md"=>Awestruct::Page{ 18516960: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.md"=>Awestruct::Page{ 16542760: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.md"=>Awestruct::Page{ 18560160: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.md"=>Awestruct::Page{ 17891680: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.md"=>Awestruct::Page{ 17591600: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.md"=>Awestruct::Page{ 17460340: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.md"=>Awestruct::Page{ 17304440: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.md"=>Awestruct::Page{ 16970120: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.md"=>Awestruct::Page{ 16572680: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.md"=>Awestruct::Page{ 12573800: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.md"=>Awestruct::Page{ 11793120: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.md"=>Awestruct::Page{ 11117060: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.md"=>Awestruct::Page{ 8908960: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.md"=>Awestruct::Page{ 7524280: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.md"=>Awestruct::Page{ 28543800: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.md"=>Awestruct::Page{ 28741740: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md"=>Awestruct::Page{ 28531680: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 28344420: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.md"=>Awestruct::Page{ 28142220: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.md"=>Awestruct::Page{ 27949980: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.md"=>Awestruct::Page{ 27763920: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md"=>Awestruct::Page{ 27569520: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md"=>Awestruct::Page{ 27346340: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md"=>Awestruct::Page{ 27169600: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md"=>Awestruct::Page{ 26939880: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md"=>Awestruct::Page{ 26807200: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md"=>Awestruct::Page{ 26613440: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md"=>Awestruct::Page{ 26379980: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md"=>Awestruct::Page{ 25909080: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md"=>Awestruct::Page{ 25828820: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md"=>Awestruct::Page{ 25749040: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md"=>Awestruct::Page{ 25661260: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md"=>Awestruct::Page{ 25566500: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md"=>Awestruct::Page{ 25474160: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md"=>Awestruct::Page{ 25360400: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md"=>Awestruct::Page{ 25243680: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md"=>Awestruct::Page{ 25130580: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md"=>Awestruct::Page{ 25004520: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 24897580: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.md"=>Awestruct::Page{ 24779400: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md"=>Awestruct::Page{ 24682080: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.md"=>Awestruct::Page{ 24478240: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.md"=>Awestruct::Page{ 24299220: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.md"=>Awestruct::Page{ 23791100: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.md"=>Awestruct::Page{ 23465840: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.md"=>Awestruct::Page{ 23102680: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.md"=>Awestruct::Page{ 18576380: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.md"=>Awestruct::Page{ 17799800: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.md"=>Awestruct::Page{ 18624740: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.md"=>Awestruct::Page{ 18147840: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.md"=>Awestruct::Page{ 17629300: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.md"=>Awestruct::Page{ 17492780: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.md"=>Awestruct::Page{ 17327380: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.md"=>Awestruct::Page{ 17027860: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.md"=>Awestruct::Page{ 16593380: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md"=>Awestruct::Page{ 12610400: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.md"=>Awestruct::Page{ 11889940: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.md"=>Awestruct::Page{ 11162720: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.md"=>Awestruct::Page{ 9005100: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.md"=>Awestruct::Page{ 7629300: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.md"=>Awestruct::Page{ 28651500: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.md"=>Awestruct::Page{ 28448780: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.md"=>Awestruct::Page{ 28250000: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.md"=>Awestruct::Page{ 28065060: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.md"=>Awestruct::Page{ 27853140: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md"=>Awestruct::Page{ 27348300: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.md"=>Awestruct::Page{ 27170980: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.md"=>Awestruct::Page{ 26940740: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md"=>Awestruct::Page{ 26807580: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.md"=>Awestruct::Page{ 26612820: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.md"=>Awestruct::Page{ 26378740: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md"=>Awestruct::Page{ 25907020: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.md"=>Awestruct::Page{ 25826300: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.md"=>Awestruct::Page{ 25743240: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.md"=>Awestruct::Page{ 25523320: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.md"=>Awestruct::Page{ 25416200: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md"=>Awestruct::Page{ 25298980: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.md"=>Awestruct::Page{ 25184860: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.md"=>Awestruct::Page{ 25057120: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.md"=>Awestruct::Page{ 24946920: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.md"=>Awestruct::Page{ 24844400: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.md"=>Awestruct::Page{ 24723920: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.md"=>Awestruct::Page{ 24569520: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.md"=>Awestruct::Page{ 24382820: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md"=>Awestruct::Page{ 23917340: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.md"=>Awestruct::Page{ 23620600: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.md"=>Awestruct::Page{ 23251140: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.md"=>Awestruct::Page{ 18699600: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.md"=>Awestruct::Page{ 18400880: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.md"=>Awestruct::Page{ 18782080: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.md"=>Awestruct::Page{ 18323980: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.md"=>Awestruct::Page{ 11419160: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md"=>Awestruct::Page{ 17541400: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.md"=>Awestruct::Page{ 17380940: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.md"=>Awestruct::Page{ 17175680: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.md"=>Awestruct::Page{ 16750300: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.md"=>Awestruct::Page{ 16329560: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.md"=>Awestruct::Page{ 12177480: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.md"=>Awestruct::Page{ 11267280: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.md"=>Awestruct::Page{ 10691120: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.md"=>Awestruct::Page{ 8329140: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.md"=>Awestruct::Page{ 6929740: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.md"=>Awestruct::Page{ 28820560: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.md"=>Awestruct::Page{ 28592100: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.md"=>Awestruct::Page{ 28421620: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.md"=>Awestruct::Page{ 28209140: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.md"=>Awestruct::Page{ 28013640: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 27809580: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.md"=>Awestruct::Page{ 27298260: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.md"=>Awestruct::Page{ 27104540: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.md"=>Awestruct::Page{ 26916540: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.md"=>Awestruct::Page{ 26740900: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.md"=>Awestruct::Page{ 26545660: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.md"=>Awestruct::Page{ 26261960: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.md"=>Awestruct::Page{ 25876980: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md"=>Awestruct::Page{ 25797300: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.md"=>Awestruct::Page{ 25710640: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.md"=>Awestruct::Page{ 25627620: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.md"=>Awestruct::Page{ 25528700: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.md"=>Awestruct::Page{ 25420200: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.md"=>Awestruct::Page{ 25303100: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.md"=>Awestruct::Page{ 25187800: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.md"=>Awestruct::Page{ 25068200: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.md"=>Awestruct::Page{ 24948260: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.md"=>Awestruct::Page{ 24845700: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.md"=>Awestruct::Page{ 24723960: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.md"=>Awestruct::Page{ 24568820: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.md"=>Awestruct::Page{ 24381500: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.md"=>Awestruct::Page{ 23913300: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.md"=>Awestruct::Page{ 23599460: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.md"=>Awestruct::Page{ 23229220: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.md"=>Awestruct::Page{ 18689340: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.md"=>Awestruct::Page{ 18376360: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md"=>Awestruct::Page{ 18756540: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.md"=>Awestruct::Page{ 18314440: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html.haml"=>Awestruct::Page{ 17699200: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html.haml"=>Awestruct::Page{ 17285380: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.md"=>Awestruct::Page{ 12705260: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.md"=>Awestruct::Page{ 12055700: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.md"=>Awestruct::Page{ 11213960: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.md"=>Awestruct::Page{ 9162260: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.md"=>Awestruct::Page{ 8258500: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.md"=>Awestruct::Page{ 5940260: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.md"=>Awestruct::Page{ 28560820: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.md"=>Awestruct::Page{ 28197800: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md"=>Awestruct::Page{ 27732440: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.md"=>Awestruct::Page{ 27299240: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.md"=>Awestruct::Page{ 26914440: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.md"=>Awestruct::Page{ 26537120: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.md"=>Awestruct::Page{ 25845880: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.md"=>Awestruct::Page{ 25670440: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.md"=>Awestruct::Page{ 25466120: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.md"=>Awestruct::Page{ 25213440: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.md"=>Awestruct::Page{ 24969620: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.md"=>Awestruct::Page{ 24721200: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.md"=>Awestruct::Page{ 24351800: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.md"=>Awestruct::Page{ 23594000: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.md"=>Awestruct::Page{ 18606060: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.md"=>Awestruct::Page{ 18616700: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.md"=>Awestruct::Page{ 17576860: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.md"=>Awestruct::Page{ 17243400: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.md"=>Awestruct::Page{ 16315040: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.md"=>Awestruct::Page{ 11180140: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.md"=>Awestruct::Page{ 7748340: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.md"=>Awestruct::Page{ 8260900: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.md"=>Awestruct::Page{ 11162880: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.md"=>Awestruct::Page{ 12499920: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.md"=>Awestruct::Page{ 16922960: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.md"=>Awestruct::Page{ 17505900: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.md"=>Awestruct::Page{ 17755100: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.md"=>Awestruct::Page{ 18787640: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.md"=>Awestruct::Page{ 23040840: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.md"=>Awestruct::Page{ 23663740: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 24460180: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.md"=>Awestruct::Page{ 25080800: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.md"=>Awestruct::Page{ 25319900: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.md"=>Awestruct::Page{ 25533700: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.md"=>Awestruct::Page{ 25659180: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.md"=>Awestruct::Page{ 25824100: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.md"=>Awestruct::Page{ 26341020: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.md"=>Awestruct::Page{ 26795480: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.md"=>Awestruct::Page{ 27191800: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.md"=>Awestruct::Page{ 27476540: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 27888440: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 28009720: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 28098460: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 28064600: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 28170660: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 28252160: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 28210960: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 28323060: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 28280220: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 28385240: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 28491640: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 28449700: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 28553180: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation.adoc"=>Awestruct::Page{ 28873920: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 28280600: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.adoc"=>Awestruct::Page{ 28170880: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability.adoc"=>Awestruct::Page{ 27297540: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale.adoc"=>Awestruct::Page{ 26501520: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 25807160: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.adoc"=>Awestruct::Page{ 25757780: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 25439680: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 25412520: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.adoc"=>Awestruct::Page{ 25348160: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing.adoc"=>Awestruct::Page{ 24861900: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 24328960: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.adoc"=>Awestruct::Page{ 23891040: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations.adoc"=>Awestruct::Page{ 18391300: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html.haml"=>Awestruct::Page{ 17867380: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 17366160: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli.adoc"=>Awestruct::Page{ 17123000: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.adoc"=>Awestruct::Page{ 11249740: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes.adoc"=>Awestruct::Page{ 28835880: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins.adoc"=>Awestruct::Page{ 27946300: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console.adoc"=>Awestruct::Page{ 27169740: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security.adoc"=>Awestruct::Page{ 26228020: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration.adoc"=>Awestruct::Page{ 25614360: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools.adoc"=>Awestruct::Page{ 25174420: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users.adoc"=>Awestruct::Page{ 24727460: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up.adoc"=>Awestruct::Page{ 23619720: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 16597600: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.adoc"=>Awestruct::Page{ 18761540: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring.adoc"=>Awestruct::Page{ 17405420: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security.adoc"=>Awestruct::Page{ 12214700: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef.adoc"=>Awestruct::Page{ 8318900: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet.adoc"=>Awestruct::Page{ 28424500: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders.adoc"=>Awestruct::Page{ 27627280: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 27065160: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started.adoc"=>Awestruct::Page{ 26896500: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.adoc"=>Awestruct::Page{ 25852620: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile.adoc"=>Awestruct::Page{ 25420360: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch.adoc"=>Awestruct::Page{ 24941720: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview.adoc"=>Awestruct::Page{ 24472880: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries.adoc"=>Awestruct::Page{ 23622900: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax.adoc"=>Awestruct::Page{ 18151680: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code.adoc"=>Awestruct::Page{ 16731200: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 11308360: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 11250300: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 11180840: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 11150920: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 11105280: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 11055720: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 11003080: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 10692160: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 9223520: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 9012540: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 8912980: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 8818320: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 8704900: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 8580780: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 8436680: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 8305860: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 7705660: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 7534240: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 7412440: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 7075040: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 6787120: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 6939760: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 6000220: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 5891780: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 28542080: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 28892260: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 28880280: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 28871340: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 28825240: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 28789700: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 28779400: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 28710540: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 28666940: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 28656180: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 28646460: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 28592700: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 28555380: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 28537000: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 28527040: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 28509380: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 28473480: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 28447300: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 28425900: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 28390160: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 28345100: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.adoc"=>Awestruct::Page{ 28223420: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins.html.haml"=>Awestruct::Page{ 27546180: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 27318700: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet.adoc"=>Awestruct::Page{ 27214520: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.adoc"=>Awestruct::Page{ 26422940: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java.adoc"=>Awestruct::Page{ 25694060: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python.adoc"=>Awestruct::Page{ 25279980: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby.adoc"=>Awestruct::Page{ 24837800: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 24042720: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints.adoc"=>Awestruct::Page{ 23854540: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.adoc"=>Awestruct::Page{ 18341780: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api.adoc"=>Awestruct::Page{ 17536440: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.adoc"=>Awestruct::Page{ 16371720: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples.html.haml"=>Awestruct::Page{ 11070520: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.adoc"=>Awestruct::Page{ 5924420: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector.adoc"=>Awestruct::Page{ 28558240: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible.adoc"=>Awestruct::Page{ 27902680: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor.adoc"=>Awestruct::Page{ 27256940: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory.adoc"=>Awestruct::Page{ 26579580: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier.adoc"=>Awestruct::Page{ 25792920: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub.adoc"=>Awestruct::Page{ 25496100: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman.adoc"=>Awestruct::Page{ 25125260: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh.adoc"=>Awestruct::Page{ 24746920: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding.adoc"=>Awestruct::Page{ 23792160: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier.adoc"=>Awestruct::Page{ 18492280: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification.adoc"=>Awestruct::Page{ 17761460: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves.adoc"=>Awestruct::Page{ 17128740: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow.adoc"=>Awestruct::Page{ 11663700: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext.adoc"=>Awestruct::Page{ 28547820: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager.adoc"=>Awestruct::Page{ 28171680: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep.adoc"=>Awestruct::Page{ 27543560: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling.adoc"=>Awestruct::Page{ 26912540: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger.adoc"=>Awestruct::Page{ 26230280: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git.adoc"=>Awestruct::Page{ 25666300: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest.adoc"=>Awestruct::Page{ 25341100: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin.adoc"=>Awestruct::Page{ 24945700: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat.adoc"=>Awestruct::Page{ 24486840: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc"=>Awestruct::Page{ 23158840: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher.adoc"=>Awestruct::Page{ 18561320: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request.adoc"=>Awestruct::Page{ 17380480: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html.haml"=>Awestruct::Page{ 16417280: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin.adoc"=>Awestruct::Page{ 10693340: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira.adoc"=>Awestruct::Page{ 28738320: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging.adoc"=>Awestruct::Page{ 28019280: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc"=>Awestruct::Page{ 27332260: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps.adoc"=>Awestruct::Page{ 26652660: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes.adoc"=>Awestruct::Page{ 25784820: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner.adoc"=>Awestruct::Page{ 25444980: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources.adoc"=>Awestruct::Page{ 25051380: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon.adoc"=>Awestruct::Page{ 24685400: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost.adoc"=>Awestruct::Page{ 23688340: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder.adoc"=>Awestruct::Page{ 18403980: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader.adoc"=>Awestruct::Page{ 17649640: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline.adoc"=>Awestruct::Page{ 16422400: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4.adoc"=>Awestruct::Page{ 5888120: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor.adoc"=>Awestruct::Page{ 28251240: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws.adoc"=>Awestruct::Page{ 27568460: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step.adoc"=>Awestruct::Page{ 26718240: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath.adoc"=>Awestruct::Page{ 25858800: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step.adoc"=>Awestruct::Page{ 25560820: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step.adoc"=>Awestruct::Page{ 18295180: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven.adoc"=>Awestruct::Page{ 17562940: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step.adoc"=>Awestruct::Page{ 16729000: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition.adoc"=>Awestruct::Page{ 11115520: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step.adoc"=>Awestruct::Page{ 28871660: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps.adoc"=>Awestruct::Page{ 28017580: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog.adoc"=>Awestruct::Page{ 27351140: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline.adoc"=>Awestruct::Page{ 26717140: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier.adoc"=>Awestruct::Page{ 25853020: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector.adoc"=>Awestruct::Page{ 24993960: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand.adoc"=>Awestruct::Page{ 24619160: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack.adoc"=>Awestruct::Page{ 23532200: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend.adoc"=>Awestruct::Page{ 16567220: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent.adoc"=>Awestruct::Page{ 17565080: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter.adoc"=>Awestruct::Page{ 16727080: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion.adoc"=>Awestruct::Page{ 11106220: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert.adoc"=>Awestruct::Page{ 28785320: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper.adoc"=>Awestruct::Page{ 28117780: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber.adoc"=>Awestruct::Page{ 27376500: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud.adoc"=>Awestruct::Page{ 26624200: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps.adoc"=>Awestruct::Page{ 41804940: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib.adoc"=>Awestruct::Page{ 43495360: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps.adoc"=>Awestruct::Page{ 43839480: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step.adoc"=>Awestruct::Page{ 44267880: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch.adoc"=>Awestruct::Page{ 44241700: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step.adoc"=>Awestruct::Page{ 53258540: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents.adoc"=>Awestruct::Page{ 53739200: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment.adoc"=>Awestruct::Page{ 54044840: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment.adoc"=>Awestruct::Page{ 54377800: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world.adoc"=>Awestruct::Page{ 54714000: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post.adoc"=>Awestruct::Page{ 55016280: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps.adoc"=>Awestruct::Page{ 55347060: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts.adoc"=>Awestruct::Page{ 55686740: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19.adoc"=>Awestruct::Page{ 56028500: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32.adoc"=>Awestruct::Page{ 56352120: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7.adoc"=>Awestruct::Page{ 56670420: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide.html.haml"=>Awestruct::Page{ 56888840: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate.adoc"=>Awestruct::Page{ 57221040: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download.html.haml"=>Awestruct::Page{ 57345820: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 57540940: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 57580380: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 57597700: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 57590480: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 57608180: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 57617700: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 57646400: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 57639380: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 57676300: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 57685820: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 57703540: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 57696720: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 57706260: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 57723980: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.adoc"=>Awestruct::Page{ 57751520: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout.adoc"=>Awestruct::Page{ 57877060: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 58026560: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 58044160: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 58053700: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 58071300: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 58080840: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 58074040: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 58091780: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 58120400: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 58137920: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 58130900: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 58148640: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 58158200: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 58175940: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 58185480: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 58203220: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 58196420: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 58214160: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 58223700: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 58252100: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 58269600: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 58262580: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 58280100: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 58289420: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 58307140: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 58316680: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 58334420: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 58327620: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 58345340: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 58354880: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 58372620: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 58390320: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 58399840: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 58393020: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 58410760: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 58420280: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 58451300: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 58460420: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 58488540: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 58505860: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 58523180: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 58515960: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README.asciidoc"=>Awestruct::Page{ 58577980: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 58699400: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 58716700: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 58734020: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 58743340: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 58760840: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 58754040: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 58771760: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 58781280: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 58799000: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 58808540: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 58826280: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 58819480: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 58837200: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 58846720: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 58875520: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 58868700: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 58886440: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 58911800: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 58929340: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 58938680: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 58956220: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 58973740: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 58966740: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 58976100: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 58993620: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 59002960: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 59020500: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 59038040: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 59047380: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 59040360: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 59057900: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 59067220: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 59084720: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 59102240: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 59111580: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 59129080: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 59122060: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 59131400: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 59148920: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 59166420: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 59175740: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 59193280: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 59202620: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 59195620: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 59213140: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 59230660: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 59240000: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 59257520: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 59275040: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 59284380: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 59277380: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 59294920: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 59304280: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 59321820: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 59350140: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 59343120: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 59360640: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 59369960: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 59387480: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 59405000: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 59408860: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 59426380: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 59435700: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 59453200: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 59470720: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 59480240: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 59497960: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 59491160: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 59515060: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 59543320: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 59560640: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 59572560: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 59581680: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 59609660: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 59626980: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 59644300: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 59678000: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 59670780: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 59690260: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 59699380: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 59708500: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 59725820: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 59743120: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 59752240: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 59745020: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 59762340: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 59790600: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 59807920: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 59835540: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 59820080: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 59853780: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 59862900: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 59872020: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 59881160: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 59898480: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 59915800: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 59908580: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 59952160: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 59961300: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 59970420: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 59979540: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 59988660: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 60005980: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 59998760: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 60016080: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 60025200: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 60042520: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 60051640: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 60068940: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 60086260: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 60114680: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 60133480: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 60150780: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 60168100: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 60177220: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 60186340: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 60179120: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 60188240: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 60197360: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 60214680: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 60223800: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 60241120: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 60258440: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 60267560: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 60284880: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 60277660: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 60322340: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 60331360: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 60335200: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 60355180: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 60372500: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 60389820: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 60399140: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 60392120: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 60409640: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 60426920: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 60436000: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 60453280: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 60462360: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 60479620: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 60496900: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 60505980: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 60498720: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 60534880: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 60544000: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 60561300: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 60570420: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 60587740: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 60615380: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 60624500: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 60633620: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 60642740: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 60651860: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 60669180: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 60661960: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 60671080: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 60688400: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 60705920: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 60733200: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 60742340: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 60759660: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 60752440: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 60769760: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 60778900: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 60796220: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 60805340: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 60822660: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 60839980: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 60849100: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 60866420: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 60870160: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 60887460: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 60914960: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 60907740: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 60925040: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 60942360: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 60951480: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 60968780: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 60977900: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 60995220: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 61012520: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 61021640: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 61049680: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 61058800: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 61067940: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 61077060: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 61086180: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 61114500: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 61123620: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61142700: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61151840: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61169160: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 61161940: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 61179260: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61188400: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 61205720: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 61223040: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 61232180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 61249500: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 61266820: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61275960: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 61303980: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 61313120: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 61322240: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 61331360: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 61340480: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 61368600: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 61377720: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 61386840: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 61395980: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 61405300: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 61432920: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 61442040: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 61451160: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 61460280: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 61477600: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 61486720: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 61504020: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 61513140: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 61505920: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 61523440: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 61540940: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 61585300: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 61594420: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 61603560: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 61596340: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 61605460: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 61650120: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 61659240: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 61668560: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 61672000: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 61689320: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 61698440: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 61715760: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 61724900: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 61753020: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 61762160: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 61771280: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 61780400: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 61784240: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 61820420: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 61829540: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 61846860: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 61855980: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 61873280: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 61901400: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 61910520: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 61919640: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 61928780: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 61932000: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 61949180: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 61958300: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 61975500: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 61992800: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 62001920: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 62029700: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 62022480: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 62039800: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 62057120: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 62066240: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 62083560: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 62100880: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 62104320: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 62121640: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 62130780: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 62148100: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 62165420: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 62174980: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 62192720: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 62185920: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 62203660: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 62248160: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 62257500: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 62266820: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 62259800: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 62269120: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 62278440: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 62295960: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 62313480: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 62317340: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 62334860: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 62344180: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 62361680: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 62379200: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 62388740: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 62406460: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 62399640: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 62409180: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 62426920: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 62444640: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 62454180: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 62471920: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 62465100: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 62482820: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html.haml"=>Awestruct::Page{ 62492700: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects.adoc"=>Awestruct::Page{ 62758020: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 62968440: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 62973540: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 63128240: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 63146580: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.md"=>Awestruct::Page{ 63213380: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 63451200: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.md"=>Awestruct::Page{ 63463980: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.md"=>Awestruct::Page{ 63713620: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.md"=>Awestruct::Page{ 63910160: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.md"=>Awestruct::Page{ 64041660: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.md"=>Awestruct::Page{ 64164960: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.md"=>Awestruct::Page{ 64288280: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.md"=>Awestruct::Page{ 64419760: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.md"=>Awestruct::Page{ 64543060: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.md"=>Awestruct::Page{ 64666360: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.md"=>Awestruct::Page{ 64797880: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.md"=>Awestruct::Page{ 64921180: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.md"=>Awestruct::Page{ 65028120: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.md"=>Awestruct::Page{ 65151400: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.md"=>Awestruct::Page{ 65282920: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.md"=>Awestruct::Page{ 65406220: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.md"=>Awestruct::Page{ 65529540: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.md"=>Awestruct::Page{ 65661000: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.md"=>Awestruct::Page{ 65784320: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.md"=>Awestruct::Page{ 65915820: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.md"=>Awestruct::Page{ 66039120: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.md"=>Awestruct::Page{ 66162400: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.md"=>Awestruct::Page{ 66293900: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.md"=>Awestruct::Page{ 66417220: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.md"=>Awestruct::Page{ 66540540: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.md"=>Awestruct::Page{ 66672020: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.md"=>Awestruct::Page{ 66795320: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.md"=>Awestruct::Page{ 66926840: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.md"=>Awestruct::Page{ 67050160: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.md"=>Awestruct::Page{ 67173460: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.md"=>Awestruct::Page{ 67033620: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.md"=>Awestruct::Page{ 66599760: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.md"=>Awestruct::Page{ 66157780: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.md"=>Awestruct::Page{ 65715700: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.md"=>Awestruct::Page{ 65223380: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.md"=>Awestruct::Page{ 64780880: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.md"=>Awestruct::Page{ 64347020: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.md"=>Awestruct::Page{ 63905020: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.md"=>Awestruct::Page{ 63475920: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.md"=>Awestruct::Page{ 63106920: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.md"=>Awestruct::Page{ 62680680: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.md"=>Awestruct::Page{ 62401020: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.md"=>Awestruct::Page{ 62211040: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.md"=>Awestruct::Page{ 62004180: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.md"=>Awestruct::Page{ 61822420: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.md"=>Awestruct::Page{ 61648540: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.md"=>Awestruct::Page{ 61450640: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.md"=>Awestruct::Page{ 61260660: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.md"=>Awestruct::Page{ 61062720: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.md"=>Awestruct::Page{ 60864060: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.md"=>Awestruct::Page{ 60674120: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.md"=>Awestruct::Page{ 60492360: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.md"=>Awestruct::Page{ 60318740: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.md"=>Awestruct::Page{ 60120100: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.md"=>Awestruct::Page{ 59913480: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.md"=>Awestruct::Page{ 59723260: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.md"=>Awestruct::Page{ 59533800: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.md"=>Awestruct::Page{ 59335600: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.md"=>Awestruct::Page{ 59128580: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.md"=>Awestruct::Page{ 58937860: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.md"=>Awestruct::Page{ 58756300: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.md"=>Awestruct::Page{ 58459340: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.md"=>Awestruct::Page{ 58244260: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.md"=>Awestruct::Page{ 58054320: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.md"=>Awestruct::Page{ 57684820: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.md"=>Awestruct::Page{ 57422120: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.md"=>Awestruct::Page{ 57004000: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.md"=>Awestruct::Page{ 56553580: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.md"=>Awestruct::Page{ 56135960: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.md"=>Awestruct::Page{ 55710140: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.md"=>Awestruct::Page{ 55226840: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.md"=>Awestruct::Page{ 54792920: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.md"=>Awestruct::Page{ 54342460: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.md"=>Awestruct::Page{ 53883740: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.md"=>Awestruct::Page{ 53441420: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.md"=>Awestruct::Page{ 52729140: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.md"=>Awestruct::Page{ 52147960: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.md"=>Awestruct::Page{ 51722400: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.md"=>Awestruct::Page{ 51288700: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.md"=>Awestruct::Page{ 47633660: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.md"=>Awestruct::Page{ 45913740: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.md"=>Awestruct::Page{ 43341880: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.md"=>Awestruct::Page{ 44169140: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.md"=>Awestruct::Page{ 43439940: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.md"=>Awestruct::Page{ 28316620: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.md"=>Awestruct::Page{ 27406760: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.md"=>Awestruct::Page{ 26580200: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.md"=>Awestruct::Page{ 25700200: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.md"=>Awestruct::Page{ 25255880: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.md"=>Awestruct::Page{ 25019720: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.md"=>Awestruct::Page{ 24772880: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.md"=>Awestruct::Page{ 24446440: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.md"=>Awestruct::Page{ 23684720: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.md"=>Awestruct::Page{ 18683620: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.md"=>Awestruct::Page{ 18641720: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.md"=>Awestruct::Page{ 17590420: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.md"=>Awestruct::Page{ 17262400: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.md"=>Awestruct::Page{ 16310620: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.md"=>Awestruct::Page{ 11153060: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.md"=>Awestruct::Page{ 10739180: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.md"=>Awestruct::Page{ 12280060: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.md"=>Awestruct::Page{ 16869620: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.md"=>Awestruct::Page{ 17442920: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.md"=>Awestruct::Page{ 17688120: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.md"=>Awestruct::Page{ 18824800: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.md"=>Awestruct::Page{ 18733820: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.md"=>Awestruct::Page{ 23579180: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.md"=>Awestruct::Page{ 24459140: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.md"=>Awestruct::Page{ 24699180: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.md"=>Awestruct::Page{ 24982740: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.md"=>Awestruct::Page{ 25217160: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.md"=>Awestruct::Page{ 25623600: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.md"=>Awestruct::Page{ 26244940: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.md"=>Awestruct::Page{ 27137000: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.md"=>Awestruct::Page{ 28267400: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.md"=>Awestruct::Page{ 43425800: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.md"=>Awestruct::Page{ 44186340: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.md"=>Awestruct::Page{ 47691820: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.md"=>Awestruct::Page{ 45963720: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.md"=>Awestruct::Page{ 47430520: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.md"=>Awestruct::Page{ 51304420: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.md"=>Awestruct::Page{ 51632460: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.md"=>Awestruct::Page{ 52099840: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.md"=>Awestruct::Page{ 52616240: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.md"=>Awestruct::Page{ 53132440: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.md"=>Awestruct::Page{ 53837020: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.md"=>Awestruct::Page{ 54377460: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.md"=>Awestruct::Page{ 54713220: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.md"=>Awestruct::Page{ 55245660: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.md"=>Awestruct::Page{ 55597580: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.md"=>Awestruct::Page{ 56088960: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.md"=>Awestruct::Page{ 56449440: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.md"=>Awestruct::Page{ 56891780: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.md"=>Awestruct::Page{ 57432080: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.md"=>Awestruct::Page{ 57643980: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.md"=>Awestruct::Page{ 58010760: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.md"=>Awestruct::Page{ 58246540: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.md"=>Awestruct::Page{ 58482180: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.md"=>Awestruct::Page{ 58719240: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.md"=>Awestruct::Page{ 58954720: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.md"=>Awestruct::Page{ 59084240: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.md"=>Awestruct::Page{ 59320220: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.md"=>Awestruct::Page{ 59449360: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.md"=>Awestruct::Page{ 59693560: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.md"=>Awestruct::Page{ 59855860: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.md"=>Awestruct::Page{ 60148960: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.md"=>Awestruct::Page{ 60262620: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.md"=>Awestruct::Page{ 60392420: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.md"=>Awestruct::Page{ 60668540: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.md"=>Awestruct::Page{ 60798320: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.md"=>Awestruct::Page{ 61083460: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.md"=>Awestruct::Page{ 61220960: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.md"=>Awestruct::Page{ 61366940: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.md"=>Awestruct::Page{ 61619020: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.md"=>Awestruct::Page{ 61765280: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.md"=>Awestruct::Page{ 62042240: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.md"=>Awestruct::Page{ 62171760: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.md"=>Awestruct::Page{ 62309220: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.md"=>Awestruct::Page{ 62676400: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.md"=>Awestruct::Page{ 62954720: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.md"=>Awestruct::Page{ 63470380: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.md"=>Awestruct::Page{ 63810260: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.md"=>Awestruct::Page{ 64415000: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.md"=>Awestruct::Page{ 64733060: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.md"=>Awestruct::Page{ 65297760: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.md"=>Awestruct::Page{ 65731700: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.md"=>Awestruct::Page{ 66107180: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.md"=>Awestruct::Page{ 66605900: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.md"=>Awestruct::Page{ 66981340: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.md"=>Awestruct::Page{ 45035040: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.md"=>Awestruct::Page{ 47042500: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.md"=>Awestruct::Page{ 43667760: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.md"=>Awestruct::Page{ 44085380: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.md"=>Awestruct::Page{ 44845720: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.md"=>Awestruct::Page{ 47843260: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.md"=>Awestruct::Page{ 45523100: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.md"=>Awestruct::Page{ 45849720: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.md"=>Awestruct::Page{ 44840980: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.md"=>Awestruct::Page{ 46421080: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.md"=>Awestruct::Page{ 67047700: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.md"=>Awestruct::Page{ 46787520: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.md"=>Awestruct::Page{ 66668880: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.md"=>Awestruct::Page{ 46991160: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.md"=>Awestruct::Page{ 66405680: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.md"=>Awestruct::Page{ 66340020: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.md"=>Awestruct::Page{ 66101380: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.md"=>Awestruct::Page{ 47792220: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.md"=>Awestruct::Page{ 65846760: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.md"=>Awestruct::Page{ 65558960: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.md"=>Awestruct::Page{ 43579760: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.md"=>Awestruct::Page{ 65221620: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.md"=>Awestruct::Page{ 43889520: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.md"=>Awestruct::Page{ 64909640: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.md"=>Awestruct::Page{ 51097180: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.md"=>Awestruct::Page{ 64605360: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.md"=>Awestruct::Page{ 51308780: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.md"=>Awestruct::Page{ 64284300: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.md"=>Awestruct::Page{ 64210460: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.md"=>Awestruct::Page{ 63964580: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.md"=>Awestruct::Page{ 63839320: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.md"=>Awestruct::Page{ 51514960: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.md"=>Awestruct::Page{ 63475040: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.md"=>Awestruct::Page{ 51612220: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.md"=>Awestruct::Page{ 63195580: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.md"=>Awestruct::Page{ 51677300: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.md"=>Awestruct::Page{ 62965080: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.md"=>Awestruct::Page{ 62842100: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.md"=>Awestruct::Page{ 51797800: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.md"=>Awestruct::Page{ 62488200: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.md"=>Awestruct::Page{ 51567160: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.md"=>Awestruct::Page{ 62387320: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.md"=>Awestruct::Page{ 52032180: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.md"=>Awestruct::Page{ 62295680: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.md"=>Awestruct::Page{ 52161440: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.md"=>Awestruct::Page{ 62204220: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.md"=>Awestruct::Page{ 52429660: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.md"=>Awestruct::Page{ 62103720: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.md"=>Awestruct::Page{ 62062280: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.md"=>Awestruct::Page{ 52705800: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.md"=>Awestruct::Page{ 61961880: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.md"=>Awestruct::Page{ 52917200: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.md"=>Awestruct::Page{ 61870320: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.md"=>Awestruct::Page{ 53047060: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.md"=>Awestruct::Page{ 61778780: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.md"=>Awestruct::Page{ 53397460: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.md"=>Awestruct::Page{ 61687120: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.md"=>Awestruct::Page{ 53535600: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.md"=>Awestruct::Page{ 53607640: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.md"=>Awestruct::Page{ 61545520: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.md"=>Awestruct::Page{ 53860440: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.md"=>Awestruct::Page{ 61453820: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.md"=>Awestruct::Page{ 54071640: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.md"=>Awestruct::Page{ 61370240: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.md"=>Awestruct::Page{ 54233940: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.md"=>Awestruct::Page{ 61261980: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.md"=>Awestruct::Page{ 54453040: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.md"=>Awestruct::Page{ 54533980: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.md"=>Awestruct::Page{ 61128380: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.md"=>Awestruct::Page{ 54770200: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.md"=>Awestruct::Page{ 61019540: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.md"=>Awestruct::Page{ 54907860: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.md"=>Awestruct::Page{ 60928440: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.md"=>Awestruct::Page{ 55144180: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.md"=>Awestruct::Page{ 60836400: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.md"=>Awestruct::Page{ 55363200: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.md"=>Awestruct::Page{ 60736240: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.md"=>Awestruct::Page{ 55501380: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.md"=>Awestruct::Page{ 55671400: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.md"=>Awestruct::Page{ 60618940: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.md"=>Awestruct::Page{ 55825920: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.md"=>Awestruct::Page{ 60502920: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.md"=>Awestruct::Page{ 56110840: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.md"=>Awestruct::Page{ 60411200: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.md"=>Awestruct::Page{ 56240140: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.md"=>Awestruct::Page{ 60327500: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.md"=>Awestruct::Page{ 56476380: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.md"=>Awestruct::Page{ 56647140: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.md"=>Awestruct::Page{ 60185380: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.md"=>Awestruct::Page{ 56800900: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.md"=>Awestruct::Page{ 60085020: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.md"=>Awestruct::Page{ 57028980: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.md"=>Awestruct::Page{ 59985260: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.md"=>Awestruct::Page{ 57256940: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.md"=>Awestruct::Page{ 59893420: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.md"=>Awestruct::Page{ 57468120: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.md"=>Awestruct::Page{ 59801680: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.md"=>Awestruct::Page{ 59751900: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.md"=>Awestruct::Page{ 57964680: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.md"=>Awestruct::Page{ 59675860: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.md"=>Awestruct::Page{ 62575140: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.md"=>Awestruct::Page{ 59560060: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.md"=>Awestruct::Page{ 62827680: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.md"=>Awestruct::Page{ 59451520: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.md"=>Awestruct::Page{ 63039000: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.md"=>Awestruct::Page{ 59360140: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.md"=>Awestruct::Page{ 59309740: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.md"=>Awestruct::Page{ 63371860: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.md"=>Awestruct::Page{ 59218040: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.md"=>Awestruct::Page{ 63567060: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.md"=>Awestruct::Page{ 59125740: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.md"=>Awestruct::Page{ 63769400: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.md"=>Awestruct::Page{ 59033460: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.md"=>Awestruct::Page{ 64112100: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.md"=>Awestruct::Page{ 64257620: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.md"=>Awestruct::Page{ 58891700: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.md"=>Awestruct::Page{ 64518920: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.md"=>Awestruct::Page{ 58800180: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.md"=>Awestruct::Page{ 64868980: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.md"=>Awestruct::Page{ 58699460: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.md"=>Awestruct::Page{ 65129960: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.md"=>Awestruct::Page{ 58476660: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.md"=>Awestruct::Page{ 58359600: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.md"=>Awestruct::Page{ 58267360: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.md"=>Awestruct::Page{ 58174420: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.md"=>Awestruct::Page{ 58074600: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.md"=>Awestruct::Page{ 57744000: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.md"=>Awestruct::Page{ 57643200: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.md"=>Awestruct::Page{ 57543460: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.md"=>Awestruct::Page{ 57214180: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.md"=>Awestruct::Page{ 56935120: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.md"=>Awestruct::Page{ 56507400: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.md"=>Awestruct::Page{ 56138020: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.md"=>Awestruct::Page{ 55792760: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.md"=>Awestruct::Page{ 55455700: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.md"=>Awestruct::Page{ 55011920: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.md"=>Awestruct::Page{ 54707620: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.md"=>Awestruct::Page{ 54371040: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.md"=>Awestruct::Page{ 53960620: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.md"=>Awestruct::Page{ 53648300: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.md"=>Awestruct::Page{ 53016140: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.md"=>Awestruct::Page{ 52237220: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.md"=>Awestruct::Page{ 51720020: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.md"=>Awestruct::Page{ 51284760: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.md"=>Awestruct::Page{ 44231140: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.md"=>Awestruct::Page{ 47893400: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.md"=>Awestruct::Page{ 47394140: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.md"=>Awestruct::Page{ 46903060: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.md"=>Awestruct::Page{ 46395560: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.md"=>Awestruct::Page{ 46035580: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.md"=>Awestruct::Page{ 45552660: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.md"=>Awestruct::Page{ 44979620: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.md"=>Awestruct::Page{ 44357440: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.md"=>Awestruct::Page{ 43350260: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.md"=>Awestruct::Page{ 46848640: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.md"=>Awestruct::Page{ 45505600: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.md"=>Awestruct::Page{ 43335140: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.md"=>Awestruct::Page{ 46103380: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.md"=>Awestruct::Page{ 43759880: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.md"=>Awestruct::Page{ 44266540: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.md"=>Awestruct::Page{ 43839160: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.md"=>Awestruct::Page{ 43486520: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.md"=>Awestruct::Page{ 41764820: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.md"=>Awestruct::Page{ 42772880: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.md"=>Awestruct::Page{ 42855220: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.md"=>Awestruct::Page{ 42298580: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.md"=>Awestruct::Page{ 42241680: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.md"=>Awestruct::Page{ 41291800: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.md"=>Awestruct::Page{ 28843480: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.md"=>Awestruct::Page{ 28640000: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.md"=>Awestruct::Page{ 28420820: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.md"=>Awestruct::Page{ 28199760: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.md"=>Awestruct::Page{ 27979360: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.md"=>Awestruct::Page{ 27765020: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.md"=>Awestruct::Page{ 27568080: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.md"=>Awestruct::Page{ 27320040: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.md"=>Awestruct::Page{ 27118700: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.md"=>Awestruct::Page{ 26920440: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.md"=>Awestruct::Page{ 26739460: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.md"=>Awestruct::Page{ 26539760: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.md"=>Awestruct::Page{ 26253400: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.md"=>Awestruct::Page{ 25866120: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.md"=>Awestruct::Page{ 25782920: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.md"=>Awestruct::Page{ 25691700: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.md"=>Awestruct::Page{ 25599300: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.md"=>Awestruct::Page{ 25498720: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.md"=>Awestruct::Page{ 25379400: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.md"=>Awestruct::Page{ 25247700: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.md"=>Awestruct::Page{ 25131920: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.md"=>Awestruct::Page{ 25000260: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.md"=>Awestruct::Page{ 24888160: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.md"=>Awestruct::Page{ 24769440: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.md"=>Awestruct::Page{ 24632840: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.md"=>Awestruct::Page{ 24449900: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.md"=>Awestruct::Page{ 23997940: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.md"=>Awestruct::Page{ 23662660: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.md"=>Awestruct::Page{ 23280320: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.md"=>Awestruct::Page{ 18717620: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.md"=>Awestruct::Page{ 18398320: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.md"=>Awestruct::Page{ 18757740: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.md"=>Awestruct::Page{ 18311640: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.md"=>Awestruct::Page{ 17678020: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.md"=>Awestruct::Page{ 17515760: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.md"=>Awestruct::Page{ 17335100: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.md"=>Awestruct::Page{ 17023220: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.md"=>Awestruct::Page{ 16584100: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.md"=>Awestruct::Page{ 12568440: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.md"=>Awestruct::Page{ 11661680: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.md"=>Awestruct::Page{ 11052180: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.md"=>Awestruct::Page{ 8631540: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code.adoc"=>Awestruct::Page{ 42951600: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html.haml"=>Awestruct::Page{ 41343120: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines.adoc"=>Awestruct::Page{ 42372260: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins.html.haml"=>Awestruct::Page{ 42901260: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 42691340: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press.adoc"=>Awestruct::Page{ 42735060: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean.adoc"=>Awestruct::Page{ 41750680: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc.adoc"=>Awestruct::Page{ 46301900: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.adoc"=>Awestruct::Page{ 44794580: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot.adoc"=>Awestruct::Page{ 46326720: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure.adoc"=>Awestruct::Page{ 47805560: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest.html.haml"=>Awestruct::Page{ 43751340: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam.adoc"=>Awestruct::Page{ 44656860: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.md"=>Awestruct::Page{ 45133480: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs.adoc"=>Awestruct::Page{ 44896000: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout.adoc"=>Awestruct::Page{ 45561800: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins.adoc"=>Awestruct::Page{ 45711720: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144.adoc"=>Awestruct::Page{ 45918760: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security.adoc"=>Awestruct::Page{ 45363480: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 46452440: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 46536700: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 46561800: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 46586920: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 46603840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 46596220: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 46629520: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 46654620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 46663340: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 46704840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 46713560: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 46746860: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 46771980: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 46797080: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 46814000: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 46855500: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 46864220: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 46881120: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 46922600: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 46939520: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 46956440: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 46948820: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 46982120: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 47015420: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 47024140: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 47065620: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 47074340: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 47099460: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 47132760: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 47149680: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 47174780: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 47199900: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 47225020: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 47241940: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 47283440: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 47293900: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 47302840: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 47344540: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 47353460: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 47386960: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 47420460: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 47437580: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 47462880: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 47496380: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 47513500: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 47506080: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 47515000: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 47556680: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 47573980: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 47599480: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 47624980: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 47653620: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 47778000: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 47787120: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 47812640: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 47838160: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 47871860: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 47942220: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 47983780: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 47992700: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 48026080: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 48059580: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 48076580: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 48101900: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 41819260: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 43794260: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 43786720: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 43795640: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 43452200: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 44132860: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 44141660: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 44281660: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 44290460: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 44192780: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 44209900: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 44218700: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 44227620: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 43867800: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 43860380: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 43877380: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 51078760: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 51398980: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 51440560: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 51473940: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 51417340: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 51589980: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 51623480: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 51665060: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 51731340: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 51789300: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 51781880: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 51536740: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 51938880: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 51947680: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 51989260: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 52039140: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 52047940: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 52089520: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 52155800: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 52393980: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 52410960: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 52469040: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 52543380: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 52535840: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 52544780: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 52602740: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 52578900: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 52743360: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 52940700: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 52957700: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 52999400: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 53057360: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 53074480: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 53116060: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 53452440: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 53444680: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 53510940: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 53560700: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 53610600: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 53758660: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 53816740: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 53891080: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 54088420: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 54146380: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 54163380: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 54213260: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 54484200: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 54493120: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 54485580: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 54535460: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 54732800: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 54807260: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 54865200: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 55046160: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 55120500: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 55170400: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 55179200: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 55392920: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 55401720: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 55467980: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 55460440: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 55510200: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 55527320: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 55724540: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 55839840: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 55848760: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 55898520: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 56079360: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 56153820: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 56211780: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 56376360: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 56393360: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 56385820: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 56427520: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 56493680: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 56691020: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 56708000: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 56765960: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 56815840: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 56824640: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 57013800: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 57071880: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 57228140: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 57237060: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 57229520: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 57279280: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 57525760: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 57837660: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 57936680: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 57953800: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 58003560: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 65246020: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 65263140: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 65271940: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 65379040: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 65387960: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 65380420: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 65397540: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 65496460: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 65505380: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 65522380: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 65596720: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 65622020: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 65639000: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 65647920: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 65738660: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 65755780: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 65764580: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 65871680: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 65864260: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 65873060: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 65890060: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 65989100: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 66006080: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 66015000: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 66113920: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 66131020: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 66139820: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 66246940: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 66255860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 66272860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 66265320: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 66364360: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 66381360: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 66390180: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 66489220: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 66506220: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 66515160: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 66622260: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 66631180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 66648180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 66747080: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 66764200: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 66756660: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 66765460: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 66872680: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 66881500: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 66898500: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 66997540: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 67006360: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 67023480: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 67097820: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 67123120: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 67140120: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 67149040: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 67149660: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 67141260: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 67133560: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 67117500: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 67093260: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 67019980: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 67004060: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 66996200: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 66898260: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 66882600: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 66874720: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 66768400: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 66760400: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 66744220: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 66646360: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 66630320: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 66622840: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 66516680: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 66508940: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 66492900: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 66395060: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 66387180: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 66371260: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 66363440: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 66265480: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 66249280: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 66241420: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 66135380: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 66127520: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 66111580: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 66013720: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 66006260: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 65990200: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 65892340: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 65876400: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 65868260: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 65761940: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 65754200: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 65738300: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 65648780: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 65641040: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 65624980: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 65600840: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 65527440: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 65519740: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 65503700: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 65495960: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 65398100: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 65381920: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 65374040: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 65267980: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 65260240: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 65244320: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 58002940: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 57954500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 57938440: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 57840460: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 57529580: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 57284120: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 57235160: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 57227060: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 57072120: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 57015120: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 56827040: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 56819500: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 56812000: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 56707700: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 55852680: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 55388440: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 54539380: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 53890840: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 53074040: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 52605600: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 52085540: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 44282540: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 47868820: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 47655380: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 47489800: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 47278880: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 46709620: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 46512320: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 46449740: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 46434460: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 45345040: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 45296600: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 45280960: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 45986400: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 45921800: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 45881220: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 45792020: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 45719220: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android.adoc"=>Awestruct::Page{ 63690340: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c.adoc"=>Awestruct::Page{ 54030160: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker.adoc"=>Awestruct::Page{ 67256260: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded.adoc"=>Awestruct::Page{ 43615060: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github.adoc"=>Awestruct::Page{ 67100220: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java.adoc"=>Awestruct::Page{ 66487500: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline.adoc"=>Awestruct::Page{ 65753460: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python.adoc"=>Awestruct::Page{ 57955440: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby.adoc"=>Awestruct::Page{ 56389060: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 57472960: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 56109040: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "/../../../../../.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml"=>Awestruct::Page{ 11105480: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html.haml"=>Awestruct::Page{ 24385980: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/_ext/atom.xml.haml"=>Awestruct::Page{ 59819460: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/_layouts/chapter.html.haml"=>Awestruct::Page{ 11067420: output_path=>/_layouts/chapter.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/chapter.html.haml, layout=>documentation }, "/_layouts/default.html.haml"=>Awestruct::Page{ 10935100: output_path=>/_layouts/default.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/default.html.haml, layout=>frame }, "/_layouts/documentation.html.haml"=>Awestruct::Page{ 10696660: output_path=>/_layouts/documentation.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/documentation.html.haml, layout=>default }, "/_layouts/frame.html.haml"=>Awestruct::Page{ 9067200: output_path=>/_layouts/frame.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/frame.html.haml, layout=> }, "/_layouts/post.html.haml"=>Awestruct::Page{ 8914460: output_path=>/_layouts/post.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/post.html.haml, layout=>default }, "/_layouts/project.html.haml"=>Awestruct::Page{ 8709180: output_path=>/_layouts/project.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/project.html.haml, layout=>default }, "/_layouts/refresh.html.haml"=>Awestruct::Page{ 8515240: output_path=>/_layouts/refresh.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/refresh.html.haml, layout=> }, "/_layouts/section.html.haml"=>Awestruct::Page{ 8320440: output_path=>/_layouts/section.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/section.html.haml, layout=>documentation }, "/_layouts/simplepage.html.haml"=>Awestruct::Page{ 7743960: output_path=>/_layouts/simplepage.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/simplepage.html.haml, layout=>default }, "/_layouts/solution.html.haml"=>Awestruct::Page{ 7530340: output_path=>/_layouts/solution.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/solution.html.haml, layout=>frame }}>, :pages_by_output_path=>AStruct<{"/100k/index.html"=>Awestruct::Page{ 18823140: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0/index.html"=>Awestruct::Page{ 18530380: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account/index.html"=>Awestruct::Page{ 23997140: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 24669160: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 24726000: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 24700920: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 24765760: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 24808960: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 25548860: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 25664940: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 25709260: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 25856060: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 26252180: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 26584980: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 26897320: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 27193700: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 27633740: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 27983720: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 28280820: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 28485960: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 26412380: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 28836940: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 28821740: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 28648940: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 28640360: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 28513900: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 26651960: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 26547560: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 26537520: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 24425400: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 24088720: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 24065460: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 24021880: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 23983080: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 23944600: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 23914660: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 23869080: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 23848100: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 23809840: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 23742060: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 23704020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 23689600: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 23637780: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 23600180: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 23559360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 23527760: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 23487960: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 23449000: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 23409020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 23364940: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 23324620: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 23278120: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 23232320: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 23203440: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 23166540: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 23138200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 23083640: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 23054520: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 19094520: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 18991600: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 18768140: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 18715600: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 18687080: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 18658600: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 18604840: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 18573920: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 18543420: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 18501160: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 18463940: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 18434840: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 18405540: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 18340860: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 18746160: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 18302260: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 17760840: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 17580960: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 17220020: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 16612060: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 12283080: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 11617020: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 11213680: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 10990960: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 8973440: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 8511920: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 7428840: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 6950520: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 28888400: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 28787160: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 28660980: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 28549400: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 28447040: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 28326100: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 28204040: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 28089720: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 27982560: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 27597280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 27493640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 27374460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 27262220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 27168840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 27060200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 26931900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 26865140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 26765940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 26665040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 26548260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 26386000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 26253220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 25915180: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 25870600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 25824600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 25779060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 25733860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 25690040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 25642240: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 25595660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 25548100: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 25501320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 25437720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 25375820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 25315500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 25244100: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 25180920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 25120000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 25050280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 24980880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 24920520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 24860020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 24806120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 24744080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 24690380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 24612640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 24478900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 24387120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 24084700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 23892480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 23727120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 23533880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 23347800: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 23160640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 18974260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 18582380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 18410980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 16569040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 18779700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 18589220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 18315080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 17870220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 11416500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 17588960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 17527900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 17442320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 17345840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 17257520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 17023820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 16827340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 16582000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 16332380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 12427160: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 12076940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 11562600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 11209920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 11003820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 9006580: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 8542860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 7529840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 7032200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 26414380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 28793960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 28669060: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 28446720: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 28346400: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 28228960: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 28135840: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 28021040: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 27930000: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 27814440: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 27723260: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 27597780: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 27496560: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 27395600: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 27283800: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 27175940: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 27076960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 26941960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 26877260: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 26795300: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 26705960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 26591060: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 26434340: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 26273280: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 26225520: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 25896360: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 25852440: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 25792460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 25747260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 25703820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 25656440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 25611280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 25565960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 25518960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 25465620: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 25403940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 25342300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 25271440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 25210420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 25140020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 25079300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 25018900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 24950020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 24890060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 24836820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 24775560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 24722000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 24668880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 24559360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 24452140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 24332600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 23996160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 23813700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 23658680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 23462060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 23254340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 23077120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 18695420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 18519000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 18348960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 18857360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 18707480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 18484440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 17984160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 17826200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 17672360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 17568960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 17501700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 17410400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 17324320: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 17227960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 16971400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 16745360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 16519900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 12708040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 12302080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 11939420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 11440160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 11161300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 10905520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 8916060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 8362180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 7420340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 6934640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 28886880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 28785700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 28659660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 28549740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 28449400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 28347440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 28226660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 28132680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 28015060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 27906860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 27805340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 27686740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 27583980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 27456420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 27336600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 27232860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 27122340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 27012440: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 26920260: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 26838580: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 26740080: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 26648640: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 26540860: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 26380800: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 26248920: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 25911520: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 25868180: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 25823660: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 25779300: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 25735300: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 25692980: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 25633040: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 25552580: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 25496720: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 25319260: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 25221140: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 25100200: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 24965800: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 24779100: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 24681520: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 24445340: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 24024800: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 23640760: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 23618860: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 23578780: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 23529360: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 23489780: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 23450080: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 23410520: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 23366420: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 23299660: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 18424220: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/02/02/welcome-to-continuous-blog/index.html"=>Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/02/08/breaking-hudson-1-345-released/index.html"=>Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/02/08/hudson-1-344-released/index.html"=>Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/02/08/incoming-more-translations/index.html"=>Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html"=>Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html"=>Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/02/11/spotlight-on-ita-software/index.html"=>Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/02/12/this-week-in-plugins/index.html"=>Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/14/thanks-for-the-help/index.html"=>Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/02/15/hudson-1-346-released/index.html"=>Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/02/16/performance-improvements-in-1-346/index.html"=>Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html"=>Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/02/18/spotlight-on-visfleet/index.html"=>Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/02/19/this-week-in-plugins/index.html"=>Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/22/hudson-1-347-released/index.html"=>Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html"=>Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/02/24/hudson-at-pycon/index.html"=>Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/02/25/links-for-2010-02-24/index.html"=>Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html"=>Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/02/25/spotlight-on-springsource/index.html"=>Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/02/26/links-for-2010-02-25/index.html"=>Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/02/26/this-week-in-plugins/index.html"=>Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/01/hudson-1-348-released/index.html"=>Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/03/02/call-for-testers-the-older-the-better/index.html"=>Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html"=>Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/03/05/links-for-2010-03-04/index.html"=>Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html"=>Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/03/07/this-week-in-plugins/index.html"=>Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/08/hudson-1-349-released/index.html"=>Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/03/09/one-month-of-continuous-blog/index.html"=>Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/03/12/links-for-2010-03-12/index.html"=>Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/03/12/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/03/13/this-week-in-plugins/index.html"=>Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/14/would-you-like-to-ok/index.html"=>Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/03/15/breaking-hudson-1-351-released/index.html"=>Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/03/15/hudson-1-350-released/index.html"=>Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/03/16/slaves-building-robots/index.html"=>Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/03/19/get-excited-and-make-things/index.html"=>Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/03/19/links-for-2010-03-19/index.html"=>Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/03/19/recap-of-hackathon-part-one/index.html"=>Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/03/22/hudson-1-352-released/index.html"=>Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/03/23/links-for-2010-03-23/index.html"=>Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/03/27/this-week-in-plugins/index.html"=>Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/30/resurgence-of-releng/index.html"=>Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/03/31/hudson-1-353-released/index.html"=>Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html"=>Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html"=>Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/04/01/regarding-the-start-of-april/index.html"=>Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/04/07/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/04/12/pre-tested-commits-with-git/index.html"=>Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/04/16/a-new-blog-for-kohsuke/index.html"=>Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/04/16/hudson-1-354-released/index.html"=>Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/04/24/hudson-1-355-released/index.html"=>Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/06/09/welcome-to-hudson-labs/index.html"=>Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html"=>Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/06/14/hudson-1-362-released/index.html"=>Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/06/22/hudson-1-363-released/index.html"=>Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/06/23/stickers-starting-to-arrive/index.html"=>Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/06/28/digg-technical-talk/index.html"=>Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html"=>Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/07/05/links-for-2010-07-05/index.html"=>Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html"=>Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/07/06/security-fix-hudson-1-365-released/index.html"=>Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/07/07/gee-thanks/index.html"=>Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/07/12/updated-chrome-extension/index.html"=>Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/07/13/monitor-hudson-from-your-android/index.html"=>Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html"=>Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html"=>Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/07/27/hudson-1-368-released/index.html"=>Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html"=>Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html"=>Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html"=>Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/08/11/quiet-period-feature/index.html"=>Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html"=>Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/08/17/hudson-1-372-sets-sail/index.html"=>Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/08/17/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html"=>Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html"=>Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/08/30/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html"=>Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/09/04/hudson-events-calendar/index.html"=>Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html"=>Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html"=>Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/09/17/javaone-taking-shape/index.html"=>Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html"=>Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/09/20/tweet-of-the-day/index.html"=>Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/09/21/javaone-day-one-in-pictures/index.html"=>Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html"=>Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/09/22/javaone-day-two-in-pictures/index.html"=>Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html"=>Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/11/23/java-net-migration-status-update/index.html"=>Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/11/23/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/11/30/whos-driving-this-thing/index.html"=>Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/12/01/a-brief-update/index.html"=>Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html"=>Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/01/11/hudsons-future/index.html"=>Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/01/29/jenkins/index.html"=>Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/02/04/governance-meeting-today/index.html"=>Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/02/04/the-first-24-hours-in-downloads/index.html"=>Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/02/05/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html"=>Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/03/03/updated-usage-stats-available/index.html"=>Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/03/13/jenkins-hits-1-400/index.html"=>Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html"=>Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/03/23/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html"=>Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/04/14/jenkins-new-look/index.html"=>Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html"=>Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html"=>Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/05/12/the-state-of-the-jenkins-project/index.html"=>Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html"=>Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html"=>Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/06/09/a-big-thanks-to-rackspace/index.html"=>Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html"=>Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/06/16/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html"=>Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/07/18/mirror-mirror-on-the-wall/index.html"=>Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/08/08/jenkins-user-conference/index.html"=>Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/08/08/jruby-branch-merged/index.html"=>Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html"=>Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html"=>Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/09/19/2011-donation-drive/index.html"=>Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html"=>Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html"=>Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html"=>Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/10/21/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/11/03/jenkins-community-survey/index.html"=>Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html"=>Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/11/07/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html"=>Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html"=>Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html"=>Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html"=>Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html"=>Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/12/28/adding-diagrams-to-wiki/index.html"=>Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html"=>Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html"=>Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/01/20/highlight-video-from-juc-2011/index.html"=>Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/02/02/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/02/21/fosdem-2012-recap/index.html"=>Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html"=>Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html"=>Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/03/26/announcing-the-jenkins-cia/index.html"=>Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/04/13/continuous-information-vol-2/index.html"=>Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html"=>Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html"=>Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html"=>Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/07/23/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html"=>Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html"=>Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html"=>Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html"=>Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/09/12/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html"=>Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html"=>Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/09/26/dinner-after-juc/index.html"=>Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/09/26/jenkins-sessions-at-javaone/index.html"=>Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/09/28/saturday-night-drink-up/index.html"=>Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/09/28/take-the-jenkins-survey/index.html"=>Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html"=>Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/11/15/fundraising-for-travel-grant/index.html"=>Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html"=>Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/12/19/los-altos-hackathon-this-friday/index.html"=>Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html"=>Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/12/25/jenkins-meet-up/index.html"=>Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html"=>Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html"=>Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/01/30/jenkins-hits-1-500/index.html"=>Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html"=>Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html"=>Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/04/25/munich-hackathon/index.html"=>Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html"=>Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html"=>Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/07/24/faster-slave-classloading/index.html"=>Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html"=>Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html"=>Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/09/09/loader-io-plugin-developer-interview/index.html"=>Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/09/23/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/09/23/literate-builds-wtf/index.html"=>Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/10/09/meet-the-community-in-juc/index.html"=>Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html"=>Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/11/08/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/11/17/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html"=>Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html"=>Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html"=>Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/01/25/jenkins-at-fosdem-2014/index.html"=>Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/03/19/jenkins-user-conferences-this-year/index.html"=>Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html"=>Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/04/09/more-scalable-slaves/index.html"=>Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/04/11/infoq-ci-survey-2014/index.html"=>Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html"=>Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/04/16/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/04/18/come-join-the-infra-team/index.html"=>Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/04/24/juc-agenda-posted/index.html"=>Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html"=>Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html"=>Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/05/27/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/05/30/adopt-a-plugin/index.html"=>Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html"=>Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html"=>Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html"=>Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html"=>Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html"=>Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/06/20/juc-boston-what-a-day/index.html"=>Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/07/01/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/07/03/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/07/03/juc-berlin-summary/index.html"=>Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html"=>Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html"=>Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/07/18/juc-israel-report/index.html"=>Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html"=>Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/07/30/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/08/11/user-interface-refresh/index.html"=>Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/08/12/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/08/28/juc-sf-2014-is-here/index.html"=>Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/08/28/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html"=>Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/09/24/jenkins-in-javaone-2014/index.html"=>Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html"=>Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html"=>Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html"=>Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/12/03/workflow-plugin-is-1-0/index.html"=>Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/12/17/breakingbuilds/index.html"=>Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html"=>Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html"=>Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html"=>Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/02/24/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/02/25/100k-celebration-podcast/index.html"=>Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html"=>Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/03/25/registration-for-juc-2015-is-open/index.html"=>Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/04/06/confluence-migration-this-weekend/index.html"=>Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/04/06/good-bye-java6/index.html"=>Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/04/24/jira-migration-this-weekend/index.html"=>Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html"=>Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html"=>Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html"=>Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html"=>Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html"=>Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html"=>Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html"=>Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html"=>Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html"=>Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html"=>Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/07/23/office-hours-are-back/index.html"=>Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html"=>Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html"=>Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html"=>Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html"=>Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html"=>Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html"=>Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html"=>Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html"=>Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html"=>Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html"=>Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html"=>Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html"=>Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/08/25/announcing-the-travel-grant-program/index.html"=>Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html"=>Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html"=>Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/09/01/take-the-2015-jenkins-survey/index.html"=>Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html"=>Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html"=>Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/09/29/gui-improvements-on-the-horizon/index.html"=>Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/09/30/bay-area-jam/index.html"=>Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html"=>Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/10/09/cooking-up-jams/index.html"=>Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html"=>Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html"=>Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html"=>Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html"=>Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/11/01/adopt-a-plugin/index.html"=>Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/11/04/jenkins-and-docker/index.html"=>Awestruct::Page{ 24425760: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html"=>Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/11/06/october-jams/index.html"=>Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html"=>Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/11/16/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/12/02/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html"=>Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/12/09/security-updates-released-today/index.html"=>Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html"=>Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html"=>Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/01/04/jenkins-at-scale14x/index.html"=>Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/01/05/new-website/index.html"=>Awestruct::Page{ 25291040: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/01/07/official-code-of-conduct/index.html"=>Awestruct::Page{ 24974700: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/01/10/beautiful-jenkins-dashboard/index.html"=>Awestruct::Page{ 24694500: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/01/26/office-hour-javascript-development/index.html"=>Awestruct::Page{ 23957220: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/01/27/jenkins-world-call-for-papers/index.html"=>Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/02/06/scale14x-conference-report/index.html"=>Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/02/19/january-2016-sf-jam/index.html"=>Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/02/24/jenkins-security-update/index.html"=>Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/02/29/jenkins2-alphas/index.html"=>Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/03/02/toulousejam-hackergarten/index.html"=>Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/03/03/gsoc2016-announcement/index.html"=>Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/03/11/new-jenkins-20-preview/index.html"=>Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/03/15/jenkins-certification/index.html"=>Awestruct::Page{ 27779400: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/03/18/jenkins-20-test-fest/index.html"=>Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/03/21/vjam/index.html"=>Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/03/24/jenkins-2-beta-released/index.html"=>Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/03/30/usage-statistics-privacy-advisory/index.html"=>Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/04/01/march-2016-jam-st-petersburg/index.html"=>Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/04/07/2/index.html"=>Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/04/07/jenkins-community-survey-results-blog/index.html"=>Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html"=>Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/04/11/gsoc2016-mentors-call/index.html"=>Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/04/11/jenkins-plugins-security-update/index.html"=>Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html"=>Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/04/14/jenkins-world-registration-is-open/index.html"=>Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/04/14/replay-with-pipeline/index.html"=>Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/04/15/the-need-for-pipeline/index.html"=>Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/04/21/dsl-plugins/index.html"=>Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/04/22/pipeline-2/index.html"=>Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/04/22/possible-infra-compromise/index.html"=>Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/04/26/jenkins-20-is-here/index.html"=>Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/05/10/jenkins-20-vjam/index.html"=>Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/05/11/security-update/index.html"=>Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html"=>Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/05/17/state-of-jam/index.html"=>Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/05/18/announcing-azure-partnership/index.html"=>Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/05/23/external-workspace-manager-plugin/index.html"=>Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/05/25/update-plugin-for-pipeline/index.html"=>Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html"=>Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/05/26/introducing-blue-ocean/index.html"=>Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/05/31/pipeline-snippetizer/index.html"=>Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html"=>Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html"=>Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/06/13/gsoc-usage-stats-analysis/index.html"=>Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/06/13/june-jenkins-events/index.html"=>Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html"=>Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/06/14/jenkins-world-agenda/index.html"=>Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/06/15/jenkins-pipeline-scalability/index.html"=>Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/06/16/parallel-test-executor-plugin/index.html"=>Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html"=>Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/06/29/from-freestyle-to-pipeline/index.html"=>Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/06/30/ewm-alpha-version/index.html"=>Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/07/01/html-publisher-plugin/index.html"=>Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/07/07/jenkins-2/index.html"=>Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/07/14/2-7-1-re-release/index.html"=>Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/07/18/pipline-notifications/index.html"=>Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/07/19/blue-ocean-update/index.html"=>Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/07/26/join-me-at-jenkinsworld/index.html"=>Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html"=>Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/08/08/docker-pipeline-environments/index.html"=>Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/08/09/ewm-beta-version/index.html"=>Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/08/10/rails-cd-with-pipeline/index.html"=>Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html"=>Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html"=>Awestruct::Page{ 27014080: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html"=>Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/08/22/ewm-stable-release/index.html"=>Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/08/24/jenkins-world-2016-festivities/index.html"=>Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/08/26/ask-the-experts-jenkins-world/index.html"=>Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html"=>Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/08/29/sauce-pipeline/index.html"=>Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/08/30/ask-experts-demos/index.html"=>Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html"=>Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/01/jenkins-world-contributor-summit/index.html"=>Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html"=>Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/09/07/pipeline-at-jenkins-world/index.html"=>Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/08/continuous-delivery-of-infra/index.html"=>Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html"=>Awestruct::Page{ 7087740: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html"=>Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/09/20/jom-plugin-development/index.html"=>Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html"=>Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html"=>Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html"=>Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html"=>Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html"=>Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/10/16/stage-lock-milestone/index.html"=>Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/10/18/jenkins-world-2016-videos/index.html"=>Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/10/31/xunit-reporting/index.html"=>Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/11/11/monthly-jam-recap-october/index.html"=>Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html"=>Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/11/13/november-jenkins-events/index.html"=>Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/11/16/security-updates-addressing-zero-day/index.html"=>Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/11/21/gc-tuning/index.html"=>Awestruct::Page{ 11216440: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html"=>Awestruct::Page{ 6795740: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/12/09/december-jenkins-events/index.html"=>Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/12/10/monthly-jam-recap-november/index.html"=>Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/12/19/declarative-pipeline-beta/index.html"=>Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html"=>Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/12/31/what-a-year/index.html"=>Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html"=>Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/01/10/security-warnings/index.html"=>Awestruct::Page{ 25355180: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/01/11/jenkins-world-2017-cfp/index.html"=>Awestruct::Page{ 25031780: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/01/12/declarative-pipeline-beta-2/index.html"=>Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/01/13/blueocean-dev-log-jan/index.html"=>Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html"=>Awestruct::Page{ 23056900: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/01/17/scm-api-2/index.html"=>Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/01/19/converting-conditional-to-pipeline/index.html"=>Awestruct::Page{ 17346560: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/01/20/blueocean-dev-log-jan2/index.html"=>Awestruct::Page{ 16333400: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.html"=>Awestruct::Page{ 11123240: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.html"=>Awestruct::Page{ 8987200: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 7695960: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old/index.html"=>Awestruct::Page{ 28083420: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 25738840: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 25297260: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.html"=>Awestruct::Page{ 25273000: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct/index.html"=>Awestruct::Page{ 25121080: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.html"=>Awestruct::Page{ 24767740: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 24676080: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.html"=>Awestruct::Page{ 24475860: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.html"=>Awestruct::Page{ 24300280: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.html"=>Awestruct::Page{ 23806100: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.html"=>Awestruct::Page{ 23492900: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.html"=>Awestruct::Page{ 23161200: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.html"=>Awestruct::Page{ 18652160: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 18557660: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 17894240: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.html"=>Awestruct::Page{ 17598440: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.html"=>Awestruct::Page{ 17479780: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.html"=>Awestruct::Page{ 17319860: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.html"=>Awestruct::Page{ 17022740: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html"=>Awestruct::Page{ 16595880: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.html"=>Awestruct::Page{ 12635660: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.html"=>Awestruct::Page{ 11945420: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.html"=>Awestruct::Page{ 11214960: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.html"=>Awestruct::Page{ 10628020: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.html"=>Awestruct::Page{ 8322420: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html"=>Awestruct::Page{ 6941560: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.html"=>Awestruct::Page{ 28826280: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.html"=>Awestruct::Page{ 28644820: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 28443860: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.html"=>Awestruct::Page{ 28250220: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.html"=>Awestruct::Page{ 28084660: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.html"=>Awestruct::Page{ 27859820: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.html"=>Awestruct::Page{ 27685600: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.html"=>Awestruct::Page{ 27492820: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.html"=>Awestruct::Page{ 27296660: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.html"=>Awestruct::Page{ 27106940: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.html"=>Awestruct::Page{ 26922400: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 26768280: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.html"=>Awestruct::Page{ 26584720: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 26341740: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.html"=>Awestruct::Page{ 25901160: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 25823300: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.html"=>Awestruct::Page{ 25744560: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.html"=>Awestruct::Page{ 25531980: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.html"=>Awestruct::Page{ 25427080: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.html"=>Awestruct::Page{ 25323280: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html"=>Awestruct::Page{ 25211840: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html"=>Awestruct::Page{ 25098440: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html"=>Awestruct::Page{ 24978640: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 24883420: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.html"=>Awestruct::Page{ 24770580: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html"=>Awestruct::Page{ 24672660: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.html"=>Awestruct::Page{ 24471840: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 24122780: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 23771760: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.html"=>Awestruct::Page{ 23467160: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.html"=>Awestruct::Page{ 23108960: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 18600280: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.html"=>Awestruct::Page{ 18298980: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.html"=>Awestruct::Page{ 18677580: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.html"=>Awestruct::Page{ 18016920: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.html"=>Awestruct::Page{ 17690460: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 17531280: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 17372440: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 17171800: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 16788660: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.html"=>Awestruct::Page{ 16356640: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.html"=>Awestruct::Page{ 12221940: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 11386300: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.html"=>Awestruct::Page{ 10934100: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 8621720: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 28782900: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 28558460: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.html"=>Awestruct::Page{ 28393020: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.html"=>Awestruct::Page{ 28207340: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.html"=>Awestruct::Page{ 28014800: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 27814700: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.html"=>Awestruct::Page{ 27633100: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 27409560: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.html"=>Awestruct::Page{ 27232480: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 27058560: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.html"=>Awestruct::Page{ 26872900: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.html"=>Awestruct::Page{ 26709200: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 26535300: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.html"=>Awestruct::Page{ 26254460: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.html"=>Awestruct::Page{ 25873420: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.html"=>Awestruct::Page{ 25796780: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.html"=>Awestruct::Page{ 25714380: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.html"=>Awestruct::Page{ 25633400: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.html"=>Awestruct::Page{ 25538380: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 25440820: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.html"=>Awestruct::Page{ 25328840: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 25215680: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.html"=>Awestruct::Page{ 25103060: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 24981560: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.html"=>Awestruct::Page{ 24885400: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 24766260: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.html"=>Awestruct::Page{ 24673520: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html"=>Awestruct::Page{ 24471580: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 24091760: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.html"=>Awestruct::Page{ 23278400: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.html"=>Awestruct::Page{ 18729760: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.html"=>Awestruct::Page{ 18440800: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.html"=>Awestruct::Page{ 18828080: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.html"=>Awestruct::Page{ 18453920: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.html"=>Awestruct::Page{ 17829780: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.html"=>Awestruct::Page{ 17573780: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.html"=>Awestruct::Page{ 17443640: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.html"=>Awestruct::Page{ 17274120: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.html"=>Awestruct::Page{ 16941140: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.html"=>Awestruct::Page{ 16520160: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.html"=>Awestruct::Page{ 12495820: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.html"=>Awestruct::Page{ 11695200: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.html"=>Awestruct::Page{ 11110980: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.html"=>Awestruct::Page{ 8906320: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 7520380: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.html"=>Awestruct::Page{ 28544440: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.html"=>Awestruct::Page{ 28743540: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.html"=>Awestruct::Page{ 28535220: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 28377640: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.html"=>Awestruct::Page{ 28166700: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.html"=>Awestruct::Page{ 27980300: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.html"=>Awestruct::Page{ 27780000: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.html"=>Awestruct::Page{ 27588800: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html"=>Awestruct::Page{ 27373620: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.html"=>Awestruct::Page{ 27180980: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.html"=>Awestruct::Page{ 26959960: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.html"=>Awestruct::Page{ 26837060: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 26653420: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 26421620: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.html"=>Awestruct::Page{ 26208560: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.html"=>Awestruct::Page{ 25846900: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.html"=>Awestruct::Page{ 25772340: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.html"=>Awestruct::Page{ 25687600: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.html"=>Awestruct::Page{ 25608480: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.html"=>Awestruct::Page{ 25509060: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.html"=>Awestruct::Page{ 25405860: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 25289460: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.html"=>Awestruct::Page{ 25178280: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.html"=>Awestruct::Page{ 25052400: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html"=>Awestruct::Page{ 24944460: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html"=>Awestruct::Page{ 24843480: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.html"=>Awestruct::Page{ 24725380: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 24573160: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.html"=>Awestruct::Page{ 24406560: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html"=>Awestruct::Page{ 23492340: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.html"=>Awestruct::Page{ 23140980: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.html"=>Awestruct::Page{ 18608760: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.html"=>Awestruct::Page{ 18327320: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 18702440: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 18010520: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.html"=>Awestruct::Page{ 17674080: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 17523680: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.html"=>Awestruct::Page{ 17364340: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.html"=>Awestruct::Page{ 17145880: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.html"=>Awestruct::Page{ 16736400: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.html"=>Awestruct::Page{ 16314300: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.html"=>Awestruct::Page{ 12162380: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.html"=>Awestruct::Page{ 11267860: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.html"=>Awestruct::Page{ 10702960: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 8358180: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 7031060: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 28838240: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.html"=>Awestruct::Page{ 28647220: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 28443940: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html"=>Awestruct::Page{ 27975900: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 27765860: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.html"=>Awestruct::Page{ 27573540: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 27349780: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.html"=>Awestruct::Page{ 26901880: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.html"=>Awestruct::Page{ 26717040: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 26542340: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.html"=>Awestruct::Page{ 26260820: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html"=>Awestruct::Page{ 25877820: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.html"=>Awestruct::Page{ 25800520: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 25717200: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.html"=>Awestruct::Page{ 25634260: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 25537520: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.html"=>Awestruct::Page{ 25438840: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.html"=>Awestruct::Page{ 25324580: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.html"=>Awestruct::Page{ 25210640: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 25094680: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 24973140: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 24875200: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 24746380: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 24626860: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.html"=>Awestruct::Page{ 24452600: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 24036640: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-ā-save-date/index.html"=>Awestruct::Page{ 23706300: output_path=>/content/jenkins-user-conference-ā-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-ā-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.html"=>Awestruct::Page{ 23369820: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 19090820: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.html"=>Awestruct::Page{ 18516960: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 16542760: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 18560160: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.html"=>Awestruct::Page{ 17891680: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.html"=>Awestruct::Page{ 17591600: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.html"=>Awestruct::Page{ 17460340: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 17304440: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 16970120: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.html"=>Awestruct::Page{ 16572680: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.html"=>Awestruct::Page{ 12573800: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.html"=>Awestruct::Page{ 11793120: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.html"=>Awestruct::Page{ 11117060: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 8908960: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.html"=>Awestruct::Page{ 7524280: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.html"=>Awestruct::Page{ 28543800: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.html"=>Awestruct::Page{ 28741740: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 28531680: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 28344420: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 28142220: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.html"=>Awestruct::Page{ 27949980: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.html"=>Awestruct::Page{ 27763920: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 27569520: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html"=>Awestruct::Page{ 27346340: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html"=>Awestruct::Page{ 27169600: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html"=>Awestruct::Page{ 26939880: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 26807200: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html"=>Awestruct::Page{ 26613440: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 26379980: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html"=>Awestruct::Page{ 25909080: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html"=>Awestruct::Page{ 25828820: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html"=>Awestruct::Page{ 25749040: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html"=>Awestruct::Page{ 25661260: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html"=>Awestruct::Page{ 25566500: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 25474160: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html"=>Awestruct::Page{ 25360400: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html"=>Awestruct::Page{ 25243680: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html"=>Awestruct::Page{ 25130580: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html"=>Awestruct::Page{ 25004520: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 24897580: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.html"=>Awestruct::Page{ 24779400: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 24682080: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.html"=>Awestruct::Page{ 24478240: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.html"=>Awestruct::Page{ 24299220: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.html"=>Awestruct::Page{ 23791100: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 23465840: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 23102680: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.html"=>Awestruct::Page{ 18576380: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.html"=>Awestruct::Page{ 17799800: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.html"=>Awestruct::Page{ 18624740: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.html"=>Awestruct::Page{ 18147840: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.html"=>Awestruct::Page{ 17629300: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.html"=>Awestruct::Page{ 17492780: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.html"=>Awestruct::Page{ 17327380: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.html"=>Awestruct::Page{ 17027860: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.html"=>Awestruct::Page{ 16593380: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 12610400: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.html"=>Awestruct::Page{ 11889940: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.html"=>Awestruct::Page{ 11162720: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.html"=>Awestruct::Page{ 9005100: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.html"=>Awestruct::Page{ 7629300: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.html"=>Awestruct::Page{ 28651500: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 28448780: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.html"=>Awestruct::Page{ 28250000: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.html"=>Awestruct::Page{ 28065060: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.html"=>Awestruct::Page{ 27853140: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html"=>Awestruct::Page{ 27348300: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 27170980: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.html"=>Awestruct::Page{ 26940740: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 26807580: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.html"=>Awestruct::Page{ 26612820: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.html"=>Awestruct::Page{ 26378740: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html"=>Awestruct::Page{ 25907020: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.html"=>Awestruct::Page{ 25826300: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.html"=>Awestruct::Page{ 25743240: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 25523320: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.html"=>Awestruct::Page{ 25416200: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html"=>Awestruct::Page{ 25298980: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.html"=>Awestruct::Page{ 25184860: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 25057120: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.html"=>Awestruct::Page{ 24946920: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.html"=>Awestruct::Page{ 24844400: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.html"=>Awestruct::Page{ 24723920: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.html"=>Awestruct::Page{ 24569520: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 24382820: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html"=>Awestruct::Page{ 23917340: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 23620600: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 23251140: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.html"=>Awestruct::Page{ 18699600: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 18400880: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.html"=>Awestruct::Page{ 18782080: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.html"=>Awestruct::Page{ 18323980: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.html"=>Awestruct::Page{ 11419160: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 17541400: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 17380940: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.html"=>Awestruct::Page{ 17175680: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 16750300: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 16329560: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.html"=>Awestruct::Page{ 12177480: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 11267280: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.html"=>Awestruct::Page{ 10691120: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.html"=>Awestruct::Page{ 8329140: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 6929740: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 28820560: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.html"=>Awestruct::Page{ 28592100: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.html"=>Awestruct::Page{ 28421620: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.html"=>Awestruct::Page{ 28209140: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.html"=>Awestruct::Page{ 28013640: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 27809580: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 27298260: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.html"=>Awestruct::Page{ 27104540: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.html"=>Awestruct::Page{ 26916540: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.html"=>Awestruct::Page{ 26740900: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.html"=>Awestruct::Page{ 26545660: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.html"=>Awestruct::Page{ 26261960: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.html"=>Awestruct::Page{ 25876980: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 25797300: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.html"=>Awestruct::Page{ 25710640: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.html"=>Awestruct::Page{ 25627620: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.html"=>Awestruct::Page{ 25528700: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.html"=>Awestruct::Page{ 25420200: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.html"=>Awestruct::Page{ 25303100: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.html"=>Awestruct::Page{ 25187800: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.html"=>Awestruct::Page{ 25068200: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.html"=>Awestruct::Page{ 24948260: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.html"=>Awestruct::Page{ 24845700: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.html"=>Awestruct::Page{ 24723960: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.html"=>Awestruct::Page{ 24568820: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.html"=>Awestruct::Page{ 24381500: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.html"=>Awestruct::Page{ 23913300: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.html"=>Awestruct::Page{ 23599460: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.html"=>Awestruct::Page{ 23229220: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 18689340: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.html"=>Awestruct::Page{ 18376360: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html"=>Awestruct::Page{ 18756540: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.html"=>Awestruct::Page{ 18314440: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html"=>Awestruct::Page{ 17699200: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html"=>Awestruct::Page{ 17285380: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.html"=>Awestruct::Page{ 12705260: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.html"=>Awestruct::Page{ 12055700: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.html"=>Awestruct::Page{ 11213960: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.html"=>Awestruct::Page{ 9162260: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.html"=>Awestruct::Page{ 8258500: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 5940260: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.html"=>Awestruct::Page{ 28560820: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.html"=>Awestruct::Page{ 28197800: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 27732440: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.html"=>Awestruct::Page{ 27299240: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.html"=>Awestruct::Page{ 26914440: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 26537120: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.html"=>Awestruct::Page{ 25845880: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 25670440: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.html"=>Awestruct::Page{ 25466120: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.html"=>Awestruct::Page{ 25213440: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.html"=>Awestruct::Page{ 24969620: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.html"=>Awestruct::Page{ 24721200: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.html"=>Awestruct::Page{ 24351800: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.html"=>Awestruct::Page{ 23594000: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 18606060: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.html"=>Awestruct::Page{ 18616700: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.html"=>Awestruct::Page{ 17576860: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.html"=>Awestruct::Page{ 17243400: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.html"=>Awestruct::Page{ 16315040: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.html"=>Awestruct::Page{ 11180140: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.html"=>Awestruct::Page{ 7748340: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.html"=>Awestruct::Page{ 8260900: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.html"=>Awestruct::Page{ 11162880: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.html"=>Awestruct::Page{ 12499920: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 16922960: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.html"=>Awestruct::Page{ 17505900: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.html"=>Awestruct::Page{ 17755100: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.html"=>Awestruct::Page{ 18787640: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 23040840: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.html"=>Awestruct::Page{ 23663740: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 24460180: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 25080800: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 25319900: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.html"=>Awestruct::Page{ 25533700: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.html"=>Awestruct::Page{ 25659180: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 25824100: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.html"=>Awestruct::Page{ 26341020: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.html"=>Awestruct::Page{ 26795480: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.html"=>Awestruct::Page{ 27191800: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 27476540: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 27888440: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 28009720: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 28098460: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 28064600: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 28170660: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 28252160: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 28210960: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 28323060: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 28280220: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 28385240: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 28491640: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 28449700: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 28553180: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation/index.html"=>Awestruct::Page{ 28873920: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 28280600: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.html"=>Awestruct::Page{ 28170880: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability/index.html"=>Awestruct::Page{ 27297540: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale/index.html"=>Awestruct::Page{ 26501520: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 25807160: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.html"=>Awestruct::Page{ 25757780: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 25439680: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 25412520: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.html"=>Awestruct::Page{ 25348160: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing/index.html"=>Awestruct::Page{ 24861900: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 24328960: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.html"=>Awestruct::Page{ 23891040: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations/index.html"=>Awestruct::Page{ 18391300: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html"=>Awestruct::Page{ 17867380: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 17366160: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli/index.html"=>Awestruct::Page{ 17123000: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.html"=>Awestruct::Page{ 11249740: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes/index.html"=>Awestruct::Page{ 28835880: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins/index.html"=>Awestruct::Page{ 27946300: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console/index.html"=>Awestruct::Page{ 27169740: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security/index.html"=>Awestruct::Page{ 26228020: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration/index.html"=>Awestruct::Page{ 25614360: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools/index.html"=>Awestruct::Page{ 25174420: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users/index.html"=>Awestruct::Page{ 24727460: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up/index.html"=>Awestruct::Page{ 23619720: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 16597600: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.html"=>Awestruct::Page{ 18761540: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring/index.html"=>Awestruct::Page{ 17405420: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security/index.html"=>Awestruct::Page{ 12214700: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef/index.html"=>Awestruct::Page{ 8318900: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet/index.html"=>Awestruct::Page{ 28424500: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders/index.html"=>Awestruct::Page{ 27627280: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 27065160: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started/index.html"=>Awestruct::Page{ 26896500: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.html"=>Awestruct::Page{ 25852620: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile/index.html"=>Awestruct::Page{ 25420360: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch/index.html"=>Awestruct::Page{ 24941720: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview/index.html"=>Awestruct::Page{ 24472880: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries/index.html"=>Awestruct::Page{ 23622900: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax/index.html"=>Awestruct::Page{ 18151680: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code/index.html"=>Awestruct::Page{ 16731200: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 11308360: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 11250300: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 11180840: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 11150920: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 11105280: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 11055720: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 11003080: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 10692160: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 9223520: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 9012540: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 8912980: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 8818320: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 8704900: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 8580780: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 8436680: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 8305860: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 7705660: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 7534240: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 7412440: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 7075040: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 6787120: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 6939760: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 6000220: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 5891780: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 28542080: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 28892260: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 28880280: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 28871340: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 28825240: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 28789700: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 28779400: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 28710540: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 28666940: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 28656180: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 28646460: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 28592700: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 28555380: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 28537000: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 28527040: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 28509380: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 28473480: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 28447300: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 28425900: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 28390160: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 28345100: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.html"=>Awestruct::Page{ 28223420: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins/index.html"=>Awestruct::Page{ 27546180: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 27318700: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet/index.html"=>Awestruct::Page{ 27214520: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.html"=>Awestruct::Page{ 26422940: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java/index.html"=>Awestruct::Page{ 25694060: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python/index.html"=>Awestruct::Page{ 25279980: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby/index.html"=>Awestruct::Page{ 24837800: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 24042720: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints/index.html"=>Awestruct::Page{ 23854540: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.html"=>Awestruct::Page{ 18341780: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api/index.html"=>Awestruct::Page{ 17536440: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.html"=>Awestruct::Page{ 16371720: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples/index.html"=>Awestruct::Page{ 11070520: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.html"=>Awestruct::Page{ 5924420: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector/index.html"=>Awestruct::Page{ 28558240: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible/index.html"=>Awestruct::Page{ 27902680: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor/index.html"=>Awestruct::Page{ 27256940: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory/index.html"=>Awestruct::Page{ 26579580: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier/index.html"=>Awestruct::Page{ 25792920: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub/index.html"=>Awestruct::Page{ 25496100: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman/index.html"=>Awestruct::Page{ 25125260: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh/index.html"=>Awestruct::Page{ 24746920: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding/index.html"=>Awestruct::Page{ 23792160: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier/index.html"=>Awestruct::Page{ 18492280: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification/index.html"=>Awestruct::Page{ 17761460: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves/index.html"=>Awestruct::Page{ 17128740: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow/index.html"=>Awestruct::Page{ 11663700: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext/index.html"=>Awestruct::Page{ 28547820: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager/index.html"=>Awestruct::Page{ 28171680: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep/index.html"=>Awestruct::Page{ 27543560: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling/index.html"=>Awestruct::Page{ 26912540: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger/index.html"=>Awestruct::Page{ 26230280: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git/index.html"=>Awestruct::Page{ 25666300: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest/index.html"=>Awestruct::Page{ 25341100: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin/index.html"=>Awestruct::Page{ 24945700: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat/index.html"=>Awestruct::Page{ 24486840: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html"=>Awestruct::Page{ 23158840: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher/index.html"=>Awestruct::Page{ 18561320: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request/index.html"=>Awestruct::Page{ 17380480: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html"=>Awestruct::Page{ 16417280: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin/index.html"=>Awestruct::Page{ 10693340: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira/index.html"=>Awestruct::Page{ 28738320: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging/index.html"=>Awestruct::Page{ 28019280: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html"=>Awestruct::Page{ 27332260: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps/index.html"=>Awestruct::Page{ 26652660: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes/index.html"=>Awestruct::Page{ 25784820: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner/index.html"=>Awestruct::Page{ 25444980: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources/index.html"=>Awestruct::Page{ 25051380: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon/index.html"=>Awestruct::Page{ 24685400: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost/index.html"=>Awestruct::Page{ 23688340: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder/index.html"=>Awestruct::Page{ 18403980: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader/index.html"=>Awestruct::Page{ 17649640: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline/index.html"=>Awestruct::Page{ 16422400: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4/index.html"=>Awestruct::Page{ 5888120: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor/index.html"=>Awestruct::Page{ 28251240: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws/index.html"=>Awestruct::Page{ 27568460: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step/index.html"=>Awestruct::Page{ 26718240: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath/index.html"=>Awestruct::Page{ 25858800: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step/index.html"=>Awestruct::Page{ 25560820: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step/index.html"=>Awestruct::Page{ 18295180: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven/index.html"=>Awestruct::Page{ 17562940: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step/index.html"=>Awestruct::Page{ 16729000: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition/index.html"=>Awestruct::Page{ 11115520: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step/index.html"=>Awestruct::Page{ 28871660: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps/index.html"=>Awestruct::Page{ 28017580: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog/index.html"=>Awestruct::Page{ 27351140: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline/index.html"=>Awestruct::Page{ 26717140: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier/index.html"=>Awestruct::Page{ 25853020: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector/index.html"=>Awestruct::Page{ 24993960: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand/index.html"=>Awestruct::Page{ 24619160: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack/index.html"=>Awestruct::Page{ 23532200: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend/index.html"=>Awestruct::Page{ 16567220: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent/index.html"=>Awestruct::Page{ 17565080: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter/index.html"=>Awestruct::Page{ 16727080: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion/index.html"=>Awestruct::Page{ 11106220: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert/index.html"=>Awestruct::Page{ 28785320: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper/index.html"=>Awestruct::Page{ 28117780: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber/index.html"=>Awestruct::Page{ 27376500: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud/index.html"=>Awestruct::Page{ 26624200: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps/index.html"=>Awestruct::Page{ 41804940: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib/index.html"=>Awestruct::Page{ 43495360: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps/index.html"=>Awestruct::Page{ 43839480: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step/index.html"=>Awestruct::Page{ 44267880: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch/index.html"=>Awestruct::Page{ 44241700: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step/index.html"=>Awestruct::Page{ 53258540: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents/index.html"=>Awestruct::Page{ 53739200: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment/index.html"=>Awestruct::Page{ 54044840: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment/index.html"=>Awestruct::Page{ 54377800: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world/index.html"=>Awestruct::Page{ 54714000: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post/index.html"=>Awestruct::Page{ 55016280: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps/index.html"=>Awestruct::Page{ 55347060: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts/index.html"=>Awestruct::Page{ 55686740: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19/index.html"=>Awestruct::Page{ 56028500: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32/index.html"=>Awestruct::Page{ 56352120: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7/index.html"=>Awestruct::Page{ 56670420: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide/index.html"=>Awestruct::Page{ 56888840: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate/index.html"=>Awestruct::Page{ 57221040: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download/index.html"=>Awestruct::Page{ 57345820: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 57540940: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 57580380: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 57597700: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 57590480: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 57608180: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 57617700: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 57646400: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 57639380: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 57676300: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 57685820: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 57703540: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 57696720: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 57706260: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 57723980: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.html"=>Awestruct::Page{ 57751520: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout/index.html"=>Awestruct::Page{ 57877060: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 58026560: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 58044160: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 58053700: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 58071300: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 58080840: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 58074040: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 58091780: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 58120400: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 58137920: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 58130900: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 58148640: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 58158200: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 58175940: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 58185480: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 58203220: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 58196420: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 58214160: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 58223700: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 58252100: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 58269600: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 58262580: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 58280100: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 58289420: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 58307140: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 58316680: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 58334420: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 58327620: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 58345340: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 58354880: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 58372620: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 58390320: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 58399840: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 58393020: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 58410760: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 58420280: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 58451300: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 58460420: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 58488540: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 58505860: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 58523180: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 58515960: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README/index.html"=>Awestruct::Page{ 58577980: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 58699400: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 58716700: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 58734020: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 58743340: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 58760840: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 58754040: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 58771760: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 58781280: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 58799000: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 58808540: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 58826280: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 58819480: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 58837200: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 58846720: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 58875520: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 58868700: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 58886440: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 58911800: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 58929340: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 58938680: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 58956220: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 58973740: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 58966740: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 58976100: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 58993620: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 59002960: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 59020500: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 59038040: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 59047380: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 59040360: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 59057900: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 59067220: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 59084720: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 59102240: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 59111580: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 59129080: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 59122060: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 59131400: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 59148920: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 59166420: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 59175740: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 59193280: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 59202620: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 59195620: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 59213140: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 59230660: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 59240000: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 59257520: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 59275040: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 59284380: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 59277380: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 59294920: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 59304280: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 59321820: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 59350140: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 59343120: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 59360640: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 59369960: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 59387480: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 59405000: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 59408860: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 59426380: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 59435700: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 59453200: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 59470720: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 59480240: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 59497960: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 59491160: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 59515060: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 59543320: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 59560640: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 59572560: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 59581680: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 59609660: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 59626980: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 59644300: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 59678000: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 59670780: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 59690260: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 59699380: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 59708500: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 59725820: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 59743120: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 59752240: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 59745020: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 59762340: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 59790600: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 59807920: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 59835540: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 59820080: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 59853780: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 59862900: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 59872020: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 59881160: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 59898480: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 59915800: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 59908580: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 59952160: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 59961300: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 59970420: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 59979540: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 59988660: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 60005980: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 59998760: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 60016080: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 60025200: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 60042520: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 60051640: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 60068940: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 60086260: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 60114680: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 60133480: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 60150780: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 60168100: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 60177220: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 60186340: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 60179120: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 60188240: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 60197360: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 60214680: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 60223800: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 60241120: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 60258440: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 60267560: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 60284880: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 60277660: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 60322340: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 60331360: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 60335200: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 60355180: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 60372500: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 60389820: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 60399140: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 60392120: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 60409640: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 60426920: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 60436000: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 60453280: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 60462360: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 60479620: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 60496900: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 60505980: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 60498720: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 60534880: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 60544000: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 60561300: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 60570420: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 60587740: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 60615380: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 60624500: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 60633620: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 60642740: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 60651860: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 60669180: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 60661960: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 60671080: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 60688400: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 60705920: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 60733200: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 60742340: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 60759660: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 60752440: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 60769760: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 60778900: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 60796220: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 60805340: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 60822660: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 60839980: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 60849100: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 60866420: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 60870160: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 60887460: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 60914960: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 60907740: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 60925040: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 60942360: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 60951480: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 60968780: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 60977900: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 60995220: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 61012520: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 61021640: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 61049680: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 61058800: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 61067940: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 61077060: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 61086180: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 61114500: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 61123620: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61142700: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61151840: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61169160: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 61161940: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 61179260: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61188400: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 61205720: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 61223040: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 61232180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 61249500: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 61266820: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61275960: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 61303980: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 61313120: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 61322240: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 61331360: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 61340480: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 61368600: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 61377720: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 61386840: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 61395980: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 61405300: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 61432920: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 61442040: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 61451160: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 61460280: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 61477600: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 61486720: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 61504020: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 61513140: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 61505920: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 61523440: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 61540940: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 61585300: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 61594420: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 61603560: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 61596340: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 61605460: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 61650120: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 61659240: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 61668560: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 61672000: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 61689320: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 61698440: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 61715760: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 61724900: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 61753020: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 61762160: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 61771280: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 61780400: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 61784240: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 61820420: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 61829540: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 61846860: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 61855980: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 61873280: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 61901400: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 61910520: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 61919640: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 61928780: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 61932000: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 61949180: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 61958300: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 61975500: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 61992800: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 62001920: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 62029700: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 62022480: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 62039800: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 62057120: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 62066240: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 62083560: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 62100880: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 62104320: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 62121640: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 62130780: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 62148100: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 62165420: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 62174980: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 62192720: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 62185920: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 62203660: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 62248160: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 62257500: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 62266820: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 62259800: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 62269120: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 62278440: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 62295960: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 62313480: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 62317340: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 62334860: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 62344180: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 62361680: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 62379200: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 62388740: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 62406460: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 62399640: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 62409180: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 62426920: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 62444640: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 62454180: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 62471920: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 62465100: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 62482820: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html"=>Awestruct::Page{ 62492700: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects/index.html"=>Awestruct::Page{ 62758020: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 62968440: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 62973540: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 63128240: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 63146580: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.html"=>Awestruct::Page{ 63213380: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 63451200: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.html"=>Awestruct::Page{ 63463980: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.html"=>Awestruct::Page{ 63713620: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.html"=>Awestruct::Page{ 63910160: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.html"=>Awestruct::Page{ 64041660: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.html"=>Awestruct::Page{ 64164960: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.html"=>Awestruct::Page{ 64288280: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.html"=>Awestruct::Page{ 64419760: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.html"=>Awestruct::Page{ 64543060: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.html"=>Awestruct::Page{ 64666360: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.html"=>Awestruct::Page{ 64797880: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.html"=>Awestruct::Page{ 64921180: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.html"=>Awestruct::Page{ 65028120: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.html"=>Awestruct::Page{ 65151400: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.html"=>Awestruct::Page{ 65282920: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.html"=>Awestruct::Page{ 65406220: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.html"=>Awestruct::Page{ 65529540: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.html"=>Awestruct::Page{ 65661000: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.html"=>Awestruct::Page{ 65784320: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.html"=>Awestruct::Page{ 65915820: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.html"=>Awestruct::Page{ 66039120: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.html"=>Awestruct::Page{ 66162400: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.html"=>Awestruct::Page{ 66293900: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.html"=>Awestruct::Page{ 66417220: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.html"=>Awestruct::Page{ 66540540: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.html"=>Awestruct::Page{ 66672020: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.html"=>Awestruct::Page{ 66795320: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.html"=>Awestruct::Page{ 66926840: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.html"=>Awestruct::Page{ 67050160: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.html"=>Awestruct::Page{ 67173460: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.html"=>Awestruct::Page{ 67033620: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.html"=>Awestruct::Page{ 66599760: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.html"=>Awestruct::Page{ 66157780: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.html"=>Awestruct::Page{ 65715700: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.html"=>Awestruct::Page{ 65223380: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.html"=>Awestruct::Page{ 64780880: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.html"=>Awestruct::Page{ 64347020: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.html"=>Awestruct::Page{ 63905020: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.html"=>Awestruct::Page{ 63475920: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.html"=>Awestruct::Page{ 63106920: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.html"=>Awestruct::Page{ 62680680: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.html"=>Awestruct::Page{ 62401020: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.html"=>Awestruct::Page{ 62211040: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.html"=>Awestruct::Page{ 62004180: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.html"=>Awestruct::Page{ 61822420: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.html"=>Awestruct::Page{ 61648540: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.html"=>Awestruct::Page{ 61450640: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.html"=>Awestruct::Page{ 61260660: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.html"=>Awestruct::Page{ 61062720: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.html"=>Awestruct::Page{ 60864060: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.html"=>Awestruct::Page{ 60674120: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.html"=>Awestruct::Page{ 60492360: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.html"=>Awestruct::Page{ 60318740: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.html"=>Awestruct::Page{ 60120100: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.html"=>Awestruct::Page{ 59913480: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.html"=>Awestruct::Page{ 59723260: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.html"=>Awestruct::Page{ 59533800: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.html"=>Awestruct::Page{ 59335600: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.html"=>Awestruct::Page{ 59128580: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.html"=>Awestruct::Page{ 58937860: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.html"=>Awestruct::Page{ 58756300: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.html"=>Awestruct::Page{ 58459340: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.html"=>Awestruct::Page{ 58244260: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.html"=>Awestruct::Page{ 58054320: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.html"=>Awestruct::Page{ 57684820: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.html"=>Awestruct::Page{ 57422120: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.html"=>Awestruct::Page{ 57004000: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.html"=>Awestruct::Page{ 56553580: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.html"=>Awestruct::Page{ 56135960: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.html"=>Awestruct::Page{ 55710140: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.html"=>Awestruct::Page{ 55226840: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.html"=>Awestruct::Page{ 54792920: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.html"=>Awestruct::Page{ 54342460: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.html"=>Awestruct::Page{ 53883740: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.html"=>Awestruct::Page{ 53441420: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.html"=>Awestruct::Page{ 52729140: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.html"=>Awestruct::Page{ 52147960: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.html"=>Awestruct::Page{ 51722400: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.html"=>Awestruct::Page{ 51288700: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.html"=>Awestruct::Page{ 47633660: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.html"=>Awestruct::Page{ 45913740: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.html"=>Awestruct::Page{ 43341880: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.html"=>Awestruct::Page{ 44169140: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.html"=>Awestruct::Page{ 43439940: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.html"=>Awestruct::Page{ 28316620: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.html"=>Awestruct::Page{ 27406760: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.html"=>Awestruct::Page{ 26580200: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.html"=>Awestruct::Page{ 25700200: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.html"=>Awestruct::Page{ 25255880: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.html"=>Awestruct::Page{ 25019720: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.html"=>Awestruct::Page{ 24772880: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.html"=>Awestruct::Page{ 24446440: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.html"=>Awestruct::Page{ 23684720: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.html"=>Awestruct::Page{ 18683620: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.html"=>Awestruct::Page{ 18641720: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.html"=>Awestruct::Page{ 17590420: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.html"=>Awestruct::Page{ 17262400: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.html"=>Awestruct::Page{ 16310620: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.html"=>Awestruct::Page{ 11153060: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.html"=>Awestruct::Page{ 10739180: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.html"=>Awestruct::Page{ 12280060: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.html"=>Awestruct::Page{ 16869620: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.html"=>Awestruct::Page{ 17442920: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.html"=>Awestruct::Page{ 17688120: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.html"=>Awestruct::Page{ 18824800: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.html"=>Awestruct::Page{ 18733820: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.html"=>Awestruct::Page{ 23579180: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.html"=>Awestruct::Page{ 24459140: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.html"=>Awestruct::Page{ 24699180: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.html"=>Awestruct::Page{ 24982740: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.html"=>Awestruct::Page{ 25217160: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.html"=>Awestruct::Page{ 25623600: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.html"=>Awestruct::Page{ 26244940: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.html"=>Awestruct::Page{ 27137000: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.html"=>Awestruct::Page{ 28267400: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.html"=>Awestruct::Page{ 43425800: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.html"=>Awestruct::Page{ 44186340: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.html"=>Awestruct::Page{ 47691820: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.html"=>Awestruct::Page{ 45963720: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.html"=>Awestruct::Page{ 47430520: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.html"=>Awestruct::Page{ 51304420: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.html"=>Awestruct::Page{ 51632460: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.html"=>Awestruct::Page{ 52099840: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.html"=>Awestruct::Page{ 52616240: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.html"=>Awestruct::Page{ 53132440: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.html"=>Awestruct::Page{ 53837020: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.html"=>Awestruct::Page{ 54377460: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.html"=>Awestruct::Page{ 54713220: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.html"=>Awestruct::Page{ 55245660: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.html"=>Awestruct::Page{ 55597580: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.html"=>Awestruct::Page{ 56088960: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.html"=>Awestruct::Page{ 56449440: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.html"=>Awestruct::Page{ 56891780: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.html"=>Awestruct::Page{ 57432080: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.html"=>Awestruct::Page{ 57643980: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.html"=>Awestruct::Page{ 58010760: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.html"=>Awestruct::Page{ 58246540: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.html"=>Awestruct::Page{ 58482180: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.html"=>Awestruct::Page{ 58719240: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.html"=>Awestruct::Page{ 58954720: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.html"=>Awestruct::Page{ 59084240: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.html"=>Awestruct::Page{ 59320220: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.html"=>Awestruct::Page{ 59449360: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.html"=>Awestruct::Page{ 59693560: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.html"=>Awestruct::Page{ 59855860: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.html"=>Awestruct::Page{ 60148960: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.html"=>Awestruct::Page{ 60262620: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.html"=>Awestruct::Page{ 60392420: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.html"=>Awestruct::Page{ 60668540: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.html"=>Awestruct::Page{ 60798320: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.html"=>Awestruct::Page{ 61083460: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.html"=>Awestruct::Page{ 61220960: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.html"=>Awestruct::Page{ 61366940: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.html"=>Awestruct::Page{ 61619020: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.html"=>Awestruct::Page{ 61765280: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.html"=>Awestruct::Page{ 62042240: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.html"=>Awestruct::Page{ 62171760: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.html"=>Awestruct::Page{ 62309220: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.html"=>Awestruct::Page{ 62676400: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.html"=>Awestruct::Page{ 62954720: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.html"=>Awestruct::Page{ 63470380: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.html"=>Awestruct::Page{ 63810260: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.html"=>Awestruct::Page{ 64415000: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.html"=>Awestruct::Page{ 64733060: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.html"=>Awestruct::Page{ 65297760: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.html"=>Awestruct::Page{ 65731700: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.html"=>Awestruct::Page{ 66107180: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.html"=>Awestruct::Page{ 66605900: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.html"=>Awestruct::Page{ 66981340: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.html"=>Awestruct::Page{ 45035040: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.html"=>Awestruct::Page{ 47042500: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.html"=>Awestruct::Page{ 43667760: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.html"=>Awestruct::Page{ 44085380: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.html"=>Awestruct::Page{ 44845720: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.html"=>Awestruct::Page{ 47843260: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.html"=>Awestruct::Page{ 45523100: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.html"=>Awestruct::Page{ 45849720: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.html"=>Awestruct::Page{ 44840980: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.html"=>Awestruct::Page{ 46421080: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.html"=>Awestruct::Page{ 67047700: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.html"=>Awestruct::Page{ 46787520: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.html"=>Awestruct::Page{ 66668880: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.html"=>Awestruct::Page{ 46991160: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.html"=>Awestruct::Page{ 66405680: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.html"=>Awestruct::Page{ 66340020: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.html"=>Awestruct::Page{ 66101380: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.html"=>Awestruct::Page{ 47792220: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.html"=>Awestruct::Page{ 65846760: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.html"=>Awestruct::Page{ 65558960: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.html"=>Awestruct::Page{ 43579760: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.html"=>Awestruct::Page{ 65221620: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.html"=>Awestruct::Page{ 43889520: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.html"=>Awestruct::Page{ 64909640: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.html"=>Awestruct::Page{ 51097180: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.html"=>Awestruct::Page{ 64605360: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.html"=>Awestruct::Page{ 51308780: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.html"=>Awestruct::Page{ 64284300: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.html"=>Awestruct::Page{ 64210460: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.html"=>Awestruct::Page{ 63964580: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.html"=>Awestruct::Page{ 63839320: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.html"=>Awestruct::Page{ 51514960: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.html"=>Awestruct::Page{ 63475040: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.html"=>Awestruct::Page{ 51612220: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.html"=>Awestruct::Page{ 63195580: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.html"=>Awestruct::Page{ 51677300: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.html"=>Awestruct::Page{ 62965080: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.html"=>Awestruct::Page{ 62842100: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.html"=>Awestruct::Page{ 51797800: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.html"=>Awestruct::Page{ 62488200: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.html"=>Awestruct::Page{ 51567160: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.html"=>Awestruct::Page{ 62387320: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.html"=>Awestruct::Page{ 52032180: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.html"=>Awestruct::Page{ 62295680: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.html"=>Awestruct::Page{ 52161440: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.html"=>Awestruct::Page{ 62204220: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.html"=>Awestruct::Page{ 52429660: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.html"=>Awestruct::Page{ 62103720: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.html"=>Awestruct::Page{ 62062280: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.html"=>Awestruct::Page{ 52705800: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.html"=>Awestruct::Page{ 61961880: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.html"=>Awestruct::Page{ 52917200: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.html"=>Awestruct::Page{ 61870320: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.html"=>Awestruct::Page{ 53047060: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.html"=>Awestruct::Page{ 61778780: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.html"=>Awestruct::Page{ 53397460: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.html"=>Awestruct::Page{ 61687120: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.html"=>Awestruct::Page{ 53535600: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.html"=>Awestruct::Page{ 53607640: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.html"=>Awestruct::Page{ 61545520: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.html"=>Awestruct::Page{ 53860440: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.html"=>Awestruct::Page{ 61453820: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.html"=>Awestruct::Page{ 54071640: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.html"=>Awestruct::Page{ 61370240: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.html"=>Awestruct::Page{ 54233940: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.html"=>Awestruct::Page{ 61261980: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.html"=>Awestruct::Page{ 54453040: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.html"=>Awestruct::Page{ 54533980: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.html"=>Awestruct::Page{ 61128380: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.html"=>Awestruct::Page{ 54770200: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.html"=>Awestruct::Page{ 61019540: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.html"=>Awestruct::Page{ 54907860: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.html"=>Awestruct::Page{ 60928440: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.html"=>Awestruct::Page{ 55144180: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.html"=>Awestruct::Page{ 60836400: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.html"=>Awestruct::Page{ 55363200: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.html"=>Awestruct::Page{ 60736240: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.html"=>Awestruct::Page{ 55501380: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.html"=>Awestruct::Page{ 55671400: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.html"=>Awestruct::Page{ 60618940: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.html"=>Awestruct::Page{ 55825920: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.html"=>Awestruct::Page{ 60502920: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.html"=>Awestruct::Page{ 56110840: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.html"=>Awestruct::Page{ 60411200: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.html"=>Awestruct::Page{ 56240140: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.html"=>Awestruct::Page{ 60327500: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.html"=>Awestruct::Page{ 56476380: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.html"=>Awestruct::Page{ 56647140: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.html"=>Awestruct::Page{ 60185380: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.html"=>Awestruct::Page{ 56800900: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.html"=>Awestruct::Page{ 60085020: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.html"=>Awestruct::Page{ 57028980: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.html"=>Awestruct::Page{ 59985260: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.html"=>Awestruct::Page{ 57256940: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.html"=>Awestruct::Page{ 59893420: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.html"=>Awestruct::Page{ 57468120: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.html"=>Awestruct::Page{ 59801680: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.html"=>Awestruct::Page{ 59751900: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.html"=>Awestruct::Page{ 57964680: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.html"=>Awestruct::Page{ 59675860: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.html"=>Awestruct::Page{ 62575140: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.html"=>Awestruct::Page{ 59560060: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.html"=>Awestruct::Page{ 62827680: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.html"=>Awestruct::Page{ 59451520: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.html"=>Awestruct::Page{ 63039000: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.html"=>Awestruct::Page{ 59360140: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.html"=>Awestruct::Page{ 59309740: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.html"=>Awestruct::Page{ 63371860: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.html"=>Awestruct::Page{ 59218040: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.html"=>Awestruct::Page{ 63567060: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.html"=>Awestruct::Page{ 59125740: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.html"=>Awestruct::Page{ 63769400: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.html"=>Awestruct::Page{ 59033460: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.html"=>Awestruct::Page{ 64112100: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.html"=>Awestruct::Page{ 64257620: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.html"=>Awestruct::Page{ 58891700: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.html"=>Awestruct::Page{ 64518920: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.html"=>Awestruct::Page{ 58800180: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.html"=>Awestruct::Page{ 64868980: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.html"=>Awestruct::Page{ 58699460: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.html"=>Awestruct::Page{ 65129960: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.html"=>Awestruct::Page{ 58476660: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.html"=>Awestruct::Page{ 58359600: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.html"=>Awestruct::Page{ 58267360: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.html"=>Awestruct::Page{ 58174420: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.html"=>Awestruct::Page{ 58074600: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.html"=>Awestruct::Page{ 57744000: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.html"=>Awestruct::Page{ 57643200: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.html"=>Awestruct::Page{ 57543460: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.html"=>Awestruct::Page{ 57214180: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.html"=>Awestruct::Page{ 56935120: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.html"=>Awestruct::Page{ 56507400: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.html"=>Awestruct::Page{ 56138020: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.html"=>Awestruct::Page{ 55792760: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.html"=>Awestruct::Page{ 55455700: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.html"=>Awestruct::Page{ 55011920: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.html"=>Awestruct::Page{ 54707620: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.html"=>Awestruct::Page{ 54371040: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.html"=>Awestruct::Page{ 53960620: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.html"=>Awestruct::Page{ 53648300: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.html"=>Awestruct::Page{ 53016140: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.html"=>Awestruct::Page{ 52237220: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.html"=>Awestruct::Page{ 51720020: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.html"=>Awestruct::Page{ 51284760: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.html"=>Awestruct::Page{ 44231140: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.html"=>Awestruct::Page{ 47893400: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.html"=>Awestruct::Page{ 47394140: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.html"=>Awestruct::Page{ 46903060: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.html"=>Awestruct::Page{ 46395560: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.html"=>Awestruct::Page{ 46035580: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.html"=>Awestruct::Page{ 45552660: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.html"=>Awestruct::Page{ 44979620: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.html"=>Awestruct::Page{ 44357440: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.html"=>Awestruct::Page{ 43350260: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.html"=>Awestruct::Page{ 46848640: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.html"=>Awestruct::Page{ 45505600: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.html"=>Awestruct::Page{ 43335140: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.html"=>Awestruct::Page{ 46103380: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.html"=>Awestruct::Page{ 43759880: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.html"=>Awestruct::Page{ 44266540: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.html"=>Awestruct::Page{ 43839160: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.html"=>Awestruct::Page{ 43486520: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.html"=>Awestruct::Page{ 41764820: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.html"=>Awestruct::Page{ 42772880: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.html"=>Awestruct::Page{ 42855220: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.html"=>Awestruct::Page{ 42298580: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.html"=>Awestruct::Page{ 42241680: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.html"=>Awestruct::Page{ 41291800: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.html"=>Awestruct::Page{ 28843480: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.html"=>Awestruct::Page{ 28640000: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.html"=>Awestruct::Page{ 28420820: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.html"=>Awestruct::Page{ 28199760: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.html"=>Awestruct::Page{ 27979360: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.html"=>Awestruct::Page{ 27765020: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.html"=>Awestruct::Page{ 27568080: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.html"=>Awestruct::Page{ 27320040: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.html"=>Awestruct::Page{ 27118700: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.html"=>Awestruct::Page{ 26920440: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.html"=>Awestruct::Page{ 26739460: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.html"=>Awestruct::Page{ 26539760: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.html"=>Awestruct::Page{ 26253400: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.html"=>Awestruct::Page{ 25866120: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.html"=>Awestruct::Page{ 25782920: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.html"=>Awestruct::Page{ 25691700: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.html"=>Awestruct::Page{ 25599300: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.html"=>Awestruct::Page{ 25498720: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.html"=>Awestruct::Page{ 25379400: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.html"=>Awestruct::Page{ 25247700: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.html"=>Awestruct::Page{ 25131920: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.html"=>Awestruct::Page{ 25000260: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.html"=>Awestruct::Page{ 24888160: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.html"=>Awestruct::Page{ 24769440: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.html"=>Awestruct::Page{ 24632840: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.html"=>Awestruct::Page{ 24449900: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.html"=>Awestruct::Page{ 23997940: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.html"=>Awestruct::Page{ 23662660: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.html"=>Awestruct::Page{ 23280320: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.html"=>Awestruct::Page{ 18717620: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.html"=>Awestruct::Page{ 18398320: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.html"=>Awestruct::Page{ 18757740: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.html"=>Awestruct::Page{ 18311640: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.html"=>Awestruct::Page{ 17678020: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.html"=>Awestruct::Page{ 17515760: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.html"=>Awestruct::Page{ 17335100: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.html"=>Awestruct::Page{ 17023220: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.html"=>Awestruct::Page{ 16584100: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.html"=>Awestruct::Page{ 12568440: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.html"=>Awestruct::Page{ 11661680: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.html"=>Awestruct::Page{ 11052180: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.html"=>Awestruct::Page{ 8631540: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code/index.html"=>Awestruct::Page{ 42951600: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html"=>Awestruct::Page{ 41343120: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines/index.html"=>Awestruct::Page{ 42372260: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins/index.html"=>Awestruct::Page{ 42901260: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 42691340: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press/index.html"=>Awestruct::Page{ 42735060: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean/index.html"=>Awestruct::Page{ 41750680: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc/index.html"=>Awestruct::Page{ 46301900: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.html"=>Awestruct::Page{ 44794580: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot/index.html"=>Awestruct::Page{ 46326720: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure/index.html"=>Awestruct::Page{ 47805560: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest/index.html"=>Awestruct::Page{ 43751340: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam/index.html"=>Awestruct::Page{ 44656860: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.html"=>Awestruct::Page{ 45133480: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs/index.html"=>Awestruct::Page{ 44896000: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout/index.html"=>Awestruct::Page{ 45561800: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins/index.html"=>Awestruct::Page{ 45711720: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144/index.html"=>Awestruct::Page{ 45918760: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security/index.html"=>Awestruct::Page{ 45363480: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 46452440: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 46536700: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 46561800: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 46586920: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 46603840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 46596220: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 46629520: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 46654620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 46663340: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 46704840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 46713560: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 46746860: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 46771980: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 46797080: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 46814000: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 46855500: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 46864220: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 46881120: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 46922600: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 46939520: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 46956440: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 46948820: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 46982120: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 47015420: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 47024140: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 47065620: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 47074340: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 47099460: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 47132760: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 47149680: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 47174780: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 47199900: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 47225020: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 47241940: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 47283440: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 47293900: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 47302840: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 47344540: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 47353460: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 47386960: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 47420460: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 47437580: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 47462880: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 47496380: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 47513500: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 47506080: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 47515000: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 47556680: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 47573980: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 47599480: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 47624980: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 47653620: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 47778000: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 47787120: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 47812640: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 47838160: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 47871860: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 47942220: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 47983780: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 47992700: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 48026080: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 48059580: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 48076580: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 48101900: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 41819260: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 43794260: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 43786720: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 43795640: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 43452200: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 44132860: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 44141660: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 44281660: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 44290460: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 44192780: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 44209900: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 44218700: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 44227620: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 43867800: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 43860380: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 43877380: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 51078760: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 51398980: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 51440560: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 51473940: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 51417340: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 51589980: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 51623480: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 51665060: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 51731340: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 51789300: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 51781880: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 51536740: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 51938880: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 51947680: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 51989260: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 52039140: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 52047940: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 52089520: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 52155800: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 52393980: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 52410960: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 52469040: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 52543380: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 52535840: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 52544780: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 52602740: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 52578900: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 52743360: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 52940700: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 52957700: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 52999400: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 53057360: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 53074480: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 53116060: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 53452440: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 53444680: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 53510940: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 53560700: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 53610600: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 53758660: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 53816740: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 53891080: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 54088420: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 54146380: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 54163380: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 54213260: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 54484200: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 54493120: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 54485580: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 54535460: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 54732800: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 54807260: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 54865200: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 55046160: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 55120500: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 55170400: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 55179200: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 55392920: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 55401720: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 55467980: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 55460440: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 55510200: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 55527320: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 55724540: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 55839840: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 55848760: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 55898520: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 56079360: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 56153820: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 56211780: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 56376360: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 56393360: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 56385820: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 56427520: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 56493680: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 56691020: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 56708000: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 56765960: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 56815840: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 56824640: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 57013800: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 57071880: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 57228140: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 57237060: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 57229520: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 57279280: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 57525760: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 57837660: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 57936680: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 57953800: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 58003560: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 65246020: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 65263140: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 65271940: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 65379040: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 65387960: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 65380420: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 65397540: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 65496460: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 65505380: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 65522380: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 65596720: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 65622020: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 65639000: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 65647920: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 65738660: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 65755780: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 65764580: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 65871680: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 65864260: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 65873060: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 65890060: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 65989100: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 66006080: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 66015000: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 66113920: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 66131020: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 66139820: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 66246940: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 66255860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 66272860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 66265320: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 66364360: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 66381360: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 66390180: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 66489220: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 66506220: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 66515160: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 66622260: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 66631180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 66648180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 66747080: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 66764200: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 66756660: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 66765460: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 66872680: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 66881500: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 66898500: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 66997540: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 67006360: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 67023480: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 67097820: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 67123120: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 67140120: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 67149040: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 67149660: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 67141260: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 67133560: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 67117500: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 67093260: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 67019980: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 67004060: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 66996200: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 66898260: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 66882600: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 66874720: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 66768400: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 66760400: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 66744220: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 66646360: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 66630320: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 66622840: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 66516680: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 66508940: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 66492900: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 66395060: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 66387180: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 66371260: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 66363440: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 66265480: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 66249280: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 66241420: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 66135380: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 66127520: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 66111580: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 66013720: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 66006260: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 65990200: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 65892340: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 65876400: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 65868260: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 65761940: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 65754200: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 65738300: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 65648780: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 65641040: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 65624980: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 65600840: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 65527440: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 65519740: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 65503700: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 65495960: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 65398100: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 65381920: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 65374040: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 65267980: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 65260240: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 65244320: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 58002940: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 57954500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 57938440: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 57840460: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 57529580: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 57284120: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 57235160: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 57227060: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 57072120: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 57015120: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 56827040: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 56819500: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 56812000: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 56707700: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 55852680: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 55388440: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 54539380: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 53890840: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 53074040: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 52605600: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 52085540: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 44282540: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 47868820: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 47655380: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 47489800: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 47278880: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 46709620: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 46512320: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 46449740: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 46434460: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 45345040: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 45296600: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 45280960: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 45986400: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 45921800: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 45881220: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 45792020: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 45719220: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android/index.html"=>Awestruct::Page{ 45518700: output_path=>/solutions/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c/index.html"=>Awestruct::Page{ 44613700: output_path=>/solutions/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker/index.html"=>Awestruct::Page{ 47647400: output_path=>/solutions/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded/index.html"=>Awestruct::Page{ 44576860: output_path=>/solutions/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github/index.html"=>Awestruct::Page{ 41718760: output_path=>/solutions/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java/index.html"=>Awestruct::Page{ 42843020: output_path=>/solutions/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline/index.html"=>Awestruct::Page{ 42201080: output_path=>/solutions/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python/index.html"=>Awestruct::Page{ 64507980: output_path=>/solutions/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby/index.html"=>Awestruct::Page{ 63121440: output_path=>/solutions/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 57472960: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 56109040: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "sitemap.xml"=>Awestruct::Page{ 11105480: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html"=>Awestruct::Page{ 45274900: output_path=>/node/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/2.html"=>Awestruct::Page{ 41082360: output_path=>/node/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/3.html"=>Awestruct::Page{ 47969380: output_path=>/node/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/4.html"=>Awestruct::Page{ 55028360: output_path=>/node/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/5.html"=>Awestruct::Page{ 42361080: output_path=>/node/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/6.html"=>Awestruct::Page{ 55375640: output_path=>/node/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/7.html"=>Awestruct::Page{ 45215080: output_path=>/node/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/8.html"=>Awestruct::Page{ 46154620: output_path=>/node/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/9.html"=>Awestruct::Page{ 43391060: output_path=>/node/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/10.html"=>Awestruct::Page{ 44748200: output_path=>/node/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/11.html"=>Awestruct::Page{ 41460520: output_path=>/node/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/12.html"=>Awestruct::Page{ 63609120: output_path=>/node/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/13.html"=>Awestruct::Page{ 56455080: output_path=>/node/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/14.html"=>Awestruct::Page{ 54060800: output_path=>/node/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/15.html"=>Awestruct::Page{ 51805620: output_path=>/node/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/16.html"=>Awestruct::Page{ 46945400: output_path=>/node/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/17.html"=>Awestruct::Page{ 45468500: output_path=>/node/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/18.html"=>Awestruct::Page{ 45851000: output_path=>/node/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/19.html"=>Awestruct::Page{ 46577720: output_path=>/node/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/20.html"=>Awestruct::Page{ 55152220: output_path=>/node/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/21.html"=>Awestruct::Page{ 51488100: output_path=>/node/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/22.html"=>Awestruct::Page{ 43703180: output_path=>/node/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/23.html"=>Awestruct::Page{ 42848640: output_path=>/node/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/24.html"=>Awestruct::Page{ 57976520: output_path=>/node/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/25.html"=>Awestruct::Page{ 53574880: output_path=>/node/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/26.html"=>Awestruct::Page{ 43856540: output_path=>/node/page/26.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/27.html"=>Awestruct::Page{ 44868760: output_path=>/node/page/27.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/28.html"=>Awestruct::Page{ 40342780: output_path=>/node/page/28.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/29.html"=>Awestruct::Page{ 67026100: output_path=>/node/page/29.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/30.html"=>Awestruct::Page{ 66515800: output_path=>/node/page/30.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/31.html"=>Awestruct::Page{ 66013400: output_path=>/node/page/31.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/32.html"=>Awestruct::Page{ 65593360: output_path=>/node/page/32.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/33.html"=>Awestruct::Page{ 57841300: output_path=>/node/page/33.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/34.html"=>Awestruct::Page{ 56495700: output_path=>/node/page/34.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/35.html"=>Awestruct::Page{ 55513440: output_path=>/node/page/35.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/36.html"=>Awestruct::Page{ 54489500: output_path=>/node/page/36.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/37.html"=>Awestruct::Page{ 53449740: output_path=>/node/page/37.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/38.html"=>Awestruct::Page{ 52467060: output_path=>/node/page/38.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/39.html"=>Awestruct::Page{ 51731980: output_path=>/node/page/39.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/40.html"=>Awestruct::Page{ 44222520: output_path=>/node/page/40.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/41.html"=>Awestruct::Page{ 48099480: output_path=>/node/page/41.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/42.html"=>Awestruct::Page{ 47815060: output_path=>/node/page/42.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/43.html"=>Awestruct::Page{ 47506560: output_path=>/node/page/43.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/44.html"=>Awestruct::Page{ 47221520: output_path=>/node/page/44.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/45.html"=>Awestruct::Page{ 46937380: output_path=>/node/page/45.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/46.html"=>Awestruct::Page{ 46661520: output_path=>/node/page/46.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/47.html"=>Awestruct::Page{ 45361340: output_path=>/node/page/47.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/48.html"=>Awestruct::Page{ 44894940: output_path=>/node/page/48.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/49.html"=>Awestruct::Page{ 43735520: output_path=>/node/page/49.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/50.html"=>Awestruct::Page{ 44730420: output_path=>/node/page/50.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/51.html"=>Awestruct::Page{ 41686840: output_path=>/node/page/51.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/52.html"=>Awestruct::Page{ 42370500: output_path=>/node/page/52.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/53.html"=>Awestruct::Page{ 39490940: output_path=>/node/page/53.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/54.html"=>Awestruct::Page{ 64111060: output_path=>/node/page/54.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/55.html"=>Awestruct::Page{ 63115360: output_path=>/node/page/55.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/56.html"=>Awestruct::Page{ 57524060: output_path=>/node/page/56.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/57.html"=>Awestruct::Page{ 56642460: output_path=>/node/page/57.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/58.html"=>Awestruct::Page{ 55671000: output_path=>/node/page/58.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/rss.xml"=>Awestruct::Page{ 59819460: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/node/tags/blueocean/index.html"=>Awestruct::Page{ 59130200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/index.html"=>Awestruct::Page{ 58940560: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/2.html"=>Awestruct::Page{ 58772580: output_path=>/node/tags/pipeline/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/3.html"=>Awestruct::Page{ 58502500: output_path=>/node/tags/pipeline/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/4.html"=>Awestruct::Page{ 58329660: output_path=>/node/tags/pipeline/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/5.html"=>Awestruct::Page{ 58172560: output_path=>/node/tags/pipeline/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/freestyle/index.html"=>Awestruct::Page{ 57740660: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/index.html"=>Awestruct::Page{ 57547700: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/2.html"=>Awestruct::Page{ 56956020: output_path=>/node/tags/plugins/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/3.html"=>Awestruct::Page{ 56277840: output_path=>/node/tags/plugins/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/4.html"=>Awestruct::Page{ 55772860: output_path=>/node/tags/plugins/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/5.html"=>Awestruct::Page{ 55012840: output_path=>/node/tags/plugins/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/6.html"=>Awestruct::Page{ 54417700: output_path=>/node/tags/plugins/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/conditional-build-step/index.html"=>Awestruct::Page{ 53691780: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/index.html"=>Awestruct::Page{ 52238960: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/2.html"=>Awestruct::Page{ 51138680: output_path=>/node/tags/development/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/3.html"=>Awestruct::Page{ 46980700: output_path=>/node/tags/development/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/4.html"=>Awestruct::Page{ 45124860: output_path=>/node/tags/development/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/5.html"=>Awestruct::Page{ 47291840: output_path=>/node/tags/development/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/6.html"=>Awestruct::Page{ 48115180: output_path=>/node/tags/development/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/7.html"=>Awestruct::Page{ 43997680: output_path=>/node/tags/development/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/java8/index.html"=>Awestruct::Page{ 43831400: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/upgrade/index.html"=>Awestruct::Page{ 41764420: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/index.html"=>Awestruct::Page{ 41189220: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/2.html"=>Awestruct::Page{ 28590520: output_path=>/node/tags/event/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/3.html"=>Awestruct::Page{ 28246800: output_path=>/node/tags/event/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/index.html"=>Awestruct::Page{ 27849200: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/page/2.html"=>Awestruct::Page{ 27452420: output_path=>/node/tags/jenkinsworld/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/index.html"=>Awestruct::Page{ 27078200: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/2.html"=>Awestruct::Page{ 26715900: output_path=>/node/tags/core/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/3.html"=>Awestruct::Page{ 26275820: output_path=>/node/tags/core/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/4.html"=>Awestruct::Page{ 25835580: output_path=>/node/tags/core/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/5.html"=>Awestruct::Page{ 25691460: output_path=>/node/tags/core/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/6.html"=>Awestruct::Page{ 25530340: output_path=>/node/tags/core/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/7.html"=>Awestruct::Page{ 25345500: output_path=>/node/tags/core/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/8.html"=>Awestruct::Page{ 25136240: output_path=>/node/tags/core/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/9.html"=>Awestruct::Page{ 24926220: output_path=>/node/tags/core/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/security/index.html"=>Awestruct::Page{ 24675480: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lifx/index.html"=>Awestruct::Page{ 24066200: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/index.html"=>Awestruct::Page{ 23407380: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/page/2.html"=>Awestruct::Page{ 18541780: output_path=>/node/tags/jam/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/index.html"=>Awestruct::Page{ 18623460: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/page/2.html"=>Awestruct::Page{ 17633940: output_path=>/node/tags/jenkins2/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/azure/index.html"=>Awestruct::Page{ 17343360: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/index.html"=>Awestruct::Page{ 16610480: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/page/2.html"=>Awestruct::Page{ 11941220: output_path=>/node/tags/gsoc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/continuousdelivery/index.html"=>Awestruct::Page{ 9232220: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppet/index.html"=>Awestruct::Page{ 6052620: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppetenterprise/index.html"=>Awestruct::Page{ 41757620: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/index.html"=>Awestruct::Page{ 63665260: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/2.html"=>Awestruct::Page{ 42489320: output_path=>/node/tags/meetup/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/3.html"=>Awestruct::Page{ 42471360: output_path=>/node/tags/meetup/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/4.html"=>Awestruct::Page{ 42305960: output_path=>/node/tags/meetup/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/5.html"=>Awestruct::Page{ 45802200: output_path=>/node/tags/meetup/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/6.html"=>Awestruct::Page{ 46291640: output_path=>/node/tags/meetup/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/7.html"=>Awestruct::Page{ 42914000: output_path=>/node/tags/meetup/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/8.html"=>Awestruct::Page{ 63169920: output_path=>/node/tags/meetup/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/9.html"=>Awestruct::Page{ 54189280: output_path=>/node/tags/meetup/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/10.html"=>Awestruct::Page{ 51393740: output_path=>/node/tags/meetup/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/events/index.html"=>Awestruct::Page{ 44812500: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/statistics/index.html"=>Awestruct::Page{ 45452120: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/performance/index.html"=>Awestruct::Page{ 57249940: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scalability/index.html"=>Awestruct::Page{ 45889020: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/administration/index.html"=>Awestruct::Page{ 57055700: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lts/index.html"=>Awestruct::Page{ 44409020: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JAM/index.html"=>Awestruct::Page{ 45669020: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/xunit/index.html"=>Awestruct::Page{ 41596980: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nightwatch/index.html"=>Awestruct::Page{ 57498180: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/newfeatures/index.html"=>Awestruct::Page{ 52025320: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ux/index.html"=>Awestruct::Page{ 56759720: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins/index.html"=>Awestruct::Page{ 47329000: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JenkinsWorld/index.html"=>Awestruct::Page{ 41420940: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/index.html"=>Awestruct::Page{ 44310480: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/2.html"=>Awestruct::Page{ 63996200: output_path=>/node/tags/tutorial/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/3.html"=>Awestruct::Page{ 46109800: output_path=>/node/tags/tutorial/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/saucelabs/index.html"=>Awestruct::Page{ 46161800: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/selenium/index.html"=>Awestruct::Page{ 43309460: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/external-workspace-manager/index.html"=>Awestruct::Page{ 41621700: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ruby/index.html"=>Awestruct::Page{ 39908160: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/rails/index.html"=>Awestruct::Page{ 57805900: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/brakeman/index.html"=>Awestruct::Page{ 54717300: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javascript/index.html"=>Awestruct::Page{ 52111940: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nodejs/index.html"=>Awestruct::Page{ 46942360: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins_ru/index.html"=>Awestruct::Page{ 46646780: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/notifications/index.html"=>Awestruct::Page{ 42403220: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/slack/index.html"=>Awestruct::Page{ 64742380: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hipchat/index.html"=>Awestruct::Page{ 64971260: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/emailext/index.html"=>Awestruct::Page{ 45171360: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infra/index.html"=>Awestruct::Page{ 42852180: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugin/index.html"=>Awestruct::Page{ 57309480: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/index.html"=>Awestruct::Page{ 52713000: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/2.html"=>Awestruct::Page{ 45258760: output_path=>/node/tags/general/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/3.html"=>Awestruct::Page{ 40502340: output_path=>/node/tags/general/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/4.html"=>Awestruct::Page{ 52416300: output_path=>/node/tags/general/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/5.html"=>Awestruct::Page{ 66873700: output_path=>/node/tags/general/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/6.html"=>Awestruct::Page{ 66271100: output_path=>/node/tags/general/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/7.html"=>Awestruct::Page{ 65759780: output_path=>/node/tags/general/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/8.html"=>Awestruct::Page{ 65272440: output_path=>/node/tags/general/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/9.html"=>Awestruct::Page{ 57011420: output_path=>/node/tags/general/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/10.html"=>Awestruct::Page{ 56075960: output_path=>/node/tags/general/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/11.html"=>Awestruct::Page{ 55117140: output_path=>/node/tags/general/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/12.html"=>Awestruct::Page{ 53887160: output_path=>/node/tags/general/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/13.html"=>Awestruct::Page{ 52936960: output_path=>/node/tags/general/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/14.html"=>Awestruct::Page{ 51994420: output_path=>/node/tags/general/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/15.html"=>Awestruct::Page{ 51439300: output_path=>/node/tags/general/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/16.html"=>Awestruct::Page{ 44132920: output_path=>/node/tags/general/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/17.html"=>Awestruct::Page{ 47935640: output_path=>/node/tags/general/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/18.html"=>Awestruct::Page{ 47600520: output_path=>/node/tags/general/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/19.html"=>Awestruct::Page{ 47306500: output_path=>/node/tags/general/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/20.html"=>Awestruct::Page{ 47029420: output_path=>/node/tags/general/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/21.html"=>Awestruct::Page{ 46768580: output_path=>/node/tags/general/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/22.html"=>Awestruct::Page{ 46450300: output_path=>/node/tags/general/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/23.html"=>Awestruct::Page{ 45712780: output_path=>/node/tags/general/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/24.html"=>Awestruct::Page{ 44584040: output_path=>/node/tags/general/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/25.html"=>Awestruct::Page{ 46061040: output_path=>/node/tags/general/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dsl/index.html"=>Awestruct::Page{ 42839920: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/support-core/index.html"=>Awestruct::Page{ 39486180: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/usage-statistics/index.html"=>Awestruct::Page{ 63772920: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/aws/index.html"=>Awestruct::Page{ 62827460: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ec2/index.html"=>Awestruct::Page{ 57082620: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/index.html"=>Awestruct::Page{ 55891320: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/2.html"=>Awestruct::Page{ 54906720: output_path=>/node/tags/infrastructure/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/3.html"=>Awestruct::Page{ 54140120: output_path=>/node/tags/infrastructure/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/webapis/index.html"=>Awestruct::Page{ 53050540: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/testing/index.html"=>Awestruct::Page{ 52164960: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/embedded/index.html"=>Awestruct::Page{ 63344700: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/docker/index.html"=>Awestruct::Page{ 43919840: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/certification/index.html"=>Awestruct::Page{ 46790220: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hackergarten/index.html"=>Awestruct::Page{ 47849300: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scale/index.html"=>Awestruct::Page{ 66923680: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins world/index.html"=>Awestruct::Page{ 66280360: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/office hours/index.html"=>Awestruct::Page{ 65711400: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dashboard/index.html"=>Awestruct::Page{ 65034100: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/www/index.html"=>Awestruct::Page{ 64398340: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/index.html"=>Awestruct::Page{ 63834760: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/2.html"=>Awestruct::Page{ 63199240: output_path=>/node/tags/jenkinsci/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/3.html"=>Awestruct::Page{ 62685140: output_path=>/node/tags/jenkinsci/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/4.html"=>Awestruct::Page{ 62389640: output_path=>/node/tags/jenkinsci/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/5.html"=>Awestruct::Page{ 62250460: output_path=>/node/tags/jenkinsci/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/6.html"=>Awestruct::Page{ 62069880: output_path=>/node/tags/jenkinsci/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/7.html"=>Awestruct::Page{ 61922900: output_path=>/node/tags/jenkinsci/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/8.html"=>Awestruct::Page{ 61767500: output_path=>/node/tags/jenkinsci/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/index.html"=>Awestruct::Page{ 61547060: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/2.html"=>Awestruct::Page{ 61378780: output_path=>/node/tags/workflow/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/3.html"=>Awestruct::Page{ 61206540: output_path=>/node/tags/workflow/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/index.html"=>Awestruct::Page{ 61049000: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/page/2.html"=>Awestruct::Page{ 60847800: output_path=>/node/tags/cia/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/index.html"=>Awestruct::Page{ 60686900: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/2.html"=>Awestruct::Page{ 60501320: output_path=>/node/tags/guest post/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/3.html"=>Awestruct::Page{ 60346220: output_path=>/node/tags/guest post/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/index.html"=>Awestruct::Page{ 60180480: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/page/2.html"=>Awestruct::Page{ 59987620: output_path=>/node/tags/video/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/index.html"=>Awestruct::Page{ 59842040: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/2.html"=>Awestruct::Page{ 59611960: output_path=>/node/tags/just for fun/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/3.html"=>Awestruct::Page{ 59431720: output_path=>/node/tags/just for fun/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/4.html"=>Awestruct::Page{ 59259780: output_path=>/node/tags/just for fun/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/5.html"=>Awestruct::Page{ 59097440: output_path=>/node/tags/just for fun/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/index.html"=>Awestruct::Page{ 58902580: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/2.html"=>Awestruct::Page{ 58716180: output_path=>/node/tags/news/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/3.html"=>Awestruct::Page{ 58454080: output_path=>/node/tags/news/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/4.html"=>Awestruct::Page{ 58281200: output_path=>/node/tags/news/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/5.html"=>Awestruct::Page{ 58114900: output_path=>/node/tags/news/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/6.html"=>Awestruct::Page{ 57712400: output_path=>/node/tags/news/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/7.html"=>Awestruct::Page{ 57565400: output_path=>/node/tags/news/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/8.html"=>Awestruct::Page{ 57059440: output_path=>/node/tags/news/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/index.html"=>Awestruct::Page{ 56189860: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/2.html"=>Awestruct::Page{ 55580800: output_path=>/node/tags/releases/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/3.html"=>Awestruct::Page{ 54796100: output_path=>/node/tags/releases/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/index.html"=>Awestruct::Page{ 54049840: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/2.html"=>Awestruct::Page{ 53260180: output_path=>/node/tags/meta/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/3.html"=>Awestruct::Page{ 52098140: output_path=>/node/tags/meta/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/index.html"=>Awestruct::Page{ 44240280: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/2.html"=>Awestruct::Page{ 46393560: output_path=>/node/tags/feedback/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/3.html"=>Awestruct::Page{ 44439020: output_path=>/node/tags/feedback/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/4.html"=>Awestruct::Page{ 45933600: output_path=>/node/tags/feedback/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/5.html"=>Awestruct::Page{ 46624580: output_path=>/node/tags/feedback/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/6.html"=>Awestruct::Page{ 44504680: output_path=>/node/tags/feedback/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/7.html"=>Awestruct::Page{ 43784100: output_path=>/node/tags/feedback/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/screencast/index.html"=>Awestruct::Page{ 42775600: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/index.html"=>Awestruct::Page{ 28882820: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/2.html"=>Awestruct::Page{ 28474860: output_path=>/node/tags/juc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/3.html"=>Awestruct::Page{ 28117140: output_path=>/node/tags/juc/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/4.html"=>Awestruct::Page{ 27764340: output_path=>/node/tags/juc/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/5.html"=>Awestruct::Page{ 27400000: output_path=>/node/tags/juc/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/6.html"=>Awestruct::Page{ 27059040: output_path=>/node/tags/juc/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/interview/index.html"=>Awestruct::Page{ 26654980: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/index.html"=>Awestruct::Page{ 25924840: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/page/2.html"=>Awestruct::Page{ 25760800: output_path=>/node/tags/javaone/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jobs/index.html"=>Awestruct::Page{ 25593360: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/index.html"=>Awestruct::Page{ 25383340: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/page/2.html"=>Awestruct::Page{ 25155180: output_path=>/node/tags/links/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/index.html"=>Awestruct::Page{ 24923800: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/page/2.html"=>Awestruct::Page{ 24705780: output_path=>/node/tags/mailing list/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jruby/index.html"=>Awestruct::Page{ 24385980: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/s/android/index.html"=>Awestruct::Page{ 63690340: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/s/c/index.html"=>Awestruct::Page{ 54030160: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/s/docker/index.html"=>Awestruct::Page{ 67256260: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/s/embedded/index.html"=>Awestruct::Page{ 43615060: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/s/github/index.html"=>Awestruct::Page{ 67100220: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/s/java/index.html"=>Awestruct::Page{ 66487500: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/s/pipeline/index.html"=>Awestruct::Page{ 65753460: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/s/python/index.html"=>Awestruct::Page{ 57955440: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/s/ruby/index.html"=>Awestruct::Page{ 56389060: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }}>} - The environment variable that is set on the master or slave.
Type: String
userName
-
password
-
cloakedPaths (optional)
-
Paths that are cloaked will not be pulled into the local workspace during a GET
from the TFVC repository.
Check-ins that contain files only in cloaked folders (in other words, fully cloaked)
will not trigger a build,
whereas a check-in containing any path that isn’t cloaked will trigger a build.
For example, suppose the Project path is $/Example/project/path,
and the repository contains the following subfolders:
$/Example/project/path/A
$/Example/project/path/A/1
$/Example/project/path/A/2
$/Example/project/path/B
$/Example/project/path/C
Now, suppose the following paths were entered as Cloaked Paths:
$/Example/project/path/A/2
$/Example/project/path/B
…then the resulting workspace on the Jenkins server would only have the following folders:
$/Example/project/path/A
$/Example/project/path/A/1
$/Example/project/path/C
To continue with the example,
the following check-in will not trigger a build,
because it only contains changes under cloaked paths:
$/Example/project/path/A/2/alpha.txt
$/Example/project/path/A/2/second.txt
$/Example/project/path/B/bravo.txt
…whereas this check-in will trigger a build,
because it contains at least one path that isn’t cloaked:
$/Example/project/path/A/1/first.txt
$/Example/project/path/A/2/second.txt
$/Example/project/path/B/bravo.txt
Type: String
credentialsConfigurer (optional)
-
NEW since 5.1.0: Credentials for team project collections can now be configured once instead of once per job.
Credentials will be looked up in the global configuration based on the Collection URL. Make sure you have added your credentials at Jenkins > Manage Jenkins > Configure Credentials and then add Team Project Collections that are linked to their corresponding credentials at Jenkins > Manage Jenkins > Configure System.
Consult the Global Configuration section in README.md for a walkthrough.
Credentials are specified in the job. This is the legacy behavior.
Nested Choice of Objects
+$class: 'AutomaticCredentialsConfigurer'+
+$class: 'ManualCredentialsConfigurer'+
+userName+:::::
The name of the user that will be connecting to TFS/Team Services to query history, checkout files, etc.
Team Foundation Server (on-premises)
For [on-premises] Team Foundation Server, the user name can be specified in two ways:
Visual Studio Team Services (previously known as Visual Studio Online)
For Team Services, there are also two options:
Personal access tokens (recommended)
In Team Services, click your name in the top right corner and select Security.
In the Personal access tokens area, select Add.
Describe the token (use something like "Jenkins server at jenkins.example.com"), select an expiry timeframe, double-check the Team Services account the token will be valid for and, until the corresponding defect in Team Services is fixed, select All scopes.
Click [Create Token] and copy the generated personal access token to the clipboard.
Back to Jenkins, enter the e-mail address associated with your Team Services account as the User name and the generated personal access token as the User password.
In Team Services, click your name in the top right corner and select Security.
In the Alternate credentials area, select Enable alternate authentication credentials.
Enter a secondary user name and password, then click [Save].
Back to Jenkins, re-enter those credentials in the User name and User password fields.
Type: String
password:
-
localPath (optional)
-
The folder where all files will be retrieved into. The folder name is a relative path, under
the workspace of the current job.
The default setting is to retrieve the files into the workspace (ie. the workfolder is ".".
Type: String
Unity Asset Server Trigger
Starts a build when a change is detected on the unity asset server.
Configure the Postgres database with the right connection settings and the plugin will search for changes on
the server with the interval of the Crontab.
Example, if the trigger start each hour based on the crontab schedule, it will search for changes in the last hour.
Plugin developed by Marcelo Adriano Brunken
BigPoint GmbH
Germany
databaseUrl
-
Configure the Database IP Adress or Server name
Example: 127.0.0.1
Type: String
databasePort
-
Configure the Postgres Database port, default value is 10733
Type: int
instance
-
Configure the Database instance
Example: production-db
Type: String
user
-
Configure the Database User
Example: Admin
Type: String
password
-
Configure the Database User Password
Example:
LOL
*Type: String
$class: VaultSCM
serverName::::
+
Specify the hostname or IP address of the vault server.
Type: String
path
-
userName
-
password
-
repositoryName
-
vaultName
-
sslEnabled
-
useNonWorkingFolder
-
merge
-
fileTime
-
makeWritableEnabled
-
verboseEnabled
-
$class: OpenShiftImageStreams
imageStreamName:::
+
The name of the ImageStream is what shows up in the NAME column if
you dump all the ImageStream’s with the oc get is command invocation.
Type: String
tag
-
The specific image tag within the ImageStream to monitor.
Type: String
apiURL
-
namespace
-
authToken
-
verbose
-
$class: PdsConfiguration
hostPort:::
+
The host address and port number for the mainframe server. The host and port must be separated by a : character.
Type: String
filterPattern
-
Filter pattern used by the mainframe to determine which datasets to download. Multiple filters can be defined, one filter per line. Use * as wildcards.
Type: String
fileExtension
-
File extension assigned to checked-out datasets. All datasets will be assigned the same file extension. If you want to use multiple fileextensions, multiple jobs must be created.
Type: String
credentialsId
-
The available credentials to use for logging onto the host. Alternatively, click Add to add credentials using the Credentials Plugin. Refer to the Jenkins documentation for the Credentials Plugin.
Type: String
codePage
-
The code page to be used for this connection. The code page is used to translate data sent to and from the host. The default is 1047.
Type: String
$class: PerforceSCM
p4User:::
p4Passwd
-
p4Client
-
p4Port
-
projectOptions
-
p4Tool
-
p4SysRoot
-
p4SysDrive
-
p4Label
-
p4Counter
-
p4UpstreamProject
-
lineEndValue
-
p4Charset
-
p4CommandCharset
-
clientOwner
-
updateCounterValue
-
forceSync
-
dontUpdateServer
-
alwaysForceSync
-
createWorkspace
-
updateView
-
disableChangeLogOnly
-
disableSyncOnly
-
showIntegChanges
-
dontUpdateClient
-
exposeP4Passwd
-
pollOnlyOnMaster
-
slaveClientNameFormat
-
firstChange
-
fileLimit
-
browser
-
Nested Choice of Objects
$class: FishEyePerforce
url::::
$class: Perfbrowse
url::::
excludedUsers
-
excludedFiles
-
excludedFilesCaseSensitivity
-
depotType
-
value
-
p4Stream
-
clientSpec
-
projectPath
-
cleanWorkspace
-
cleanType
-
value:
-
restoreChangedDeletedFiles:
-
wipeRepoBeforeBuild
-
useViewMask
-
viewMask
-
useViewMaskForPolling
-
useViewMaskForSyncing
-
useViewMaskForChangeLog
-
$class: PerforceScm
credential:::
Select the appropriate credential for the Perforce connection.
Perforce Credentials are defined in the Jenkins Credentials plugin here.
'Perforce Password Credential' for standard username/password
authentication
'Perforce Ticket Credential' for ticket based authentication.
*Type:* String
Select the appropriate Perforce workspace behaviour from the
list. Not all modes will suit all Jenkins Job build types.
Manual
Manually define the Workspace view and sync options. Existing
workspace will by updated or a new workspace created.
Spec File
Use a pre-defined Workspace Spec file versioned in Perforce.
Static
Use a pre-defined Workspace; must already exist and have a
valid view.
Streams
Auto create/update a Streams workspace with a view determined
by the chosen stream.
Template
Auto create/update a normal workspace with a view determined
by the template workspace.
Nested Choice of Objects
+$class: 'ManualWorkspaceImpl'+
+charset+::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of the Perforce workspace to be used as the
Jenkins build workspace. If the workspace does not yet exist, the
configuration will be saved in Jenkins; the workspace is created only
when it is to be used. If the workspace exists and you are connected
to a Perforce server the auto-text fill should list suitable
workspaces; updates are only applied when the workspace is used.
Type: String
$class: SpecWorkspaceImpl
charset::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of the Perforce workspace to be used as the
Jenkins build workspace. If the workspace does not yet exist, the
configuration will be saved in Jenkins; the workspace is created only
when it is to be used. If the workspace exists and you are connected
to a Perforce server the auto-text fill should list suitable
workspaces; updates are only applied when the workspace is used.
Type: String
specPath
-
syncID (optional)
-
$class: StaticWorkspaceImpl
charset::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of an existing workspace in Perforce to be used
as the Jenkins build workspace. If connected to a Perforce server the
auto-text fill should list suitable workspaces
Type: String
$class: StreamWorkspaceImpl
charset::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the full Perforce depot path for the given stream. If
connected to a Perforce server the auto-text fill should list possible
streams.
For example: //stream-depot/main-stream
*Type:* String
Jenklin slave nodes must each use a unique Perforce workspace.
The format string configures the workspace name by substituting the
specified variables: (at least one variable must be used)
Variables can be taken from the Jenkins Environment or Parameterized builds
Type: String
$class: TemplateWorkspaceImpl
charset::::
The character set used by Jenkins when syncing files from the
Perforce server. This should be set to none unless connected to a
Unicode enabled Perforce server.
Type: String
Specify the name of an existing workspace in Perforce used to create
or update a Jenkins build workspace. If connected to a Perforce server
the auto-text fill should list suitable workspaces
Type: String
Jenklin slave nodes must each use a unique Perforce workspace.
The format string configures the workspace name by substituting the
specified variables: (at least one variable must be used)
Variables can be taken from the Jenkins Environment or Parameterized builds
Type: String
Nested Choice of Objects
$class: FilterPathImpl
path::::
Changes can be filtered to not trigger a build; if all the files
within a change match the specified path, the build is filtered.
For example, with a Filter of "
`//depot/main/tests`
":
Case A (change will be filtered):
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
`//depot/main/tests/002/test.xml`
Case B (change will not be filtered, as build.xml is
outside of the filter):
`//depot/main/src/build.xml`
`//depot/main/tests/004/test.xml`
`//depot/main/tests/005/test.xml`
*Type:* String
$class: FilterPerChangeImpl
perChange::::
$class: FilterUserImpl
user::::
Changes can be filtered to not trigger a build; if the owner of
a change matches the specified name, the build is filtered.
Type: String
$class: FilterViewMaskImpl
viewMask::::
Changes can be filtered to not trigger a build; if none of the files
within a change are contained in the view mask, the build is filtered.
For example, with a View Mask Filter of:
Case A (change will not be filtered, as index.xml is
in the view mask):
`//depot/main/tests/index.xml`
`//depot/main/tests/001/test.xml`
Case B (change will not be filtered, as index.xml is
in the view mask):
`//depot/main/test/index.xml`
`//depot/main/src/build.xml`
Case C (change will be filtered, as no file is
in the view mask):
`//depot/main/src/build.xml`
Case D (change will be filtered, as no file is
in the view mask):
`//depot/main/src/build.xml`
`//depot/main/tests/001/test.xml`
*Type:* String
Perforce will populate the workspace with the file revisions
needed for the build. The different options effect the way the
workspace is cleaned and the file revisions are updated.
Automatic Cleanup and Sync
Efficient cleaning and syncing of file revisions. Extra (non
versioned files) are removed, missing and modified files re-added. Best
for clean builds.
Force Clean and Sync
Will remove all files from under the workspace root, then
force sync the required files. Inefficient and NOT RECOMENDED.
No cleanup attempted; the sync will update all files (as CLOBBER is
set) to the required set of revisions. Best for incremental builds.
No files Sync or cleanup attempted; the Workspace's have list is updated.
Effective command 'p4 sync -k'.
Nested Choice of Objects
+$class: 'AutoCleanImpl'+
+replace+::::
+
REPLACE missing/modified files
Perforce will check out and overwrite any depot files which are either missing from workspace,
or have been modified locally.
Type: boolean
Perforce will delete any local files that are not in the depot.
Type: boolean
modtime
-
quiet
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
$class: CheckOnlyImpl
have::::
force
-
modtime
-
quiet
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
$class: ForceCleanImpl
have::::
quiet
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
$class: SyncOnlyImpl
revert::::
have
-
modtime
-
quiet
-
Suppressing info messages
Enables the -q flag for all applicable Perforce operations. Summary details will still be displayed.
Type: boolean
pin
-
Pinning a build at Perforce Label
When a build is triggered by Polling, Build Now or an external
Action, the workspace will sync only to the specified label. Any other
specified change or label will be ignored.
Supports variable expansion e.g. ${VAR}. If now is used, or a
variable that expands to now, then the latest change is used
(within the scope of the workspace view).
Type: String
parallel
-
enable:
-
path:
-
threads:
-
minfiles:
-
minbytes:
-
browser
-
Nested Choice of Objects
$class: FishEyeBrowser
url
-
rootModule
-
$class: OpenGrokBrowser
url::::
$class: P4WebBrowser
url::::
$class: SwarmBrowser
url::::
$class: PlasticSCM
selector:::
workspaceName
-
useUpdate
-
additionalWorkspaces
-
selector
-
workspaceName
-
useUpdate
-
$class: ProxySCM
projectName:::
$class: PucmScm
component:::
levelToPoll
-
loadModule
-
stream
-
newest
-
multiSite
-
testing
-
buildProject
-
$class: PvcsScm
projectRoot:::
archiveRoot
-
changeLogPrefixFudge
-
moduleDir
-
loginId
-
pvcsWorkspace
-
promotionGroup
-
versionLabel
-
cleanCopy
-
$class: RTCScm
overrideGlobal:::
+
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The build toolkit location and Jazz Repository connection can be defined globally or overridden. If not defined globally, it must be overridden.
Type: boolean
buildTool
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The RTC build toolkit to use when performing builds. The toolkits available are defined in the system configuration (with the other tools like Ant and Java).
The build toolkit is also necessary on the Master for polling and validating the job configuration unless the "Avoid using build toolkit on Master" option is enabled.
Type: String
serverURI
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The Jazz Repository connection URI for the Rational Team Concert (RTC) server
Type: String
timeout
-
<!--
/*
* Copyright (c) 2013 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The timeout period in seconds for Jazz repository requests made during the build.
Type: int
userId
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The build user id. Either credentials or a user id and password information should be supplied.
Type: String
password
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The Jazz Repository password for the build user.
The use of a password is not secure, it can be easily discovered by anyone with access to this page.
Credentials, a password file or a password should be supplied.
+ hudson.util.Secret+
passwordFile
-
<!--
/*
* Copyright (c) 2013, 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
The path to the file containing the obfuscated Jazz Repository password for the build user.
Credentials, a password file or a password should be supplied.
Type: String
credentialsId
-
<!--
/*
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
Credentials to use for the build user. A user name and password credential for the Jazz Repository should be configured.
Type: String
buildType
-
value
-
buildDefinition
-
buildWorkspace
-
buildSnapshot
-
buildStream
-
acceptBeforeLoad (optional)
-
buildSnapshotContext (optional)
-
snapshotOwnerType:
-
processAreaOfOwningStream:
-
clearLoadDirectory (optional)
-
createFoldersForComponents (optional)
-
currentSnapshotOwnerType (optional)
-
customizedSnapshotName (optional)
-
generateChangelogWithGoodBuild (optional)
-
loadDirectory (optional)
-
overrideDefaultSnapshotName (optional)
-
processArea (optional)
-
avoidUsingToolkit
-
<!--
/*
* Copyright (c) 2014 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*/
-→
Where possible avoid using the Build toolkit when performing tasks on the Master.
This is still in the experimental stage. You will require an RTC 5.0 server which
provides some of the services used.
The Build toolkit will not be used when polling RTC and terminating the RTC Build. The toolkit
is still required though. It is used for other configuration tasks on the Master
(i.e. validating the connection to RTC, the build definition or workspace).
It is also used for checkout tasks typically performed on slave nodes.
Type: boolean
$class: RepoScm
manifestRepositoryUrl:::
currentBranch (optional)
-
depth (optional)
-
destinationDir (optional)
-
forceSync (optional)
-
ignoreProjects (optional)
-
jobs (optional)
-
localManifest (optional)
-
manifestBranch (optional)
-
manifestFile (optional)
-
manifestGroup (optional)
-
mirrorDir (optional)
-
noTags (optional)
-
quiet (optional)
-
repoUrl (optional)
-
resetFirst (optional)
-
showAllChanges (optional)
-
trace (optional)
-
$class: SCLMSCM
server:::
port
-
userID
-
password
-
JESINTERFACELEVEL1
-
project
-
alternate
-
group
-
types
-
custJobStep
-
JobStep
-
custJobHeader
-
JobHeader
-
$class: ShellScriptSCM
checkoutShell:::
pollingShell
-
useCheckoutForPolling
-
$class: SimpleClearCaseSCM
loadRules:::
+
Specify the paths to the source code inside of ClearCase VOBS. one Path for each line.
/vobs/structure/package/product/subproduct
/vobs/structure/package/product/anothersubproduct.
Type: String
viewname
-
The viewname which has a configured config spec. This is external to the plugin as
the way the config spec can be configured in many different ways. From updating the config spec
dynamically with fixed intervals to having a constant one throughout a full project life time.
Type: String
branch
-
Specify which branch to follow. Not mandatory. If not set then all branches
will be followed, i.e you will get notifications about changes in branches
which your config specification isn’t related to.
Example value: main, dev etc.
*Type:* String
filter
-
Filters out mkbranch and rmbranch messages in lshistory. These changes isn’t
relevant if you are tracking source files in a specific branch.
Type: boolean
$class: StarTeamSCM
hostname:::
port
-
projectname
-
viewname
-
foldername
-
username
-
password
-
labelname
-
promotionstate
-
$class: StoreSCM
scriptName:::
repositoryName
-
Specify the name of the Store repository to be checked. It is assumed that
the Smalltalk image being run by the
"script" property will contain any necessary repository definitions.
Type: String
pundles
-
List the names of the top-level pundles (bundles and/or packages) to check
for changes.
All listed pundles and their recursive prerequisites will be checked.
Array/List
pundleType
-
name
-
versionRegex
-
Specify a Regex11-style regular expression that specifies which pundle
versions to consider
when checking for changes. Examples:
.+ (the default) will match any version string
\d+ will match any integer version number
(7.9\s*-\s*)?\d+ will match any integer version number with
an optional "7.9 - " prefix
*Type:* String
minimumBlessingLevel
-
Choose the minimum Store blessing level that should be considered. Pundle
versions with a lower
blessing level will be ignored.
Type: String
generateParcelBuilderInputFile
-
Check this if Jenkins should generate an input file for ParcelBuilder or a
similar tool.
A ParcelBuilder input file specifies the type, name, and version of all of
the Pundles
that are part of the current build.
Type: boolean
parcelBuilderInputFilename
-
The name of the file, relative to the Jenkins workspace directory, where the
input file
for ParcelBuilder will be written.
Type: String
Checks out the source code from Subversion repositories. See
post-commit hook set up for improved turn-around time and
performance in polling.
remote
-
credentialsId
-
local
-
Specify a local directory (relative to the workspace root)
where this module is checked out. If left empty, the last path component of the URL
is used as the default, just like the svn CLI.
A single period (.) may be used to check out the project directly
into the workspace rather than into a subdirectory.
Type: String
depthOption
-
--depth option for checkout and update commands. Default value is infinity.
empty includes only the immediate target of the operation, not any of its file or directory children.
files includes the immediate target of the operation and any of its immediate file children.
immediates includes the immediate target of the operation and any of its immediate file or directory children. The directory children will themselves be empty.
infinity includes the immediate target, its file and directory children, its children's children, and so on to full recursion.
as-it-is takes the working depth from the current working copy, allows for setting update depth manually using --set-depth option.
More information can be found
here.
*Type:* String
ignoreExternalsOption
-
"--ignore-externals" option will be used with svn checkout, svn update commands to disable externals definition processing.
More information can be found
here.
Note: there is the potential to leverage `svn:externals` to gain read access to the entire
Subversion repository. This can happen if you follow the normal practice of giving Jenkins
credentials with read access to the entire Subversion repository. You will also need to provide the credentials
to use when checking/polling out the svn:externals using the Additional Credentials option.
*Type:* boolean
workspaceUpdater
-
Nested Choice of Objects
$class: CheckoutUpdater
$class: UpdateUpdater
$class: UpdateWithCleanUpdater
$class: UpdateWithRevertUpdater
browser
-
Nested Choice of Objects
$class: Assembla
spaceName
-
$class: BacklogRepositoryBrowser
url::::
+
Set the project URL of Repository Browser used with this project. Sample of URL are shown below.
When no value is set, project of "Backlog URL" set above is used.
Type: String
$class: GoogleCodeRepositoryBrowser
$class: PolarionRepositoryBrowser
url::::
$class: RedmineRepositoryBrowser
repositoryId::::
$class: TeamForge
connectionFactory::::
url:
-
This should be the URL of your CollabNet TeamForge site. It should be of the form https://forge.collab.net.
Type: String
username:
-
The user who will upload the files.
Type: String
password:
-
The password for the user specified above. If incorrectly given, the login to the CollabNet TeamForge server will fail.
Type: String
project
-
repo
-
$class: TracRepositoryBrowser
$class: ViewVCRepositoryBrowser
url::::
$class: WebSVN2RepositoryBrowser
url::::
excludedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or
folders in this list when determining if a build needs to be triggered.
Each exclusion uses regular expression pattern matching, and must be separated by a new line.
/trunk/myapp/src/main/web/.*\.html
/trunk/myapp/src/main/web/.*\.jpeg
/trunk/myapp/src/main/web/.*\.gif
The example above illustrates that if only html/jpeg/gif files have been committed to
the SCM a build will not occur.
More information on regular expressions can be found
here.
*Type:* String
excludedUsers
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions committed by users in this list when determining if a build needs to be triggered. This can be used to exclude commits done by the build itself from triggering another build, assuming the build server commits the change with a distinct SCM user.
Each exclusion uses literal pattern matching, and must be separated by a new line.
The example above illustrates that if only revisions by "auto_build_user" have been committed to the SCM a build will not occur.
*Type:* String
excludedRevprop
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions
that are marked with the given revision property (revprop) when determining if
a build needs to be triggered. This can be used to exclude commits done by the
build itself from triggering another build, assuming the build server commits
the change with the correct revprop.
This type of exclusion only works with Subversion 1.5 servers and newer.
More information on revision properties can be found
here.
Type: String
excludedCommitMessages
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any revisions
with commit messages containing any of the given regular expressions when
determining if a build needs to be triggered.
Type: String
includedRegions
-
If set, and Jenkins is set to poll for changes, Jenkins will ignore any files and/or
folders that are not in this list when determining if a build needs to be triggered.
Each inclusion uses regular expression pattern matching, and must be separated by a new line.
This is useful when you need to check out an entire resource for building, but only want to do
the build when a subset has changed.
/trunk/myapp/c/library1/.*
/trunk/myapp/c/library2/.*
If /trunk/myapp is checked out, the build will only occur when there are changes to
either the c/library1 and c/library2 subtrees.
If there are also excluded regions specified, then a file is not ignored when it is in
the included list and not in the excluded list.
More information on regular expressions can be found
here.
*Type:* String
ignoreDirPropChanges
-
If set, Jenkins ignores svn-property only changes of directories.
These changes are ignored when determining whether a build should be triggered and are removed from a
build’s changeset.
Main usage of this property is to ignore svn:mergeinfo changes (which would otherwise e.g. lead to a complete rebuild
of a maven project, in spite of incremental build option).
Type: boolean
filterChangelog
-
If set Jenkins will apply the same inclusion and exclusion patterns for displaying changelog entries as it does for polling for changes.
If this is disabled, changes which are excluded for polling are still displayed in the changelog.
Type: boolean
additionalCredentials
-
If there are additional credentials required in order to obtain a complete checkout of the source, they can be
provided here.
The realm is how the repository self-identifies to a client. It usually has the following format:
<proto://host:port> Realm Name
`proto` is the protocol, e.g. `http` or `svn`.
`host` is the host how it's accessed by Jenkins, e.g. as IP address `192.168.1.100`, host name `svnserver`, or host name and domain `svn.example.org`.
`port` is the port, even if not explicitly specified. By default, this is `80` for HTTP, `443` for HTTPS, 3690 for the `svn` protocol.
`Realm Name` is how the repository self-identifies. Common options include `VisualSVN Server`, `Subversion Authentication` or the UUID of the repository.
To find out the realm, you could do any of the following:
If you access the repository via HTTP or HTTPS: Open the repo in a web browser without saved credentials. It will use the `Realm Name` (see above) in the authentication dialog.
Use the command line `svn` program.
If you don't have stored the credentials, run e.g. `svn info https://svnserver/repo` and it will tell you the realm when asking you to enter a password, e.g.: Authentication realm: <svn://svnserver:3690> VisualSVN Server.
If you have already stored the credentials to access the repository, look for the realm name in one of the files in `~/.subversion/auth/svn/simple`; it will be two lines below the line `svn:realmstring`
Make sure to enter the realm exactly as shown, starting with a <.
Array/List
realm
-
This is the realm that the SvnKit library associates with a specific checkout. For most Subversion servers this
will typically be of the format <scheme://hostname(:port)/path...>
Type: String
credentialsId
-
Select the credential from the list of relevant credentials in order to use that credential for checking out
the source code.
Type: String
$class: SurroundSCM
rsaKeyPath:::
server
-
serverPort
-
userName
-
password
-
branch
-
repository
-
surroundSCMExecutable
-
includeOutput
-
$class: SynergySCM
project:::
database
-
release
-
purpose
-
username
-
password
-
engine
-
oldProject
-
baseline
-
oldBaseline
-
ccmHome
-
remoteClient
-
detectConflict
-
replaceSubprojects
-
checkForUpdateWarnings
-
leaveSessionOpen
-
maintainWorkarea
-
checkTaskModifiedObjects
-
$class: TeamFoundationServerScm
serverUrl:::
+
NEW since 5.1.0: This field now allows you to select from a list that is built from the values configured under Team Project Collections at Jenkins > Manage Jenkins > Configure System.
If you are using Team Services, please omit the `/DefaultCollection`.
Examples:
`http://tfs.example.com:8080/tfs/DefaultCollection`
`https://tfs.example.com:8080/tfs/CustomCollection`
`https://fabrikam-fiber-inc.visualstudio.com`
Learn more about team project collections at MSDN.
Historically, this field was labeled "Server URL" because earlier versions of TFS did not support team project collections.
*Type:* String
projectPath
-
The name of the project as it is registered on the server.
Type: String
workspaceName
-
The name of the Workspace under which the source should be retrieved. This workspace is
created as needed. You can normally
omit the property unless you want to name a workspace to avoid conflicts
on the server (i.e. when you have multiple projects on one server talking
to TFS/Team Services)
The default value is to create a workspace named Hudson-${JOB_NAME}. The TFS plugin for Jenkins
supports the following macros that are replaced in the workspace name:
${JOB_NAME} - The name of the job.
${USER_NAME} - The user name that the Hudson server or slave is running as.
${NODE_NAME} - The name of the node/slave that the plugin currently is executed on.
Note that this is not the hostname, this value is Hudson configured name of the slave/node.
${:encoding=>"UTF-8", :interpolate=>false, :scss=>{:line_numbers=>true, :style=>"expanded"}, :sass=>{:line_numbers=>true, :style=>"expanded"}, :content_syntax=>{"coffee"=>"coffeescript", "md"=>"markdown", "mkd"=>"markdown", "org"=>"orgmod", "adoc"=>"asciidoc", "ad"=>"asciidoc"}, :haml=>AStruct<{:attr_wrapper=>"\"", :escape_attrs=>:once, :format=>:xhtml, :ugly=>true, :escape_html=>false}>, :"haml|html"=>AStruct<{:format=>:html5}>, :slim=>{:sort_attrs=>false, :disable_escape=>true, :format=>:xhtml}, :"slim|html"=>{:format=>:html}, :asciidoctor=>AStruct<{:backend=>"html5", :safe=>"unsafe", :attributes=>{"imagesdir"=>"/images@", "stylesdir"=>"/stylesheets", "compat-mode"=>"@", "attribute-missing"=>"warn", "relfileprefix"=>"../", "outfilesuffix"=>"/", "idprefix"=>"", "idseparator"=>"-", "icons"=>"font", "sectanchors"=>"", "linkattrs"=>"", "source-highlighter"=>"coderay", "coderay-css"=>"style", "prewrap"=>nil, "fragment"=>"", "notitle"=>"", "site-encoding"=>"UTF-8@", "site-interpolate"=>"false@", "site-profile"=>"rtyler@", "site-base_url"=>"https://rtyler.github.io/jenkins.io@", "site-local_tz"=>"UTC@", "site-base_title"=>"Jenkins@", "env"=>Site{:dir=>/home/tyler/source/github/jenkins-infra/jenkins.io/content}, "env-site"=>true, "awestruct-version"=>"0.5.7", "docdir"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps", "docfile"=>"/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc", "docname"=>"workflow-scm-step", "docdate"=>"2017-01-31", "doctime"=>"15:12:26 PST", "docdatetime"=>"2017-01-31 15:12:26 PST", "page-interpolate"=>"false@", "page-layout"=>"simplepage@", "page-title"=>"workflow-scm-step@", "page-tags"=>"[#/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 59130200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>]@", "page-author"=>"@", "page-slug"=>"blueocean-dev-log-jan2@", "page-lastmod"=>"2017-01-31@", "page-priority"=>"0.1@", "page-change_frequency"=>"never@", "page-url"=>"/doc/pipeline/steps/workflow-scm-step/@", "page-section"=>"doc@", "page-doctitle"=>"workflow-scm-step@", "page-authors"=>"[AStruct<{:name=>\"\", :email=>\"jenkinsci-users@googlegroups.com\"}>]@", "page-notitle"=>"true@"}, :base_dir=>nil}>, :textile=>{:no_span_caps=>true}, :generation=>AStruct<{:in_theads=>40, "in_threads"=>0, :mutex=>#, :return_results=>true}>, :profile=>"rtyler", :base_url=>"https://rtyler.github.io/jenkins.io", :local_tz=>"UTC", :base_title=>"Jenkins", :google_analytics=>AStruct<{"anonymizeIp"=>true, "account"=>"UA-4216293-5"}>, :deploy=>{"host"=>"github_pages", "branch"=>"gh-pages"}, :posts=>[Awestruct::Page{ 16333400: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 17346560: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 23056900: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 25031780: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 25355180: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 6795740: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, Awestruct::Page{ 11216440: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 7087740: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27014080: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 27779400: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, Awestruct::Page{ 23957220: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 24694500: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, Awestruct::Page{ 24974700: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, Awestruct::Page{ 25291040: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 24425760: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], :posts_archive=>#{1=>{20=>[Awestruct::Page{ 16333400: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }], 19=>[Awestruct::Page{ 17346560: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], 17=>[Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 23056900: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], 13=>[Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }], 12=>[Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }], 11=>[Awestruct::Page{ 25031780: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }], 10=>[Awestruct::Page{ 25355180: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }]}}, 2016=>{12=>{31=>[Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }], 20=>[Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], 19=>[Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }], 10=>[Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }], 9=>[Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }]}, 11=>{22=>[Awestruct::Page{ 6795740: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], 21=>[Awestruct::Page{ 11216440: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], 16=>[Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }], 13=>[Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }], 12=>[Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }], 11=>[Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }]}, 10=>{31=>[Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], 18=>[Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }], 16=>[Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }], 29=>[Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }], 27=>[Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }], 24=>[Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }], 20=>[Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }], 19=>[Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }], 9=>[Awestruct::Page{ 7087740: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }], 8=>[Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }], 7=>[Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }], 6=>[Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }], 1=>[Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }], 30=>[Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }], 29=>[Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }], 26=>[Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }], 24=>[Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }], 22=>[Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }], 17=>[Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27014080: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }], 11=>[Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], 10=>[Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], 9=>[Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }], 8=>[Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], 3=>[Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }], 19=>[Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }], 18=>[Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], 14=>[Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }], 7=>[Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }], 1=>[Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }]}, 6=>{30=>[Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], 29=>[Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }], 21=>[Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }], 16=>[Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }], 15=>[Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], 14=>[Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], 13=>[Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], 10=>[Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], 1=>[Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }]}, 5=>{31=>[Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }], 26=>[Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }], 25=>[Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }], 23=>[Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }], 18=>[Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }], 17=>[Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], 12=>[Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], 11=>[Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }], 10=>[Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }]}, 4=>{26=>[Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }], 22=>[Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }], 21=>[Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], 15=>[Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }], 14=>[Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], 11=>[Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }], 7=>[Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }], 1=>[Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }]}, 3=>{30=>[Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }], 24=>[Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }], 21=>[Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }], 18=>[Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }], 15=>[Awestruct::Page{ 27779400: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], 11=>[Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }], 3=>[Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], 2=>[Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }]}, 2=>{29=>[Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], 24=>[Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], 19=>[Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }], 6=>[Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], 26=>[Awestruct::Page{ 23957220: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }], 10=>[Awestruct::Page{ 24694500: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], 7=>[Awestruct::Page{ 24974700: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }], 5=>[Awestruct::Page{ 25291040: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], 4=>[Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }]}}, 2015=>{12=>{21=>[Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }], 18=>[Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }], 17=>[Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }], 16=>[Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }], 9=>[Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }], 3=>[Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }], 2=>[Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }]}, 11=>{16=>[Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }], 11=>[Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }], 6=>[Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }], 4=>[Awestruct::Page{ 24425760: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }], 3=>[Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }], 1=>[Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }]}, 10=>{30=>[Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }], 29=>[Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }], 28=>[Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }], 27=>[Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }], 25=>[Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }], 19=>[Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }], 9=>[Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }], 2=>[Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }], 1=>[Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }]}, 9=>{30=>[Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }], 29=>[Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }], 19=>[Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], 7=>[Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }], 3=>[Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }], 1=>[Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }], 28=>[Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }], 25=>[Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }], 24=>[Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }], 20=>[Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }], 18=>[Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }], 13=>[Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }], 10=>[Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }], 5=>[Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }], 4=>[Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }], 3=>[Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }], 29=>[Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }], 28=>[Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }], 25=>[Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }], 24=>[Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }], 23=>[Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }], 15=>[Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }], 14=>[Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }], 9=>[Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }], 16=>[Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }], 15=>[Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }], 9=>[Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }], 8=>[Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }], 3=>[Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }], 2=>[Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }], 1=>[Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }]}, 5=>{20=>[Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }], 18=>[Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }], 14=>[Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }], 7=>[Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }], 22=>[Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }], 13=>[Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }], 6=>[Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }]}, 3=>{25=>[Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }], 17=>[Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }], 6=>[Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }], 3=>[Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }]}, 2=>{25=>[Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }], 24=>[Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }], 19=>[Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }], 9=>[Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }]}, 1=>{27=>[Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }]}}, 2014=>{12=>{17=>[Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }], 3=>[Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }]}, 10=>{20=>[Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }], 15=>[Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }], 6=>[Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }]}, 9=>{25=>[Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }], 24=>[Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }], 17=>[Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }], 2=>[Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }]}, 8=>{28=>[Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }], 12=>[Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }], 11=>[Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }]}, 7=>{30=>[Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }], 28=>[Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }], 18=>[Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }], 9=>[Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }], 8=>[Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }], 3=>[Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }], 1=>[Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }]}, 6=>{20=>[Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }], 19=>[Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }], 16=>[Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }], 11=>[Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }], 10=>[Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }], 9=>[Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }], 6=>[Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }], 5=>[Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }], 3=>[Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }]}, 5=>{30=>[Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }], 27=>[Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }], 19=>[Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }], 8=>[Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }], 18=>[Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }], 16=>[Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }], 15=>[Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }], 11=>[Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }], 9=>[Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }], 4=>[Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }], 1=>[Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }]}, 3=>{21=>[Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }], 19=>[Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }]}, 1=>{25=>[Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }]}}, 2013=>{12=>{5=>[Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }], 4=>[Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }]}, 11=>{25=>[Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }], 20=>[Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }], 17=>[Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }], 8=>[Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }]}, 10=>{18=>[Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }], 9=>[Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }]}, 9=>{23=>[Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }], 16=>[Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }], 11=>[Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }], 9=>[Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }], 5=>[Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }]}, 8=>{1=>[Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }]}, 7=>{31=>[Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }], 24=>[Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }], 11=>[Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }], 1=>[Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }]}, 6=>{21=>[Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }]}, 5=>{22=>[Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }], 17=>[Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }], 6=>[Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }]}, 4=>{30=>[Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }], 25=>[Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }], 19=>[Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }]}, 3=>{12=>[Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }]}, 2=>{15=>[Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }]}, 1=>{30=>[Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }], 26=>[Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }], 9=>[Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }]}}, 2012=>{12=>{25=>[Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }], 20=>[Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }], 19=>[Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }], 13=>[Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }]}, 11=>{18=>[Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }], 16=>[Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }], 15=>[Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }], 14=>[Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }]}, 9=>{28=>[Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }], 26=>[Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }], 24=>[Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }], 21=>[Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }], 12=>[Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }], 11=>[Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }]}, 8=>{27=>[Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }], 20=>[Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }]}, 7=>{26=>[Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }], 23=>[Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }]}, 6=>{22=>[Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }], 19=>[Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }]}, 5=>{28=>[Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }], 21=>[Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }], 10=>[Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }]}, 4=>{13=>[Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }]}, 3=>{26=>[Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }], 13=>[Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }], 6=>[Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }]}, 2=>{21=>[Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }], 13=>[Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }], 2=>[Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }]}, 1=>{20=>[Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }], 5=>[Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }], 4=>[Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }]}}, 2011=>{12=>{28=>[Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }], 23=>[Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }], 20=>[Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }], 19=>[Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }], 5=>[Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }], 2=>[Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }]}, 11=>{15=>[Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }], 10=>[Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }], 7=>[Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], 4=>[Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }], 3=>[Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }], 17=>[Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }], 5=>[Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }]}, 9=>{20=>[Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }], 19=>[Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }], 14=>[Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }], 1=>[Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }]}, 8=>{9=>[Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }], 8=>[Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }]}, 7=>{18=>[Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }]}, 6=>{24=>[Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }], 16=>[Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], 14=>[Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }], 9=>[Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }], 8=>[Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }]}, 5=>{27=>[Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], 12=>[Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], 4=>[Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }]}, 4=>{14=>[Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }], 4=>[Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }], 1=>[Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }]}, 3=>{23=>[Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }], 21=>[Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }], 13=>[Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }], 3=>[Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }]}, 2=>{14=>[Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }], 5=>[Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }], 4=>[Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }]}, 1=>{29=>[Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }], 11=>[Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }], 8=>[Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }]}}, 2010=>{12=>{5=>[Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }], 1=>[Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }]}, 11=>{30=>[Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }], 23=>[Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }]}, 10=>{21=>[Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }]}, 9=>{22=>[Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }], 21=>[Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }], 20=>[Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }], 17=>[Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }], 9=>[Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }], 5=>[Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }], 4=>[Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }], 2=>[Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }], 1=>[Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }]}, 8=>{31=>[Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }], 30=>[Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], 29=>[Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }], 26=>[Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }], 20=>[Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }], 17=>[Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }], 16=>[Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }], 11=>[Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }], 10=>[Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }], 2=>[Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }]}, 7=>{28=>[Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }], 27=>[Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }], 22=>[Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }], 21=>[Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }], 13=>[Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }], 12=>[Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }], 8=>[Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }], 7=>[Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }], 6=>[Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }], 5=>[Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }]}, 6=>{29=>[Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }], 28=>[Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }], 23=>[Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }], 22=>[Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }], 14=>[Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }], 11=>[Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }], 10=>[Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }], 9=>[Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }]}, 4=>{24=>[Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }], 16=>[Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }], 12=>[Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }], 7=>[Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }], 1=>[Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }]}, 3=>{31=>[Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }], 30=>[Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }], 27=>[Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }], 23=>[Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }], 22=>[Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }], 19=>[Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }], 16=>[Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }], 15=>[Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }], 14=>[Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], 13=>[Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }], 12=>[Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }], 9=>[Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }], 8=>[Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }], 7=>[Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }], 5=>[Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }], 2=>[Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }], 1=>[Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }]}, 2=>{26=>[Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }], 25=>[Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], 24=>[Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }], 23=>[Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], 22=>[Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }], 19=>[Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }], 18=>[Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }], 17=>[Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }], 16=>[Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }], 15=>[Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }], 14=>[Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }], 12=>[Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], 11=>[Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], 10=>[Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], 9=>[Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }], 8=>[Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], 2=>[Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }]}}}>, :posts_tags=>[#/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 45669020: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 41420940: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57055700: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 62827460: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 17343360: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 59130200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 54717300: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46790220: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61049000: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 53691780: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 9232220: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 27078200: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 65034100: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 52238960: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 43919840: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 42839920: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57082620: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45171360: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 63344700: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 41189220: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 44812500: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 41621700: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 44240280: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57740660: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=6, @primary_page=Awestruct::Page{ 52713000: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 16610480: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60686900: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 47849300: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 64971260: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 42852180: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 55891320: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 26654980: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 23407380: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 43831400: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25924840: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52111940: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 47329000: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66280360: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 18623460: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 46646780: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 63834760: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 27849200: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25593360: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 24385980: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 28882820: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 59842040: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 24066200: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 25383340: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 44409020: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 24923800: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }], @group=3, @primary_page=Awestruct::Page{ 63665260: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 54049840: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52025320: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 58902580: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57498180: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46942360: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 42403220: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 65711400: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57249940: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 58940560: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 57309480: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }], @group=2, @primary_page=Awestruct::Page{ 57547700: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 6052620: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 41757620: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 57805900: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 56189860: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 39908160: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 46161800: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 45889020: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 66923680: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 42775600: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 24675480: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 43309460: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 64742380: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 45452120: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 39486180: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 52164960: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 44310480: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 41764420: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 63772920: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 56759720: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 60180480: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 53050540: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }], @group=1, @primary_page=Awestruct::Page{ 61547060: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 64398340: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>, #/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }], @group=0, @primary_page=Awestruct::Page{ 41596980: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }>], :events=>{:"seville-jam"=>Awestruct::Page{ 9069240: output_path=>/_data/events/seville-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seville-jam.adoc, layout=> }, :"moscow-jam-1"=>Awestruct::Page{ 8330480: output_path=>/_data/events/moscow-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/moscow-jam-1.adoc, layout=> }, :"pre-fosdem-2017-happy hour"=>Awestruct::Page{ 7048820: output_path=>/_data/events/pre-fosdem-2017-happy hour.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/pre-fosdem-2017-happy hour.adoc, layout=> }, :"jenkins-2"=>Awestruct::Page{ 64862960: output_path=>/_data/events/jenkins-2.0-tweetfest.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-2.0-tweetfest.adoc, layout=> }, :"boston-devops-dojo"=>Awestruct::Page{ 43946600: output_path=>/_data/events/boston-devops-dojo.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-devops-dojo.adoc, layout=> }, :"boston-jam-feb2017"=>Awestruct::Page{ 42048580: output_path=>/_data/events/boston-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-feb2017.adoc, layout=> }, :"guadalajara-jam"=>Awestruct::Page{ 55482460: output_path=>/_data/events/guadalajara-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam.adoc, layout=> }, :"gsoc-midterm-presentations-1"=>Awestruct::Page{ 64230300: output_path=>/_data/events/gsoc-midterm-presentations-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-1.adoc, layout=> }, :"melbourne-jam-dec16"=>Awestruct::Page{ 42995400: output_path=>/_data/events/melbourne-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec16.adoc, layout=> }, :Fosdem2017=>Awestruct::Page{ 63662240: output_path=>/_data/events/Fosdem2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Fosdem2017.adoc, layout=> }, :"sydney-jam-jan2017"=>Awestruct::Page{ 54812780: output_path=>/_data/events/sydney-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sydney-jam-jan2017.adoc, layout=> }, :"boston-jam-bible"=>Awestruct::Page{ 55097720: output_path=>/_data/events/boston-jam-bible.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-bible.adoc, layout=> }, :"bangalore-jam-1"=>Awestruct::Page{ 43844560: output_path=>/_data/events/bangalore-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/bangalore-jam-1.adoc, layout=> }, :"tel-aviv-jam-2"=>Awestruct::Page{ 44391800: output_path=>/_data/events/tel-aviv-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam-2.adoc, layout=> }, :"boston-jam-2"=>Awestruct::Page{ 51960120: output_path=>/_data/events/boston-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-2.adoc, layout=> }, :"munchen-jam-feb2017"=>Awestruct::Page{ 57504300: output_path=>/_data/events/munchen-jam-feb2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/munchen-jam-feb2017.adoc, layout=> }, :"Jenkins-2"=>Awestruct::Page{ 53079060: output_path=>/_data/events/Jenkins-2.0-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Jenkins-2.0-vJAM.adoc, layout=> }, :seagl2016=>Awestruct::Page{ 45802320: output_path=>/_data/events/seagl2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seagl2016.adoc, layout=> }, :"amsterdam-jam"=>Awestruct::Page{ 44342380: output_path=>/_data/events/amsterdam-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam.adoc, layout=> }, :"dfw-jam-5"=>Awestruct::Page{ 46806720: output_path=>/_data/events/dfw-jam-5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-5.adoc, layout=> }, :"fosdem-2016"=>Awestruct::Page{ 43675280: output_path=>/_data/events/fosdem-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/fosdem-2016.adoc, layout=> }, :"seattle-jam-1"=>Awestruct::Page{ 42764160: output_path=>/_data/events/seattle-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/seattle-jam-1.adoc, layout=> }, :"jenkins-world-contributor-summit"=>Awestruct::Page{ 41459080: output_path=>/_data/events/jenkins-world-contributor-summit.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-contributor-summit.adoc, layout=> }, :"atlanta-jam"=>Awestruct::Page{ 65144140: output_path=>/_data/events/atlanta-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam.adoc, layout=> }, :"2016-08-25-online-jam-gsoc"=>Awestruct::Page{ 62651360: output_path=>/_data/events/2016-08-25-online-jam-gsoc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-08-25-online-jam-gsoc.adoc, layout=> }, :"tel-aviv-jam"=>Awestruct::Page{ 56055360: output_path=>/_data/events/tel-aviv-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/tel-aviv-jam.adoc, layout=> }, :"london-jam-1"=>Awestruct::Page{ 54185680: output_path=>/_data/events/london-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/london-jam-1.adoc, layout=> }, :"boulder-jam-oct16"=>Awestruct::Page{ 52226340: output_path=>/_data/events/boulder-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-oct16.adoc, layout=> }, :"spb-jam-3"=>Awestruct::Page{ 51495560: output_path=>/_data/events/spb-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/spb-jam-3.adoc, layout=> }, :"albuquerque-jam-1"=>Awestruct::Page{ 66739040: output_path=>/_data/events/albuquerque-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-1.adoc, layout=> }, :"dfw-jam-6"=>Awestruct::Page{ 46405200: output_path=>/_data/events/dfw-jam-6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-6.adoc, layout=> }, :"2016-09-06-online-jam-plugin-dev-2"=>Awestruct::Page{ 45968140: output_path=>/_data/events/2016-09-06-online-jam-plugin-dev-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-09-06-online-jam-plugin-dev-2.adoc, layout=> }, :"guadalajara-jam-nov2016"=>Awestruct::Page{ 39273140: output_path=>/_data/events/guadalajara-jam-nov2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-nov2016.adoc, layout=> }, :"guadalajara-jam-2"=>Awestruct::Page{ 41450740: output_path=>/_data/events/guadalajara-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-2.adoc, layout=> }, :"2016-seattle-jam-nov-11"=>Awestruct::Page{ 43603060: output_path=>/_data/events/2016-seattle-jam-nov-11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-11.adoc, layout=> }, :"singapore-august-jam"=>Awestruct::Page{ 41987660: output_path=>/_data/events/singapore-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-august-jam.adoc, layout=> }, :"austin-jam-jan17"=>Awestruct::Page{ 57984980: output_path=>/_data/events/austin-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/austin-jam-jan17.adoc, layout=> }, :"sf-jam-jan17"=>Awestruct::Page{ 53739660: output_path=>/_data/events/sf-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-jan17.adoc, layout=> }, :"dfw-jam-8"=>Awestruct::Page{ 65235480: output_path=>/_data/events/dfw-jam-8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-8.adoc, layout=> }, :"washington-dc-jam-1"=>Awestruct::Page{ 45884000: output_path=>/_data/events/washington-dc-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-dc-jam-1.adoc, layout=> }, :"sf-jam"=>Awestruct::Page{ 44473500: output_path=>/_data/events/sf-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam.adoc, layout=> }, :"dublin-jam-1"=>Awestruct::Page{ 64632640: output_path=>/_data/events/dublin-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-1.adoc, layout=> }, :"jenkins-world-2016"=>Awestruct::Page{ 53415720: output_path=>/_data/events/jenkins-world-2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkins-world-2016.adoc, layout=> }, :"paris-jam-1"=>Awestruct::Page{ 42151680: output_path=>/_data/events/paris-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/paris-jam-1.adoc, layout=> }, :"singapore-jam"=>Awestruct::Page{ 43377560: output_path=>/_data/events/singapore-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam.adoc, layout=> }, :"boston-jam-1"=>Awestruct::Page{ 51125740: output_path=>/_data/events/boston-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boston-jam-1.adoc, layout=> }, :"singapore-jam-nov16"=>Awestruct::Page{ 46315580: output_path=>/_data/events/singapore-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/singapore-jam-nov16.adoc, layout=> }, :"boulder-jam-1"=>Awestruct::Page{ 44494480: output_path=>/_data/events/boulder-jam-1.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/boulder-jam-1.adoc, layout=> }, :"meetup-linuxwochen"=>Awestruct::Page{ 45532580: output_path=>/_data/events/meetup-linuxwochen.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/meetup-linuxwochen.adoc, layout=> }, :"melbourne-jam-nov16"=>Awestruct::Page{ 42662620: output_path=>/_data/events/melbourne-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-nov16.adoc, layout=> }, :"guadalajara-jam-dec2016"=>Awestruct::Page{ 40842020: output_path=>/_data/events/guadalajara-jam-dec2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-dec2016.adoc, layout=> }, :"melbourne-jam-dec"=>Awestruct::Page{ 62802280: output_path=>/_data/events/melbourne-jam-dec.14.16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/melbourne-jam-dec.14.16.adoc, layout=> }, :"online-jam-dec16"=>Awestruct::Page{ 55703980: output_path=>/_data/events/online-jam-dec16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/online-jam-dec16.adoc, layout=> }, :"atlanta-jam-3"=>Awestruct::Page{ 53711260: output_path=>/_data/events/atlanta-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/atlanta-jam-3.adoc, layout=> }, :"dfw-jam-2"=>Awestruct::Page{ 62850680: output_path=>/_data/events/dfw-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-2.adoc, layout=> }, :"juc-israel"=>Awestruct::Page{ 65855440: output_path=>/_data/events/juc-israel.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/juc-israel.adoc, layout=> }, :"la-jam-@-the-reserve"=>Awestruct::Page{ 43291840: output_path=>/_data/events/la-jam-@-the-reserve.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/la-jam-@-the-reserve.adoc, layout=> }, :"washington-jam-jan17"=>Awestruct::Page{ 46065920: output_path=>/_data/events/washington-jam-jan17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-jan17.adoc, layout=> }, :"sf-jam-oct16"=>Awestruct::Page{ 42434840: output_path=>/_data/events/sf-jam-oct16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-oct16.adoc, layout=> }, :"sf-jam-nov16"=>Awestruct::Page{ 41547240: output_path=>/_data/events/sf-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/sf-jam-nov16.adoc, layout=> }, :"lima-august-jam"=>Awestruct::Page{ 44756880: output_path=>/_data/events/lima-august-jam.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/lima-august-jam.adoc, layout=> }, :"belarus-meetup"=>Awestruct::Page{ 42050380: output_path=>/_data/events/belarus-meetup.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/belarus-meetup.adoc, layout=> }, :"guadalajara-jam-oct2016"=>Awestruct::Page{ 56236800: output_path=>/_data/events/guadalajara-jam-oct2016.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-oct2016.adoc, layout=> }, :"dfw-jam-3"=>Awestruct::Page{ 51655160: output_path=>/_data/events/dfw-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dfw-jam-3.adoc, layout=> }, :"amsterdam-jam-nov16"=>Awestruct::Page{ 46753940: output_path=>/_data/events/amsterdam-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/amsterdam-jam-nov16.adoc, layout=> }, :"2016-seattle-jam-nov-9"=>Awestruct::Page{ 48086400: output_path=>/_data/events/2016-seattle-jam-nov-9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-nov-9.adoc, layout=> }, :"dublin-jam-2"=>Awestruct::Page{ 64001340: output_path=>/_data/events/dublin-jam-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/dublin-jam-2.adoc, layout=> }, :"guadalajara-jam-jan2017"=>Awestruct::Page{ 52488860: output_path=>/_data/events/guadalajara-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-jan2017.adoc, layout=> }, :jenkinsworld2017=>Awestruct::Page{ 46695440: output_path=>/_data/events/jenkinsworld2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/jenkinsworld2017.adoc, layout=> }, :"gsoc-midterm-presentations-2"=>Awestruct::Page{ 42865920: output_path=>/_data/events/gsoc-midterm-presentations-2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/gsoc-midterm-presentations-2.adoc, layout=> }, :"albuquerque-jam-nov16"=>Awestruct::Page{ 46673460: output_path=>/_data/events/albuquerque-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/albuquerque-jam-nov16.adoc, layout=> }, :"brno-jam-jan2017"=>Awestruct::Page{ 46047480: output_path=>/_data/events/brno-jam-jan2017.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/brno-jam-jan2017.adoc, layout=> }, :"2016-seattle-jam-dec-07"=>Awestruct::Page{ 44956160: output_path=>/_data/events/2016-seattle-jam-dec-07.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/2016-seattle-jam-dec-07.adoc, layout=> }, :"washington-jam-nov16"=>Awestruct::Page{ 43388220: output_path=>/_data/events/washington-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/washington-jam-nov16.adoc, layout=> }, :"Post Fosdem Hackathon"=>Awestruct::Page{ 46121820: output_path=>/_data/events/Post Fosdem Hackathon.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Post Fosdem Hackathon.adoc, layout=> }, :"Plugin_dev-vJAM"=>Awestruct::Page{ 44751780: output_path=>/_data/events/Plugin_dev-vJAM.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/Plugin_dev-vJAM.adoc, layout=> }, :"guadalajara-jam-3"=>Awestruct::Page{ 42668100: output_path=>/_data/events/guadalajara-jam-3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/guadalajara-jam-3.adoc, layout=> }, :"milan-jam-nov16"=>Awestruct::Page{ 42313440: output_path=>/_data/events/milan-jam-nov16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/events/milan-jam-nov16.adoc, layout=> }}, :solutions=>AStruct<{:python=>AStruct<{"usecase"=>"Python", "articles"=>[["http://www.alexconrad.org/2011/10/jenkins-and-python.html", "Getting started with Jenkins and Python"], ["http://bhfsteve.blogspot.be/2012/04/automated-python-unit-testing-code.html", "Automated python unit testing, code coverage and code quality analysis with Jenkins"], ["http://michal.karzynski.pl/blog/2014/04/19/continuous-integration-server-for-django-using-jenkins/", "Continuous Integration for Django projects with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/ShiningPanda+Plugin", "Shining Panda plugin", "adds various build steps for building Python projects with virtualenv, tox and more"], ["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like nose) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Violations", "Violations plugin", "processes output from pylint to provide style checks for Python code"]]}>, :c=>AStruct<{"usecase"=>"C/C++", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Warnings+Plugin", "Warnings plugin", "scans console output for compile-time warnings and errors to report on"], ["https://wiki.jenkins-ci.org/display/JENKINS/Valgrind+Plugin", "Valgrind plugin", "run and incorporate Valgrind (memcheck) reports into Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/cmakebuilder+Plugin", "CMake Builder plugin", "provides a build step that generates the build scripts from a CMakeLists.txt file"], ["https://wiki.jenkins-ci.org/display/JENKINS/xUnit+Plugin", "xUnit plugin", "generate reports based on test tooling output from various unit test frameworks"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cppcheck+Plugin", "Cppcheck plugin", "generate trend reports for CppCheck, a tool for static C/C++ code analysis."]]}>, :java=>AStruct<{"usecase"=>"Java", "articles"=>nil, "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes JUnit XML formatted test reports for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Gradle+Plugin", "Gradle plugin", "support invoking Gradle as a build step and listing executing tasks per build"], ["https://wiki.jenkins-ci.org/display/JENKINS/FindBugs+Plugin", "Findbugs plugin", "generate trending and analysis for FindBugs reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/PMD+Plugin", "PMD plugin", "generate trending and analysis for PMD reports"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cobertura+Plugin", "Cobertura plugin", "publish and trend code coverage reports from Cobertura"], ["https://wiki.jenkins-ci.org/display/JENKINS/SonarQube+plugin", "SonarQube plugin", "integrate reporting from the SonarQube code quality/inspection platform"], ["https://wiki.jenkins-ci.org/display/JENKINS/Repository+Connector+Plugin", "Repository Connector plugin", "adds features for resolving artifacts from a Maven repository such as Nexus or Artifactory."]]}>, :android=>AStruct<{"usecase"=>"Android", "blog_tags"=>["android"], "articles"=>[["http://blog.zuehlke.com/en/configure-your-android-project-on-jenkins/", "Configure your Android project on Jenkins"], ["https://www.bignerdranch.com/blog/continuous-delivery-for-android/", "Continuous Delivery for Android"], ["https://dzone.com/articles/automating-continuous", "Automating Android Projects With Gradle using Jenkins on Windows"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Android+Emulator+Plugin", "Android Emulator plugin", "automate many Android tasks during a build, such as launching/destroying emulators"], ["https://wiki.jenkins-ci.org/display/JENKINS/Android+Lint+Plugin", "Android Lint plugin", "parses output from the Android lint tool for display and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Google+Play+Android+Publisher+Plugin", "Google Play Android Publisher plugin", "enables publishing Android APKs directly from Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"AYoAEoOoYFE", "title"=>"Building, testing and deploying Android apps"}, {"short"=>nil, "id"=>"EOogyOv79NE", "title"=>"Continuous Integration for Mobile Apps with Jenkins"}]}>, :docker=>AStruct<{"usecase"=>"Docker", "blog_tags"=>["docker", "containers"], "legacy"=>{"header_image"=>"https://agentdero.cachefly.net/continuousblog/jenkins-heart-docker.png"}, "jumbotron"=>{"image"=>"/images/full-whale-low.jpg"}, "intro"=>"Combining Jenkins and Docker together can bring\nimproved speed and consistency to your automation tasks, which is why we’ve\ncollected some hopefully helpful resources on this page to\nget you started!\n", "articles"=>[["http://engineering.riotgames.com/news/taking-control-your-docker-image", "Taking control of your Docker image"], ["http://engineering.riotgames.com/news/thinking-inside-container", "Thinking inside the container"], ["http://engineering.riotgames.com/news/jenkins-docker-proxies-and-compose", "Using Jenkins, Docker, Proxies and Compose"], ["https://blog.codecentric.de/en/2015/10/continuous-integration-platform-using-docker-container-jenkins-sonarqube-nexus-gitlab/", "Continuous Integration Platform using Docker with Jenkins, SonarQube, Nexus and GitLab"], ["https://www.cloudbees.com/blog/triggering-docker-pipelines-jenkins", "Triggering Docker pipelines with Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Docker+Plugin", "Docker plugin", "dynamically provision slaves with Docker"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Workflow+Plugin", "CloudBees Docker Workflow plugin", "build and use Docker containers from within Workflows"], ["https://wiki.jenkins-ci.org/display/JENKINS/Docker+build+step+plugin", "Docker build step plugin", "add various Docker commands to the job as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/CloudBees+Docker+Build+and+Publish+plugin", "CloudBees Docker Build and Publish plugin", "build projects with a Dockerfile, and publish the resulting image (repo) to the docker registry"], ["https://wiki.jenkins-ci.org/display/JENKINS/Kubernetes+Plugin", "Kubernetes plugin", "dynamically allocate and schedule Docker slaves on a Kubernetes cluster"], ["https://github.com/jenkinsci/dockerhub-notification-plugin/blob/master/README.md", "CloudBees Docker Hub Notification plugin", "allows Jenkins to receive webhooks from hub.docker.com to drive pipelines based on Docker in Jenkins"], ["https://github.com/jenkinsci/docker-traceability-plugin/blob/master/README.md", "CloudBees Docker Traceability plugin", "track creation and use of Docker containers in Jenkins"]], "videos"=>[{"short"=>nil, "id"=>"38SAyBLSHUM", "title"=>"Scaling Jenkins masters with Docker"}, {"short"=>nil, "id"=>"e7N3jX2b1i0", "title"=>"Scaling Jenkins and Docker with Kubernetes"}, {"short"=>nil, "id"=>"VZPbLUJnR68", "title"=>"Delivering eBay’s CI solution with Jenkins & Docker"}, {"short"=>nil, "id"=>"ppCzDDpcqRk", "title"=>"CI with Jenkins and Docker"}, {"short"=>nil, "id"=>"yt6QrwLs4HE", "title"=>"Lightweight PaaS for Jenkins with Docker"}], "steps"=>[{"title"=>"Install Docker", "short"=>"Installing Docker on Jenkins machines is easy", "long"=>nil}]}>, :pipeline=>AStruct<{"usecase"=>"Continuous Delivery", "jumbotron"=>{"image"=>"/images/full-pipeline.jpg"}, "blog_tags"=>["cd", "pipeline", "cicd"], "articles"=>[["http://udaypal.com/jenkins-workflow-getting-started/", "Getting started with Jenkins Workflow"], ["https://jenkins-ci.org/content/pipeline-code-multibranch-workflows-jenkins", "Multibranch Workflows in Jenkins"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Plugin", "Pipeline plugin", "allows creating Pipeline scripts for defining build/test/deploy stages of a delivery pipeline"], ["https://wiki.jenkins-ci.org/display/JENKINS/Pipeline+Utility+Steps+Plugin", "Pipeline Utility Steps plugin", "provides a number of addition, useful, steps to the Pipeline DSL"], ["https://wiki.jenkins-ci.org/display/JENKINS/Job+DSL+Plugin", "Job DSL plugin", "creates a DSL to orchestrate job creation"]]}>, :embedded=>AStruct<{"usecase"=>"Embedded", "articles"=>[["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-Jenkins-Based-CI-for-Nenashev.pdf", "Jenkins-Based CI for Heterogeneous Hardware/Software Projects", "Oleg Nenashev", "JUC2015/London"], ["https://www.cloudbees.com/blog/multi-stage-ci-jenkins-embedded-world", "Multi-Stage-CI with Jenkins in an Embedded World", "Robert Martin, Steve Harris", "JUC2014/Berlin"], ["http://www.testandverification.com/VerificationFutures/2015/Alan_Fitch.pdf", "CI for FPGA D&V", "Alan Fitch", "Verification Futures, 2015"], ["http://www.verilab.com/files/dvcon2012_ci_gray_mcgregor.pdf", "A 30 Minute Project Makeover Using Continuous Integration", "JL Gray, Gordon McGregor", "DVCon, 2012"], ["https://www.cloudbees.com/jenkins/juc-2015/presentations/JUC-2015-Europe-The-Famous-Cows-Woodall.pdf", "The Famous Cows of Cambridge: A Non-Standard Use Case for Jenkins", "Sarah Woodall", "JUC2015/London"], ["http://www.synopsys.com/news/pubs/snug/2013/canada/a1_danjou_paper.pdf", "FPGA CI with Jenkins (requires SNUG account)", "Martin dāAnjou", "SNUG2013/Canada"]]}>, :github=>AStruct<{"usecase"=>"GitHub", "articles"=>[["https://www.cloudbees.com/blog/better-integration-between-jenkins-and-github-github-jenkins-plugin", "Better Integration Between Jenkins and GitHub (with the GitHub Jenkins Plugin)"], ["http://orangejuiceliberationfront.com/setting-up-jenkins-for-github-and-xcode-with-nightlies/", "Setting up Jenkins for Github and Xcode, with Nightlies"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+Plugin", "GitHub plugin", "integrates Jenkins jobs with GitHub repositories for triggering builds and reporting commit status"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+OAuth+Plugin", "GitHub Authentication plugin", "use GitHub as the authentication provider for your Jenkins instance"], ["https://wiki.jenkins-ci.org/display/JENKINS/Git+Plugin", "Git plugin", "use Git repositories as the source of code for a Jenkins job"], ["https://wiki.jenkins-ci.org/display/JENKINS/GitHub+SQS+Plugin", "GitHub SQS plugin", "trigger builds via the GitHub SQS (AWS) service hook"]]}>, :ruby=>AStruct<{"usecase"=>"Ruby", "blog_tags"=>["ruby"], "articles"=>[["http://thediscoblog.com/blog/2014/01/24/continuous-delivery-for-heroku-with-jenkins/", "Continuous Delivery for Heroku With Jenkins"], ["https://atomic-penguin.github.io/blog/2014/04/29/stupid-jenkins-and-chef-tricks-part-1-rubocop/", "Integrating Rubocop into Jenkins"], ["http://www.cryptocracy.com/blog/2014/01/03/cooking-with-jenkins-test-kitchen-and-docker/", "Cooking with Jenkins, Test Kitchen and Docker"]], "plugins"=>[["https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin", "JUnit plugin", "publishes XML formatted test reports (generated by tools like ci_reporter, cucumber) for trending and analysis"], ["https://wiki.jenkins-ci.org/display/JENKINS/Brakeman+Plugin", "Brakeman plugin", "incorporates the output from the Brakeman security scanner for Rails projects"], ["https://wiki.jenkins-ci.org/display/JENKINS/Rake+plugin", "Rake plugin", "adds Rake invocation as a build step"], ["https://wiki.jenkins-ci.org/display/JENKINS/RubyMetrics+plugin", "RubyMetrics plugin", "reports for Jenkins. Rcov, Rails stats, Rails notes and Flog."], ["https://wiki.jenkins-ci.org/display/JENKINS/Jenkins+RubyMotion+Plugin", "RubyMotion plugin", "build RubyMotion projects from within Jenkins"], ["https://wiki.jenkins-ci.org/display/JENKINS/Cucumber+Test+Result+Plugin", "Cucumber Test Result plugin", "integrate and report from Cucumber executions"]]}>}>, :authors=>AStruct<{:svanoort=>Awestruct::Page{ 65120200: output_path=>/_data/authors/svanoort.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/svanoort.adoc, layout=> }, :cprice404=>Awestruct::Page{ 63381080: output_path=>/_data/authors/cprice404.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cprice404.adoc, layout=> }, :michaelneale=>Awestruct::Page{ 57807880: output_path=>/_data/authors/michaelneale.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/michaelneale.adoc, layout=> }, :hrmpw=>Awestruct::Page{ 56686680: output_path=>/_data/authors/hrmpw.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hrmpw.adoc, layout=> }, :vgaidarji=>Awestruct::Page{ 55545000: output_path=>/_data/authors/vgaidarji.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/vgaidarji.adoc, layout=> }, :cyberax=>Awestruct::Page{ 54719860: output_path=>/_data/authors/cyberax.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cyberax.adoc, layout=> }, :hinman=>Awestruct::Page{ 53935640: output_path=>/_data/authors/hinman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/hinman.adoc, layout=> }, :kohsuke=>Awestruct::Page{ 53143680: output_path=>/_data/authors/kohsuke.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kohsuke.adoc, layout=> }, :samatdav=>Awestruct::Page{ 52556040: output_path=>/_data/authors/samatdav.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/samatdav.adoc, layout=> }, :kj187=>Awestruct::Page{ 51700440: output_path=>/_data/authors/kj187.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/kj187.adoc, layout=> }, :stephenc=>Awestruct::Page{ 51374900: output_path=>/_data/authors/stephenc.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/stephenc.adoc, layout=> }, :minudika=>Awestruct::Page{ 66090240: output_path=>/_data/authors/minudika.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/minudika.adoc, layout=> }, :lnewman=>Awestruct::Page{ 45594760: output_path=>/_data/authors/lnewman.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/lnewman.adoc, layout=> }, :ccaum=>Awestruct::Page{ 44589660: output_path=>/_data/authors/ccaum.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/ccaum.adoc, layout=> }, :jglick=>Awestruct::Page{ 45471760: output_path=>/_data/authors/jglick.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/jglick.adoc, layout=> }, :alyssat=>Awestruct::Page{ 42712200: output_path=>/_data/authors/alyssat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alyssat.adoc, layout=> }, :"daniel-beck"=>Awestruct::Page{ 46295120: output_path=>/_data/authors/daniel-beck.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/daniel-beck.adoc, layout=> }, :dcoraboeuf=>Awestruct::Page{ 41589760: output_path=>/_data/authors/dcoraboeuf.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/dcoraboeuf.adoc, layout=> }, :i386=>Awestruct::Page{ 41968100: output_path=>/_data/authors/i386.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/i386.adoc, layout=> }, :glaforge=>Awestruct::Page{ 43960620: output_path=>/_data/authors/glaforge.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/glaforge.adoc, layout=> }, :omehegan=>Awestruct::Page{ 42352040: output_path=>/_data/authors/omehegan.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/omehegan.adoc, layout=> }, :rtyler=>Awestruct::Page{ 57454900: output_path=>/_data/authors/rtyler.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/rtyler.adoc, layout=> }, :alexsomai=>Awestruct::Page{ 54195820: output_path=>/_data/authors/alexsomai.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/alexsomai.adoc, layout=> }, :cynthia=>Awestruct::Page{ 51642280: output_path=>/_data/authors/cynthia.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/cynthia.adoc, layout=> }, :payal94=>Awestruct::Page{ 66225360: output_path=>/_data/authors/payal94.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/payal94.adoc, layout=> }, :oleg_nenashev=>Awestruct::Page{ 46263300: output_path=>/_data/authors/oleg_nenashev.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/oleg_nenashev.adoc, layout=> }, :fdechery=>Awestruct::Page{ 47707480: output_path=>/_data/authors/fdechery.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/fdechery.adoc, layout=> }, :bvdawson=>Awestruct::Page{ 44821080: output_path=>/_data/authors/bvdawson.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/bvdawson.adoc, layout=> }, :batmat=>Awestruct::Page{ 47443820: output_path=>/_data/authors/batmat.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/batmat.adoc, layout=> }, :abayer=>Awestruct::Page{ 46839120: output_path=>/_data/authors/abayer.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_data/authors/abayer.adoc, layout=> }}>, :steps=>{:firststart=>{"title"=>"Getting started with Jenkins", "steps"=>[{"title"=>"Download Jenkins", "iconclass"=>"icon-download", "short"=>"Pick a package for your platform to get started quickly.", "href"=>"/download"}, {"title"=>"Create a Pipeline", "iconclass"=>"icon-arrow-shuffle", "short"=>"Define a pipeline for automating build, test and delivery of your project.", "href"=>"/doc/pipeline"}, {"title"=>"Discover Plugins", "iconclass"=>"icon-plug", "short"=>"Customize Jenkins with plugins to fit your specific needs.", "href"=>"https://wiki.jenkins-ci.org/display/JENKINS/Plugins"}, {"title"=>"Participate", "iconclass"=>"icon-users", "short"=>"Ask questions and contribute to making Jenkins better!", "href"=>"/content/mailing-lists"}]}}, :jenkins=>AStruct<{:latest=>"2.43", :stable=>"2.32.1"}>, :handbook=>#], @key="getting-started", @title="Getting Started with Jenkins", @summary=nil>, #, #], @key="using", @title="Using Jenkins", @summary=nil>, #, #, #, #, #, #, #, #], @key="managing", @title="Managing Jenkins", @summary=nil>, #, #, #, #, #, #], @key="pipeline", @title="Pipeline", @summary=nil>, #, #, #, #], @key="use-case", @title="Jenkins Use-Cases", @summary=nil>, #, #, #, #, #], @key="operating", @title="Operating Jenkins", @summary=nil>, #, #], @key="appendix", @title="Appendix", @summary=nil>, #]>, :pages_by_relative_source_path=>AStruct<{"/100k.html.haml"=>Awestruct::Page{ 18823140: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0.html.haml"=>Awestruct::Page{ 18530380: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account.adoc"=>Awestruct::Page{ 23997140: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 24669160: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 24726000: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 24700920: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 24765760: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 24808960: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 25548860: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 25664940: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 25709260: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 25856060: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 26252180: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 26584980: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 26897320: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 27193700: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 27633740: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 27983720: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 28280820: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 28485960: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 26412380: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 28836940: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 28821740: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 28648940: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 28640360: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 28513900: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 26651960: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 26547560: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 26537520: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 24425400: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 24088720: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 24065460: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 24021880: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 23983080: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 23944600: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 23914660: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 23869080: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 23848100: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 23809840: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 23742060: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 23704020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 23689600: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 23637780: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 23600180: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 23559360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 23527760: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 23487960: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 23449000: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 23409020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 23364940: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 23324620: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 23278120: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 23232320: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 23203440: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 23166540: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 23138200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 23083640: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 23054520: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 19094520: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 18991600: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 18768140: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 18715600: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 18687080: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 18658600: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 18604840: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 18573920: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 18543420: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 18501160: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 18463940: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 18434840: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 18405540: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 18340860: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 18746160: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 18302260: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 17760840: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 17580960: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 17220020: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 16612060: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 12283080: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 11617020: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 11213680: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 10990960: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 8973440: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 8511920: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 7428840: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 6950520: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 28888400: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 28787160: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 28660980: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 28549400: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 28447040: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 28326100: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 28204040: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 28089720: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 27982560: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 27597280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 27493640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 27374460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 27262220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 27168840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 27060200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 26931900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 26865140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 26765940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 26665040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 26548260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 26386000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 26253220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 25915180: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 25870600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 25824600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 25779060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 25733860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 25690040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 25642240: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 25595660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 25548100: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 25501320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 25437720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 25375820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 25315500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 25244100: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 25180920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 25120000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 25050280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 24980880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 24920520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 24860020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 24806120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 24744080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 24690380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 24612640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 24478900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 24387120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 24084700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 23892480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 23727120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 23533880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 23347800: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 23160640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 18974260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 18582380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 18410980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 16569040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 18779700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 18589220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 18315080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 17870220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 11416500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 17588960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 17527900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 17442320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 17345840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 17257520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 17023820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 16827340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 16582000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 16332380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 12427160: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 12076940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 11562600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 11209920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 11003820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 9006580: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 8542860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 7529840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 7032200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 26414380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 28793960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 28669060: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 28446720: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 28346400: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 28228960: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 28135840: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 28021040: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 27930000: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 27814440: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 27723260: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 27597780: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 27496560: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 27395600: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 27283800: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 27175940: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 27076960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 26941960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 26877260: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 26795300: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 26705960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 26591060: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 26434340: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 26273280: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 26225520: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 25896360: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 25852440: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 25792460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 25747260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 25703820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 25656440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 25611280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 25565960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 25518960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 25465620: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 25403940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 25342300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 25271440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 25210420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 25140020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 25079300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 25018900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 24950020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 24890060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 24836820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 24775560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 24722000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 24668880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 24559360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 24452140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 24332600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 23996160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 23813700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 23658680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 23462060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 23254340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 23077120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 18695420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 18519000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 18348960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 18857360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 18707480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 18484440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 17984160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 17826200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 17672360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 17568960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 17501700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 17410400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 17324320: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 17227960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 16971400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 16745360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 16519900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 12708040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 12302080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 11939420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 11440160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 11161300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 10905520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 8916060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 8362180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 7420340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 6934640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 28886880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 28785700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 28659660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 28549740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 28449400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 28347440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 28226660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 28132680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 28015060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 27906860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 27805340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 27686740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 27583980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 27456420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 27336600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 27232860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 27122340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 27012440: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 26920260: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 26838580: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 26740080: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 26648640: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 26540860: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 26380800: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 26248920: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 25911520: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 25868180: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 25823660: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 25779300: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 25735300: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 25692980: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 25633040: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 25552580: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 25496720: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 25319260: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 25221140: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 25100200: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 24965800: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 24779100: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 24681520: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 24445340: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 24024800: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 23640760: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 23618860: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 23578780: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 23529360: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 23489780: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 23450080: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 23410520: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 23366420: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 23299660: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 18424220: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/2010-02-02-welcome-to-continuous-blog.md"=>Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/2010-02-08-breaking-hudson-1-345-released.md"=>Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/2010-02-08-hudson-1-344-released.html"=>Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/2010-02-08-incoming-more-translations.md"=>Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html"=>Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md"=>Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/2010-02-11-spotlight-on-ita-software.md"=>Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/2010-02-12-this-week-in-plugins.md"=>Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-14-thanks-for-the-help.md"=>Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/2010-02-15-hudson-1-346-released.md"=>Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/2010-02-16-performance-improvements-in-1-346.md"=>Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md"=>Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/2010-02-18-spotlight-on-visfleet.md"=>Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/2010-02-19-this-week-in-plugins.md"=>Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-02-22-hudson-1-347-released.md"=>Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md"=>Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/2010-02-24-hudson-at-pycon.md"=>Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/2010-02-25-links-for-2010-02-24.md"=>Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md"=>Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/2010-02-25-spotlight-on-springsource.md"=>Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/2010-02-26-links-for-2010-02-25.md"=>Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/2010-02-26-this-week-in-plugins.md"=>Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-01-hudson-1-348-released.md"=>Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md"=>Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md"=>Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md"=>Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/2010-03-05-links-for-2010-03-04.md"=>Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md"=>Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/2010-03-07-this-week-in-plugins.md"=>Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-08-hudson-1-349-released.md"=>Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md"=>Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/2010-03-09-one-month-of-continuous-blog.md"=>Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/2010-03-12-links-for-2010-03-12.md"=>Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/2010-03-12-want-some-hudson-stickers.md"=>Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/2010-03-13-this-week-in-plugins.md"=>Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-14-would-you-like-to-ok.md"=>Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/2010-03-15-breaking-hudson-1-351-released.md"=>Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/2010-03-15-hudson-1-350-released.md"=>Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/2010-03-16-slaves-building-robots.md"=>Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/2010-03-19-get-excited-and-make-things.md"=>Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/2010-03-19-links-for-2010-03-19.md"=>Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/2010-03-19-recap-of-hackathon-part-one.md"=>Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/2010-03-22-hudson-1-352-released.md"=>Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/2010-03-23-links-for-2010-03-23.md"=>Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/2010-03-27-this-week-in-plugins.md"=>Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/2010-03-30-resurgence-of-releng.md"=>Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/2010-03-31-hudson-1-353-released.md"=>Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md"=>Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md"=>Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/2010-04-01-regarding-the-start-of-april.md"=>Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/2010-04-07-kohsuke-leaves-sun.md"=>Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/2010-04-12-pre-tested-commits-with-git.md"=>Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md"=>Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/2010-04-16-hudson-1-354-released.md"=>Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/2010-04-24-hudson-1-355-released.md"=>Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/2010-06-09-welcome-to-hudson-labs.md"=>Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html"=>Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md"=>Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/2010-06-14-hudson-1-362-released.md"=>Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/2010-06-22-hudson-1-363-released.md"=>Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/2010-06-23-stickers-starting-to-arrive.md"=>Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/2010-06-28-digg-technical-talk.md"=>Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md"=>Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/2010-07-05-links-for-2010-07-05.md"=>Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md"=>Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md"=>Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/2010-07-07-gee-thanks.md"=>Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html"=>Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/2010-07-12-updated-chrome-extension.md"=>Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/2010-07-13-monitor-hudson-from-your-android.md"=>Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md"=>Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html"=>Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/2010-07-27-hudson-1-368-released.md"=>Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html"=>Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html"=>Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md"=>Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/2010-08-11-quiet-period-feature.md"=>Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md"=>Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/2010-08-17-hudson-1-372-sets-sail.md"=>Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/2010-08-17-hudson-anonymous-usage-data.html"=>Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md"=>Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html"=>Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md"=>Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md"=>Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html"=>Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html"=>Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md"=>Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/2010-09-04-hudson-events-calendar.md"=>Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md"=>Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md"=>Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/2010-09-17-javaone-taking-shape.md"=>Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md"=>Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md"=>Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/2010-09-20-tweet-of-the-day.md"=>Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/2010-09-21-javaone-day-one-in-pictures.md"=>Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md"=>Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md"=>Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/2010-09-22-javaone-day-two-in-pictures.md"=>Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html"=>Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/2010-11-23-java-net-migration-status-update.html"=>Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/2010-11-23-new-hudson-mailing-lists.md"=>Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/2010-11-30-whos-driving-this-thing.md"=>Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/2010-12-01-a-brief-update.md"=>Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md"=>Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md"=>Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/2011-01-11-hudsons-future.md"=>Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/2011-01-29-jenkins.md"=>Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/2011-02-04-governance-meeting-today.md"=>Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md"=>Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/2011-02-05-first-governance-meeting-recap.md"=>Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html"=>Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/2011-03-03-updated-usage-stats-available.md"=>Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/2011-03-13-jenkins-hits-1-400.html"=>Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md"=>Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/2011-03-23-windows-installers-are-now-available.html"=>Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md"=>Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md"=>Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/2011-04-14-jenkins-new-look.md"=>Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html"=>Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md"=>Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md"=>Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md"=>Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md"=>Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md"=>Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md"=>Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/2011-06-16-jenkins-long-term-support-release.md"=>Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md"=>Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md"=>Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/2011-08-08-jenkins-user-conference.md"=>Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/2011-08-08-jruby-branch-merged.md"=>Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html"=>Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md"=>Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html"=>Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/2011-09-19-2011-donation-drive.md"=>Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html"=>Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md"=>Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md"=>Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/2011-10-21-report-bugs-and-win-kindle.md"=>Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/2011-11-03-jenkins-community-survey.html"=>Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html"=>Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md"=>Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md"=>Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md"=>Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html"=>Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html"=>Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md"=>Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md"=>Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md"=>Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/2011-12-28-adding-diagrams-to-wiki.md"=>Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md"=>Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md"=>Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/2012-01-20-highlight-video-from-juc-2011.md"=>Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/2012-02-02-happy-birthday-jenkins.md"=>Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html"=>Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/2012-02-21-fosdem-2012-recap.md"=>Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md"=>Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html"=>Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md"=>Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/2012-03-26-announcing-the-jenkins-cia.md"=>Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/2012-04-13-continuous-information-vol-2.html"=>Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html"=>Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html"=>Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md"=>Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md"=>Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md"=>Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/2012-07-23-jenkins-user-conference-israel.html"=>Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html"=>Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md"=>Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md"=>Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html"=>Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/2012-09-12-jenkins-user-event-cph.html"=>Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html"=>Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md"=>Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/2012-09-26-dinner-after-juc.html"=>Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html"=>Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/2012-09-28-saturday-night-drink-up.html"=>Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/2012-09-28-take-the-jenkins-survey.html"=>Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md"=>Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/2012-11-15-fundraising-for-travel-grant.html"=>Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html"=>Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md"=>Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html"=>Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html"=>Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md"=>Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/2012-12-25-jenkins-meet-up.md"=>Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html"=>Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html"=>Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/2013-01-30-jenkins-hits-1-500.html"=>Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html"=>Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html"=>Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html"=>Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/2013-04-25-munich-hackathon.html"=>Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md"=>Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html"=>Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html"=>Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md"=>Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html"=>Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md"=>Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html"=>Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/2013-07-24-faster-slave-classloading.html"=>Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html"=>Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html"=>Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html"=>Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html"=>Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html"=>Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html"=>Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html"=>Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/2013-09-23-experimental-plugins-update-center.html"=>Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/2013-09-23-literate-builds-wtf.md"=>Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html"=>Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/2013-10-09-meet-the-community-in-juc.html"=>Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html"=>Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html"=>Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/2013-11-17-dkim-and-spf-deployed.html"=>Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md"=>Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md"=>Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html"=>Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md"=>Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html"=>Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html"=>Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md"=>Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html"=>Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html"=>Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/2014-04-09-more-scalable-slaves.html"=>Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/2014-04-11-infoq-ci-survey-2014.html"=>Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html"=>Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html"=>Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/2014-04-16-active-directory-plugin-improvements.html"=>Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/2014-04-18-come-join-the-infra-team.html"=>Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/2014-04-24-juc-agenda-posted.html"=>Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html"=>Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html"=>Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/2014-05-27-acceptance-test-project-progress-report.html"=>Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/2014-05-30-adopt-a-plugin.html"=>Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html"=>Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html"=>Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html"=>Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html"=>Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html"=>Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html"=>Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html"=>Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html"=>Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html"=>Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/2014-06-20-juc-boston-what-a-day.html"=>Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-office-hours-dotci.html"=>Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html"=>Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/2014-07-03-juc-berlin-summary.html"=>Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html"=>Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html"=>Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html"=>Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/2014-07-18-juc-israel-report.html"=>Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html"=>Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/2014-07-30-geek-choice-awards-2014.html"=>Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/2014-08-11-user-interface-refresh.html"=>Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html"=>Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html"=>Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/2014-08-28-juc-sf-2014-is-here.html"=>Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md"=>Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html"=>Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html"=>Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/2014-09-24-jenkins-in-javaone-2014.html"=>Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html"=>Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html"=>Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md"=>Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html"=>Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md"=>Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html"=>Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/2014-12-03-workflow-plugin-is-1-0.md"=>Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/2014-12-17-breakingbuilds.html"=>Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html"=>Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html"=>Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html"=>Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html"=>Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/2015-02-24-100k-celebration-podcast-recording.html"=>Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/2015-02-25-100k-celebration-podcast.html"=>Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html"=>Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html"=>Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html"=>Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html"=>Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/2015-04-06-confluence-migration-this-weekend.html"=>Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/2015-04-06-good-bye-java6.html"=>Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html"=>Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html"=>Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/2015-04-24-jira-migration-this-weekend.md"=>Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html"=>Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html"=>Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html"=>Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html"=>Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html"=>Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html"=>Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html"=>Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html"=>Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html"=>Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html"=>Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html"=>Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md"=>Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html"=>Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md"=>Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html"=>Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/2015-07-23-office-hours-are-back.md"=>Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md"=>Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html"=>Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md"=>Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html"=>Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html"=>Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md"=>Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html"=>Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md"=>Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html"=>Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md"=>Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md"=>Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html"=>Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md"=>Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html"=>Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html"=>Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-25-announcing-the-travel-grant-program.md"=>Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html"=>Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html"=>Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html"=>Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md"=>Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md"=>Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html"=>Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md"=>Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md"=>Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html"=>Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/2015-09-30-bay-area-jam.html"=>Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html"=>Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html"=>Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/2015-10-09-cooking-up-jams.html"=>Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md"=>Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md"=>Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md"=>Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md"=>Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md"=>Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md"=>Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/2015-11-01-adopt-a-plugin.md"=>Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md"=>Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/2015-11-04-jenkins-and-docker.md"=>Awestruct::Page{ 24425760: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md"=>Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/2015-11-06-october-jams.md"=>Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md"=>Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/2015-11-16-celebrating-hacksgiving.md"=>Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/2015-12-02-hacksgiving-left-overs.md"=>Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md"=>Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/2015-12-09-security-updates-released-today.md"=>Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md"=>Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md"=>Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md"=>Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md"=>Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md"=>Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md"=>Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md"=>Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/2016-01-04-jenkins-at-scale14x.adoc"=>Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/2016-01-05-new-website.adoc"=>Awestruct::Page{ 25291040: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/2016-01-07-official-code-of-conduct.adoc"=>Awestruct::Page{ 24974700: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc"=>Awestruct::Page{ 24694500: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/2016-01-26-office-hour-javascript-development.adoc"=>Awestruct::Page{ 23957220: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc"=>Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/2016-02-06-scale14x-conference-report.adoc"=>Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/2016-02-19-january-2016-sf-jam.adoc"=>Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/2016-02-24-jenkins-security-update.md"=>Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/2016-02-29-jenkins2-alphas.adoc"=>Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/2016-03-02-toulousejam-hackergarten.adoc"=>Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/2016-03-03-gsoc2016-announcement.md"=>Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/2016-03-11-new-jenkins-20-preview.adoc"=>Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/2016-03-15-jenkins-certification.adoc"=>Awestruct::Page{ 27779400: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/2016-03-18-jenkins-20-test-fest.adoc"=>Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/2016-03-21-vjam.adoc"=>Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/2016-03-24-jenkins-2-beta-released.md"=>Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc"=>Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc"=>Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/2016-04-07-2.0-release-candidate.adoc"=>Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc"=>Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc"=>Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc"=>Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/2016-04-11-jenkins-plugins-security-update.md"=>Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc"=>Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc"=>Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/2016-04-14-replay-with-pipeline.adoc"=>Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-15-the-need-for-pipeline.adoc"=>Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-04-21-dsl-plugins.adoc"=>Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/2016-04-22-pipeline-2.x.adoc"=>Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/2016-04-22-possible-infra-compromise.adoc"=>Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/2016-04-26-jenkins-20-is-here.adoc"=>Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/2016-05-10-jenkins-20-vjam.adoc"=>Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/2016-05-11-security-update.md"=>Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc"=>Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/2016-05-17-state-of-jam.adoc"=>Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/2016-05-18-announcing-azure-partnership.adoc"=>Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc"=>Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc"=>Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc"=>Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/2016-05-26-introducing-blue-ocean.adoc"=>Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/2016-05-31-pipeline-snippetizer.adoc"=>Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc"=>Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc"=>Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc"=>Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/2016-06-13-june-jenkins-events.adoc"=>Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc"=>Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/2016-06-14-jenkins-world-agenda.adoc"=>Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc"=>Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc"=>Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc"=>Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc"=>Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/2016-06-30-ewm-alpha-version.adoc"=>Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/2016-07-01-html-publisher-plugin.adoc"=>Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/2016-07-07-jenkins-2.7.1.adoc"=>Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/2016-07-14-2-7-1-re-release.md"=>Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/2016-07-18-pipline-notifications.adoc"=>Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/2016-07-19-blue-ocean-update.adoc"=>Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc"=>Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc"=>Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/2016-08-08-docker-pipeline-environments.adoc"=>Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/2016-08-09-ewm-beta-version.adoc"=>Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc"=>Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc"=>Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc"=>Awestruct::Page{ 27014080: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc"=>Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/2016-08-22-ewm-stable-release.adoc"=>Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc"=>Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc"=>Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc"=>Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/2016-08-29-sauce-pipeline.adoc"=>Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/2016-08-30-ask-experts-demos.adoc"=>Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc"=>Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc"=>Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc"=>Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc"=>Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc"=>Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc"=>Awestruct::Page{ 7087740: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc"=>Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/2016-09-20-jom-plugin-development.adoc"=>Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc"=>Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc"=>Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc"=>Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc"=>Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc"=>Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/2016-10-16-stage-lock-milestone.adoc"=>Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc"=>Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/2016-10-31-xunit-reporting.adoc"=>Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/2016-11-11-monthly-jam-recap-october.adoc"=>Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc"=>Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/2016-11-13-november-jenkins-events.adoc"=>Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc"=>Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/2016-11-21-gc-tuning.adoc"=>Awestruct::Page{ 11216440: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc"=>Awestruct::Page{ 6795740: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/2016-12-09-december-jenkins-events.adoc"=>Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/2016-12-10-monthly-jam-recap-november.adoc"=>Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/2016-12-19-declarative-pipeline-beta.adoc"=>Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc"=>Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/2016-12-31-what-a-year.adoc"=>Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc"=>Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/2017-01-10-security-warnings.adoc"=>Awestruct::Page{ 25355180: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc"=>Awestruct::Page{ 25031780: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc"=>Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc"=>Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc"=>Awestruct::Page{ 23056900: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/2017-01-17-scm-api-2.0-release.adoc"=>Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc"=>Awestruct::Page{ 17346560: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc"=>Awestruct::Page{ 16333400: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.md"=>Awestruct::Page{ 11123240: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.md"=>Awestruct::Page{ 8987200: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 7695960: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old.html"=>Awestruct::Page{ 28083420: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 25738840: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 25297260: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.md"=>Awestruct::Page{ 25273000: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct.adoc"=>Awestruct::Page{ 25121080: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.md"=>Awestruct::Page{ 24767740: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.md"=>Awestruct::Page{ 24676080: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.md"=>Awestruct::Page{ 24475860: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.md"=>Awestruct::Page{ 24300280: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.md"=>Awestruct::Page{ 23806100: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.md"=>Awestruct::Page{ 23492900: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.md"=>Awestruct::Page{ 23161200: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.md"=>Awestruct::Page{ 18652160: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.md"=>Awestruct::Page{ 18557660: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.md"=>Awestruct::Page{ 17894240: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.md"=>Awestruct::Page{ 17598440: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.md"=>Awestruct::Page{ 17479780: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.md"=>Awestruct::Page{ 17319860: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.md"=>Awestruct::Page{ 17022740: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md"=>Awestruct::Page{ 16595880: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.md"=>Awestruct::Page{ 12635660: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.md"=>Awestruct::Page{ 11945420: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.md"=>Awestruct::Page{ 11214960: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.md"=>Awestruct::Page{ 10628020: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.md"=>Awestruct::Page{ 8322420: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md"=>Awestruct::Page{ 6941560: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.md"=>Awestruct::Page{ 28826280: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.md"=>Awestruct::Page{ 28644820: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.md"=>Awestruct::Page{ 28443860: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.md"=>Awestruct::Page{ 28250220: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.md"=>Awestruct::Page{ 28084660: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.md"=>Awestruct::Page{ 27859820: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.md"=>Awestruct::Page{ 27685600: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.md"=>Awestruct::Page{ 27492820: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.md"=>Awestruct::Page{ 27296660: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.md"=>Awestruct::Page{ 27106940: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.md"=>Awestruct::Page{ 26922400: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.md"=>Awestruct::Page{ 26768280: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.md"=>Awestruct::Page{ 26584720: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.md"=>Awestruct::Page{ 26341740: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.md"=>Awestruct::Page{ 25901160: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.md"=>Awestruct::Page{ 25823300: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.md"=>Awestruct::Page{ 25744560: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.md"=>Awestruct::Page{ 25531980: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.md"=>Awestruct::Page{ 25427080: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.md"=>Awestruct::Page{ 25323280: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md"=>Awestruct::Page{ 25211840: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md"=>Awestruct::Page{ 25098440: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md"=>Awestruct::Page{ 24978640: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md"=>Awestruct::Page{ 24883420: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.md"=>Awestruct::Page{ 24770580: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md"=>Awestruct::Page{ 24672660: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.md"=>Awestruct::Page{ 24471840: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.md"=>Awestruct::Page{ 24122780: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.md"=>Awestruct::Page{ 23771760: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.md"=>Awestruct::Page{ 23467160: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.md"=>Awestruct::Page{ 23108960: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.md"=>Awestruct::Page{ 18600280: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.md"=>Awestruct::Page{ 18298980: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.md"=>Awestruct::Page{ 18677580: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.md"=>Awestruct::Page{ 18016920: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.md"=>Awestruct::Page{ 17690460: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md"=>Awestruct::Page{ 17531280: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.md"=>Awestruct::Page{ 17372440: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.md"=>Awestruct::Page{ 17171800: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.md"=>Awestruct::Page{ 16788660: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.md"=>Awestruct::Page{ 16356640: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.md"=>Awestruct::Page{ 12221940: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.md"=>Awestruct::Page{ 11386300: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.md"=>Awestruct::Page{ 10934100: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 8621720: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.md"=>Awestruct::Page{ 28782900: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.md"=>Awestruct::Page{ 28558460: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.md"=>Awestruct::Page{ 28393020: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.md"=>Awestruct::Page{ 28207340: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.md"=>Awestruct::Page{ 28014800: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.md"=>Awestruct::Page{ 27814700: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.md"=>Awestruct::Page{ 27633100: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.md"=>Awestruct::Page{ 27409560: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.md"=>Awestruct::Page{ 27232480: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.md"=>Awestruct::Page{ 27058560: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.md"=>Awestruct::Page{ 26872900: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.md"=>Awestruct::Page{ 26709200: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.md"=>Awestruct::Page{ 26535300: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.md"=>Awestruct::Page{ 26254460: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.md"=>Awestruct::Page{ 25873420: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.md"=>Awestruct::Page{ 25796780: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.md"=>Awestruct::Page{ 25714380: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.md"=>Awestruct::Page{ 25633400: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.md"=>Awestruct::Page{ 25538380: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md"=>Awestruct::Page{ 25440820: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.md"=>Awestruct::Page{ 25328840: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.md"=>Awestruct::Page{ 25215680: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.md"=>Awestruct::Page{ 25103060: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.md"=>Awestruct::Page{ 24981560: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.md"=>Awestruct::Page{ 24885400: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.md"=>Awestruct::Page{ 24766260: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.md"=>Awestruct::Page{ 24673520: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md"=>Awestruct::Page{ 24471580: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 24091760: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.md"=>Awestruct::Page{ 23278400: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.md"=>Awestruct::Page{ 18729760: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.md"=>Awestruct::Page{ 18440800: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.md"=>Awestruct::Page{ 18828080: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.md"=>Awestruct::Page{ 18453920: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.md"=>Awestruct::Page{ 17829780: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.md"=>Awestruct::Page{ 17573780: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.md"=>Awestruct::Page{ 17443640: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.md"=>Awestruct::Page{ 17274120: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.md"=>Awestruct::Page{ 16941140: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.md"=>Awestruct::Page{ 16520160: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.md"=>Awestruct::Page{ 12495820: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.md"=>Awestruct::Page{ 11695200: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.md"=>Awestruct::Page{ 11110980: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.md"=>Awestruct::Page{ 8906320: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.md"=>Awestruct::Page{ 7520380: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.md"=>Awestruct::Page{ 28544440: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.md"=>Awestruct::Page{ 28743540: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.md"=>Awestruct::Page{ 28535220: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.md"=>Awestruct::Page{ 28377640: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.md"=>Awestruct::Page{ 28166700: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.md"=>Awestruct::Page{ 27980300: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.md"=>Awestruct::Page{ 27780000: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.md"=>Awestruct::Page{ 27588800: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md"=>Awestruct::Page{ 27373620: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.md"=>Awestruct::Page{ 27180980: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.md"=>Awestruct::Page{ 26959960: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.md"=>Awestruct::Page{ 26837060: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md"=>Awestruct::Page{ 26653420: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.md"=>Awestruct::Page{ 26421620: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.md"=>Awestruct::Page{ 26208560: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.md"=>Awestruct::Page{ 25846900: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.md"=>Awestruct::Page{ 25772340: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.md"=>Awestruct::Page{ 25687600: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.md"=>Awestruct::Page{ 25608480: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.md"=>Awestruct::Page{ 25509060: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.md"=>Awestruct::Page{ 25405860: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.md"=>Awestruct::Page{ 25289460: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.md"=>Awestruct::Page{ 25178280: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.md"=>Awestruct::Page{ 25052400: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md"=>Awestruct::Page{ 24944460: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md"=>Awestruct::Page{ 24843480: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.md"=>Awestruct::Page{ 24725380: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.md"=>Awestruct::Page{ 24573160: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.md"=>Awestruct::Page{ 24406560: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md"=>Awestruct::Page{ 23492340: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.md"=>Awestruct::Page{ 23140980: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.md"=>Awestruct::Page{ 18608760: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.md"=>Awestruct::Page{ 18327320: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md"=>Awestruct::Page{ 18702440: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.md"=>Awestruct::Page{ 18010520: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.md"=>Awestruct::Page{ 17674080: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.md"=>Awestruct::Page{ 17523680: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.md"=>Awestruct::Page{ 17364340: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.md"=>Awestruct::Page{ 17145880: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.md"=>Awestruct::Page{ 16736400: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.md"=>Awestruct::Page{ 16314300: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.md"=>Awestruct::Page{ 12162380: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.md"=>Awestruct::Page{ 11267860: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.md"=>Awestruct::Page{ 10702960: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.md"=>Awestruct::Page{ 8358180: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.md"=>Awestruct::Page{ 7031060: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.md"=>Awestruct::Page{ 28838240: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.md"=>Awestruct::Page{ 28647220: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 28443940: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md"=>Awestruct::Page{ 27975900: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.md"=>Awestruct::Page{ 27765860: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.md"=>Awestruct::Page{ 27573540: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 27349780: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.md"=>Awestruct::Page{ 26901880: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.md"=>Awestruct::Page{ 26717040: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.md"=>Awestruct::Page{ 26542340: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.md"=>Awestruct::Page{ 26260820: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md"=>Awestruct::Page{ 25877820: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.md"=>Awestruct::Page{ 25800520: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.md"=>Awestruct::Page{ 25717200: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.md"=>Awestruct::Page{ 25634260: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.md"=>Awestruct::Page{ 25537520: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.md"=>Awestruct::Page{ 25438840: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.md"=>Awestruct::Page{ 25324580: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.md"=>Awestruct::Page{ 25210640: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.md"=>Awestruct::Page{ 25094680: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.md"=>Awestruct::Page{ 24973140: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.md"=>Awestruct::Page{ 24875200: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.md"=>Awestruct::Page{ 24746380: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.md"=>Awestruct::Page{ 24626860: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.md"=>Awestruct::Page{ 24452600: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.md"=>Awestruct::Page{ 24036640: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-ā-save-date/index.md"=>Awestruct::Page{ 23706300: output_path=>/content/jenkins-user-conference-ā-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-ā-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.md"=>Awestruct::Page{ 23369820: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.md"=>Awestruct::Page{ 19090820: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.md"=>Awestruct::Page{ 18516960: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.md"=>Awestruct::Page{ 16542760: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.md"=>Awestruct::Page{ 18560160: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.md"=>Awestruct::Page{ 17891680: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.md"=>Awestruct::Page{ 17591600: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.md"=>Awestruct::Page{ 17460340: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.md"=>Awestruct::Page{ 17304440: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.md"=>Awestruct::Page{ 16970120: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.md"=>Awestruct::Page{ 16572680: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.md"=>Awestruct::Page{ 12573800: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.md"=>Awestruct::Page{ 11793120: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.md"=>Awestruct::Page{ 11117060: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.md"=>Awestruct::Page{ 8908960: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.md"=>Awestruct::Page{ 7524280: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.md"=>Awestruct::Page{ 28543800: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.md"=>Awestruct::Page{ 28741740: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md"=>Awestruct::Page{ 28531680: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 28344420: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.md"=>Awestruct::Page{ 28142220: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.md"=>Awestruct::Page{ 27949980: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.md"=>Awestruct::Page{ 27763920: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md"=>Awestruct::Page{ 27569520: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md"=>Awestruct::Page{ 27346340: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md"=>Awestruct::Page{ 27169600: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md"=>Awestruct::Page{ 26939880: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md"=>Awestruct::Page{ 26807200: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md"=>Awestruct::Page{ 26613440: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md"=>Awestruct::Page{ 26379980: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md"=>Awestruct::Page{ 25909080: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md"=>Awestruct::Page{ 25828820: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md"=>Awestruct::Page{ 25749040: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md"=>Awestruct::Page{ 25661260: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md"=>Awestruct::Page{ 25566500: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md"=>Awestruct::Page{ 25474160: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md"=>Awestruct::Page{ 25360400: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md"=>Awestruct::Page{ 25243680: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md"=>Awestruct::Page{ 25130580: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md"=>Awestruct::Page{ 25004520: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.md"=>Awestruct::Page{ 24897580: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.md"=>Awestruct::Page{ 24779400: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md"=>Awestruct::Page{ 24682080: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.md"=>Awestruct::Page{ 24478240: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.md"=>Awestruct::Page{ 24299220: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.md"=>Awestruct::Page{ 23791100: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.md"=>Awestruct::Page{ 23465840: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.md"=>Awestruct::Page{ 23102680: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.md"=>Awestruct::Page{ 18576380: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.md"=>Awestruct::Page{ 17799800: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.md"=>Awestruct::Page{ 18624740: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.md"=>Awestruct::Page{ 18147840: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.md"=>Awestruct::Page{ 17629300: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.md"=>Awestruct::Page{ 17492780: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.md"=>Awestruct::Page{ 17327380: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.md"=>Awestruct::Page{ 17027860: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.md"=>Awestruct::Page{ 16593380: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md"=>Awestruct::Page{ 12610400: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.md"=>Awestruct::Page{ 11889940: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.md"=>Awestruct::Page{ 11162720: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.md"=>Awestruct::Page{ 9005100: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.md"=>Awestruct::Page{ 7629300: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.md"=>Awestruct::Page{ 28651500: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.md"=>Awestruct::Page{ 28448780: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.md"=>Awestruct::Page{ 28250000: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.md"=>Awestruct::Page{ 28065060: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.md"=>Awestruct::Page{ 27853140: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md"=>Awestruct::Page{ 27348300: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.md"=>Awestruct::Page{ 27170980: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.md"=>Awestruct::Page{ 26940740: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md"=>Awestruct::Page{ 26807580: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.md"=>Awestruct::Page{ 26612820: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.md"=>Awestruct::Page{ 26378740: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md"=>Awestruct::Page{ 25907020: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.md"=>Awestruct::Page{ 25826300: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.md"=>Awestruct::Page{ 25743240: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.md"=>Awestruct::Page{ 25523320: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.md"=>Awestruct::Page{ 25416200: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md"=>Awestruct::Page{ 25298980: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.md"=>Awestruct::Page{ 25184860: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.md"=>Awestruct::Page{ 25057120: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.md"=>Awestruct::Page{ 24946920: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.md"=>Awestruct::Page{ 24844400: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.md"=>Awestruct::Page{ 24723920: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.md"=>Awestruct::Page{ 24569520: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.md"=>Awestruct::Page{ 24382820: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md"=>Awestruct::Page{ 23917340: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.md"=>Awestruct::Page{ 23620600: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.md"=>Awestruct::Page{ 23251140: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.md"=>Awestruct::Page{ 18699600: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.md"=>Awestruct::Page{ 18400880: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.md"=>Awestruct::Page{ 18782080: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.md"=>Awestruct::Page{ 18323980: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.md"=>Awestruct::Page{ 11419160: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md"=>Awestruct::Page{ 17541400: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.md"=>Awestruct::Page{ 17380940: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.md"=>Awestruct::Page{ 17175680: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.md"=>Awestruct::Page{ 16750300: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.md"=>Awestruct::Page{ 16329560: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.md"=>Awestruct::Page{ 12177480: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.md"=>Awestruct::Page{ 11267280: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.md"=>Awestruct::Page{ 10691120: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.md"=>Awestruct::Page{ 8329140: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.md"=>Awestruct::Page{ 6929740: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.md"=>Awestruct::Page{ 28820560: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.md"=>Awestruct::Page{ 28592100: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.md"=>Awestruct::Page{ 28421620: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.md"=>Awestruct::Page{ 28209140: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.md"=>Awestruct::Page{ 28013640: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 27809580: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.md"=>Awestruct::Page{ 27298260: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.md"=>Awestruct::Page{ 27104540: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.md"=>Awestruct::Page{ 26916540: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.md"=>Awestruct::Page{ 26740900: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.md"=>Awestruct::Page{ 26545660: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.md"=>Awestruct::Page{ 26261960: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.md"=>Awestruct::Page{ 25876980: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md"=>Awestruct::Page{ 25797300: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.md"=>Awestruct::Page{ 25710640: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.md"=>Awestruct::Page{ 25627620: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.md"=>Awestruct::Page{ 25528700: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.md"=>Awestruct::Page{ 25420200: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.md"=>Awestruct::Page{ 25303100: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.md"=>Awestruct::Page{ 25187800: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.md"=>Awestruct::Page{ 25068200: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.md"=>Awestruct::Page{ 24948260: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.md"=>Awestruct::Page{ 24845700: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.md"=>Awestruct::Page{ 24723960: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.md"=>Awestruct::Page{ 24568820: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.md"=>Awestruct::Page{ 24381500: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.md"=>Awestruct::Page{ 23913300: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.md"=>Awestruct::Page{ 23599460: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.md"=>Awestruct::Page{ 23229220: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.md"=>Awestruct::Page{ 18689340: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.md"=>Awestruct::Page{ 18376360: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md"=>Awestruct::Page{ 18756540: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.md"=>Awestruct::Page{ 18314440: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html.haml"=>Awestruct::Page{ 17699200: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html.haml"=>Awestruct::Page{ 17285380: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.md"=>Awestruct::Page{ 12705260: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.md"=>Awestruct::Page{ 12055700: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.md"=>Awestruct::Page{ 11213960: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.md"=>Awestruct::Page{ 9162260: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.md"=>Awestruct::Page{ 8258500: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.md"=>Awestruct::Page{ 5940260: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.md"=>Awestruct::Page{ 28560820: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.md"=>Awestruct::Page{ 28197800: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md"=>Awestruct::Page{ 27732440: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.md"=>Awestruct::Page{ 27299240: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.md"=>Awestruct::Page{ 26914440: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.md"=>Awestruct::Page{ 26537120: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.md"=>Awestruct::Page{ 25845880: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.md"=>Awestruct::Page{ 25670440: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.md"=>Awestruct::Page{ 25466120: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.md"=>Awestruct::Page{ 25213440: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.md"=>Awestruct::Page{ 24969620: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.md"=>Awestruct::Page{ 24721200: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.md"=>Awestruct::Page{ 24351800: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.md"=>Awestruct::Page{ 23594000: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.md"=>Awestruct::Page{ 18606060: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.md"=>Awestruct::Page{ 18616700: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.md"=>Awestruct::Page{ 17576860: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.md"=>Awestruct::Page{ 17243400: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.md"=>Awestruct::Page{ 16315040: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.md"=>Awestruct::Page{ 11180140: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.md"=>Awestruct::Page{ 7748340: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.md"=>Awestruct::Page{ 8260900: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.md"=>Awestruct::Page{ 11162880: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.md"=>Awestruct::Page{ 12499920: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.md"=>Awestruct::Page{ 16922960: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.md"=>Awestruct::Page{ 17505900: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.md"=>Awestruct::Page{ 17755100: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.md"=>Awestruct::Page{ 18787640: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.md"=>Awestruct::Page{ 23040840: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.md"=>Awestruct::Page{ 23663740: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 24460180: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.md"=>Awestruct::Page{ 25080800: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.md"=>Awestruct::Page{ 25319900: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.md"=>Awestruct::Page{ 25533700: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.md"=>Awestruct::Page{ 25659180: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.md"=>Awestruct::Page{ 25824100: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.md"=>Awestruct::Page{ 26341020: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.md"=>Awestruct::Page{ 26795480: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.md"=>Awestruct::Page{ 27191800: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.md"=>Awestruct::Page{ 27476540: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 27888440: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 28009720: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 28098460: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 28064600: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 28170660: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 28252160: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 28210960: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 28323060: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 28280220: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 28385240: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 28491640: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 28449700: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 28553180: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation.adoc"=>Awestruct::Page{ 28873920: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 28280600: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.adoc"=>Awestruct::Page{ 28170880: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability.adoc"=>Awestruct::Page{ 27297540: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale.adoc"=>Awestruct::Page{ 26501520: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 25807160: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.adoc"=>Awestruct::Page{ 25757780: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 25439680: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 25412520: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.adoc"=>Awestruct::Page{ 25348160: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing.adoc"=>Awestruct::Page{ 24861900: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 24328960: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.adoc"=>Awestruct::Page{ 23891040: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations.adoc"=>Awestruct::Page{ 18391300: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html.haml"=>Awestruct::Page{ 17867380: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 17366160: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli.adoc"=>Awestruct::Page{ 17123000: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.adoc"=>Awestruct::Page{ 11249740: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes.adoc"=>Awestruct::Page{ 28835880: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins.adoc"=>Awestruct::Page{ 27946300: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console.adoc"=>Awestruct::Page{ 27169740: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security.adoc"=>Awestruct::Page{ 26228020: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration.adoc"=>Awestruct::Page{ 25614360: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools.adoc"=>Awestruct::Page{ 25174420: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users.adoc"=>Awestruct::Page{ 24727460: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up.adoc"=>Awestruct::Page{ 23619720: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 16597600: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.adoc"=>Awestruct::Page{ 18761540: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring.adoc"=>Awestruct::Page{ 17405420: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security.adoc"=>Awestruct::Page{ 12214700: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef.adoc"=>Awestruct::Page{ 8318900: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet.adoc"=>Awestruct::Page{ 28424500: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders.adoc"=>Awestruct::Page{ 27627280: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 27065160: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started.adoc"=>Awestruct::Page{ 26896500: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.adoc"=>Awestruct::Page{ 25852620: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile.adoc"=>Awestruct::Page{ 25420360: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch.adoc"=>Awestruct::Page{ 24941720: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview.adoc"=>Awestruct::Page{ 24472880: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries.adoc"=>Awestruct::Page{ 23622900: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax.adoc"=>Awestruct::Page{ 18151680: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code.adoc"=>Awestruct::Page{ 16731200: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 11308360: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 11250300: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 11180840: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 11150920: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 11105280: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 11055720: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 11003080: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 10692160: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 9223520: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 9012540: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 8912980: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 8818320: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 8704900: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 8580780: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 8436680: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 8305860: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 7705660: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 7534240: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 7412440: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 7075040: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 6787120: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 6939760: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 6000220: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 5891780: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 28542080: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 28892260: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 28880280: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 28871340: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 28825240: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 28789700: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 28779400: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 28710540: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 28666940: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 28656180: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 28646460: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 28592700: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 28555380: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 28537000: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 28527040: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 28509380: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 28473480: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 28447300: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 28425900: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 28390160: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 28345100: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.adoc"=>Awestruct::Page{ 28223420: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins.html.haml"=>Awestruct::Page{ 27546180: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 27318700: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet.adoc"=>Awestruct::Page{ 27214520: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.adoc"=>Awestruct::Page{ 26422940: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java.adoc"=>Awestruct::Page{ 25694060: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python.adoc"=>Awestruct::Page{ 25279980: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby.adoc"=>Awestruct::Page{ 24837800: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 24042720: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints.adoc"=>Awestruct::Page{ 23854540: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.adoc"=>Awestruct::Page{ 18341780: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api.adoc"=>Awestruct::Page{ 17536440: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.adoc"=>Awestruct::Page{ 16371720: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples.html.haml"=>Awestruct::Page{ 11070520: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.adoc"=>Awestruct::Page{ 5924420: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector.adoc"=>Awestruct::Page{ 28558240: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible.adoc"=>Awestruct::Page{ 27902680: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor.adoc"=>Awestruct::Page{ 27256940: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory.adoc"=>Awestruct::Page{ 26579580: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier.adoc"=>Awestruct::Page{ 25792920: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub.adoc"=>Awestruct::Page{ 25496100: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman.adoc"=>Awestruct::Page{ 25125260: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh.adoc"=>Awestruct::Page{ 24746920: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding.adoc"=>Awestruct::Page{ 23792160: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier.adoc"=>Awestruct::Page{ 18492280: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification.adoc"=>Awestruct::Page{ 17761460: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves.adoc"=>Awestruct::Page{ 17128740: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow.adoc"=>Awestruct::Page{ 11663700: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext.adoc"=>Awestruct::Page{ 28547820: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager.adoc"=>Awestruct::Page{ 28171680: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep.adoc"=>Awestruct::Page{ 27543560: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling.adoc"=>Awestruct::Page{ 26912540: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger.adoc"=>Awestruct::Page{ 26230280: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git.adoc"=>Awestruct::Page{ 25666300: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest.adoc"=>Awestruct::Page{ 25341100: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin.adoc"=>Awestruct::Page{ 24945700: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat.adoc"=>Awestruct::Page{ 24486840: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc"=>Awestruct::Page{ 23158840: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher.adoc"=>Awestruct::Page{ 18561320: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request.adoc"=>Awestruct::Page{ 17380480: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html.haml"=>Awestruct::Page{ 16417280: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin.adoc"=>Awestruct::Page{ 10693340: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira.adoc"=>Awestruct::Page{ 28738320: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging.adoc"=>Awestruct::Page{ 28019280: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc"=>Awestruct::Page{ 27332260: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps.adoc"=>Awestruct::Page{ 26652660: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes.adoc"=>Awestruct::Page{ 25784820: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner.adoc"=>Awestruct::Page{ 25444980: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources.adoc"=>Awestruct::Page{ 25051380: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon.adoc"=>Awestruct::Page{ 24685400: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost.adoc"=>Awestruct::Page{ 23688340: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder.adoc"=>Awestruct::Page{ 18403980: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader.adoc"=>Awestruct::Page{ 17649640: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline.adoc"=>Awestruct::Page{ 16422400: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4.adoc"=>Awestruct::Page{ 5888120: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor.adoc"=>Awestruct::Page{ 28251240: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws.adoc"=>Awestruct::Page{ 27568460: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step.adoc"=>Awestruct::Page{ 26718240: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath.adoc"=>Awestruct::Page{ 25858800: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step.adoc"=>Awestruct::Page{ 25560820: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step.adoc"=>Awestruct::Page{ 18295180: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven.adoc"=>Awestruct::Page{ 17562940: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step.adoc"=>Awestruct::Page{ 16729000: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition.adoc"=>Awestruct::Page{ 11115520: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step.adoc"=>Awestruct::Page{ 28871660: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps.adoc"=>Awestruct::Page{ 28017580: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog.adoc"=>Awestruct::Page{ 27351140: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline.adoc"=>Awestruct::Page{ 26717140: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier.adoc"=>Awestruct::Page{ 25853020: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector.adoc"=>Awestruct::Page{ 24993960: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand.adoc"=>Awestruct::Page{ 24619160: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack.adoc"=>Awestruct::Page{ 23532200: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend.adoc"=>Awestruct::Page{ 16567220: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent.adoc"=>Awestruct::Page{ 17565080: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter.adoc"=>Awestruct::Page{ 16727080: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion.adoc"=>Awestruct::Page{ 11106220: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert.adoc"=>Awestruct::Page{ 28785320: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper.adoc"=>Awestruct::Page{ 28117780: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber.adoc"=>Awestruct::Page{ 27376500: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud.adoc"=>Awestruct::Page{ 26624200: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps.adoc"=>Awestruct::Page{ 41804940: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib.adoc"=>Awestruct::Page{ 43495360: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps.adoc"=>Awestruct::Page{ 43839480: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step.adoc"=>Awestruct::Page{ 44267880: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch.adoc"=>Awestruct::Page{ 44241700: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step.adoc"=>Awestruct::Page{ 53258540: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents.adoc"=>Awestruct::Page{ 53739200: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment.adoc"=>Awestruct::Page{ 54044840: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment.adoc"=>Awestruct::Page{ 54377800: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world.adoc"=>Awestruct::Page{ 54714000: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post.adoc"=>Awestruct::Page{ 55016280: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps.adoc"=>Awestruct::Page{ 55347060: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts.adoc"=>Awestruct::Page{ 55686740: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19.adoc"=>Awestruct::Page{ 56028500: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32.adoc"=>Awestruct::Page{ 56352120: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7.adoc"=>Awestruct::Page{ 56670420: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide.html.haml"=>Awestruct::Page{ 56888840: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate.adoc"=>Awestruct::Page{ 57221040: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download.html.haml"=>Awestruct::Page{ 57345820: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 57540940: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 57580380: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 57597700: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 57590480: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 57608180: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 57617700: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 57646400: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 57639380: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 57676300: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 57685820: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 57703540: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 57696720: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 57706260: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 57723980: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.adoc"=>Awestruct::Page{ 57751520: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout.adoc"=>Awestruct::Page{ 57877060: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 58026560: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 58044160: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 58053700: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 58071300: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 58080840: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 58074040: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 58091780: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 58120400: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 58137920: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 58130900: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 58148640: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 58158200: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 58175940: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 58185480: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 58203220: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 58196420: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 58214160: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 58223700: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 58252100: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 58269600: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 58262580: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 58280100: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 58289420: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 58307140: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 58316680: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 58334420: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 58327620: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 58345340: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 58354880: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 58372620: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 58390320: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 58399840: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 58393020: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 58410760: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 58420280: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 58451300: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 58460420: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 58488540: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 58505860: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 58523180: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 58515960: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README.asciidoc"=>Awestruct::Page{ 58577980: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 58699400: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 58716700: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 58734020: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 58743340: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 58760840: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 58754040: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 58771760: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 58781280: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 58799000: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 58808540: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 58826280: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 58819480: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 58837200: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 58846720: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 58875520: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 58868700: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 58886440: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 58911800: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 58929340: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 58938680: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 58956220: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 58973740: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 58966740: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 58976100: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 58993620: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 59002960: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 59020500: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 59038040: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 59047380: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 59040360: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 59057900: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 59067220: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 59084720: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 59102240: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 59111580: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 59129080: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 59122060: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 59131400: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 59148920: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 59166420: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 59175740: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 59193280: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 59202620: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 59195620: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 59213140: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 59230660: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 59240000: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 59257520: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 59275040: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 59284380: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 59277380: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 59294920: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 59304280: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 59321820: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 59350140: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 59343120: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 59360640: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 59369960: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 59387480: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 59405000: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 59408860: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 59426380: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 59435700: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 59453200: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 59470720: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 59480240: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 59497960: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 59491160: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 59515060: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 59543320: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 59560640: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 59572560: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 59581680: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 59609660: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 59626980: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 59644300: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 59678000: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 59670780: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 59690260: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 59699380: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 59708500: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 59725820: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 59743120: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 59752240: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 59745020: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 59762340: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 59790600: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 59807920: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 59835540: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 59820080: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 59853780: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 59862900: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 59872020: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 59881160: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 59898480: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 59915800: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 59908580: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 59952160: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 59961300: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 59970420: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 59979540: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 59988660: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 60005980: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 59998760: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 60016080: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 60025200: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 60042520: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 60051640: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 60068940: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 60086260: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 60114680: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 60133480: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 60150780: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 60168100: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 60177220: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 60186340: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 60179120: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 60188240: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 60197360: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 60214680: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 60223800: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 60241120: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 60258440: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 60267560: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 60284880: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 60277660: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 60322340: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 60331360: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 60335200: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 60355180: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 60372500: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 60389820: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 60399140: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 60392120: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 60409640: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 60426920: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 60436000: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 60453280: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 60462360: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 60479620: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 60496900: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 60505980: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 60498720: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 60534880: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 60544000: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 60561300: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 60570420: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 60587740: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 60615380: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 60624500: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 60633620: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 60642740: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 60651860: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 60669180: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 60661960: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 60671080: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 60688400: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 60705920: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 60733200: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 60742340: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 60759660: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 60752440: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 60769760: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 60778900: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 60796220: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 60805340: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 60822660: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 60839980: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 60849100: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 60866420: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 60870160: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 60887460: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 60914960: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 60907740: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 60925040: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 60942360: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 60951480: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 60968780: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 60977900: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 60995220: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 61012520: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 61021640: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 61049680: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 61058800: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 61067940: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 61077060: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 61086180: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 61114500: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 61123620: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61142700: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61151840: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61169160: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 61161940: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 61179260: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61188400: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 61205720: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 61223040: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 61232180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 61249500: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 61266820: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61275960: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 61303980: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 61313120: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 61322240: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 61331360: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 61340480: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 61368600: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 61377720: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 61386840: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 61395980: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 61405300: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 61432920: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 61442040: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 61451160: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 61460280: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 61477600: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 61486720: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 61504020: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 61513140: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 61505920: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 61523440: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 61540940: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 61585300: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 61594420: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 61603560: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 61596340: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 61605460: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 61650120: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 61659240: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 61668560: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 61672000: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 61689320: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 61698440: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 61715760: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 61724900: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 61753020: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 61762160: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 61771280: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 61780400: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 61784240: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 61820420: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 61829540: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 61846860: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 61855980: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 61873280: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 61901400: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 61910520: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 61919640: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 61928780: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 61932000: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 61949180: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 61958300: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 61975500: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 61992800: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 62001920: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 62029700: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 62022480: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 62039800: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 62057120: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 62066240: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 62083560: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 62100880: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 62104320: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 62121640: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 62130780: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 62148100: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 62165420: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 62174980: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 62192720: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 62185920: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 62203660: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 62248160: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 62257500: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 62266820: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 62259800: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 62269120: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 62278440: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 62295960: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 62313480: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 62317340: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 62334860: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 62344180: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 62361680: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 62379200: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 62388740: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 62406460: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 62399640: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 62409180: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 62426920: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 62444640: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 62454180: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 62471920: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 62465100: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 62482820: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html.haml"=>Awestruct::Page{ 62492700: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects.adoc"=>Awestruct::Page{ 62758020: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 62968440: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 62973540: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 63128240: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 63146580: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.md"=>Awestruct::Page{ 63213380: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 63451200: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.md"=>Awestruct::Page{ 63463980: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.md"=>Awestruct::Page{ 63713620: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.md"=>Awestruct::Page{ 63910160: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.md"=>Awestruct::Page{ 64041660: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.md"=>Awestruct::Page{ 64164960: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.md"=>Awestruct::Page{ 64288280: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.md"=>Awestruct::Page{ 64419760: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.md"=>Awestruct::Page{ 64543060: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.md"=>Awestruct::Page{ 64666360: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.md"=>Awestruct::Page{ 64797880: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.md"=>Awestruct::Page{ 64921180: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.md"=>Awestruct::Page{ 65028120: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.md"=>Awestruct::Page{ 65151400: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.md"=>Awestruct::Page{ 65282920: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.md"=>Awestruct::Page{ 65406220: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.md"=>Awestruct::Page{ 65529540: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.md"=>Awestruct::Page{ 65661000: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.md"=>Awestruct::Page{ 65784320: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.md"=>Awestruct::Page{ 65915820: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.md"=>Awestruct::Page{ 66039120: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.md"=>Awestruct::Page{ 66162400: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.md"=>Awestruct::Page{ 66293900: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.md"=>Awestruct::Page{ 66417220: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.md"=>Awestruct::Page{ 66540540: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.md"=>Awestruct::Page{ 66672020: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.md"=>Awestruct::Page{ 66795320: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.md"=>Awestruct::Page{ 66926840: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.md"=>Awestruct::Page{ 67050160: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.md"=>Awestruct::Page{ 67173460: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.md"=>Awestruct::Page{ 67033620: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.md"=>Awestruct::Page{ 66599760: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.md"=>Awestruct::Page{ 66157780: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.md"=>Awestruct::Page{ 65715700: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.md"=>Awestruct::Page{ 65223380: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.md"=>Awestruct::Page{ 64780880: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.md"=>Awestruct::Page{ 64347020: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.md"=>Awestruct::Page{ 63905020: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.md"=>Awestruct::Page{ 63475920: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.md"=>Awestruct::Page{ 63106920: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.md"=>Awestruct::Page{ 62680680: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.md"=>Awestruct::Page{ 62401020: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.md"=>Awestruct::Page{ 62211040: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.md"=>Awestruct::Page{ 62004180: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.md"=>Awestruct::Page{ 61822420: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.md"=>Awestruct::Page{ 61648540: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.md"=>Awestruct::Page{ 61450640: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.md"=>Awestruct::Page{ 61260660: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.md"=>Awestruct::Page{ 61062720: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.md"=>Awestruct::Page{ 60864060: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.md"=>Awestruct::Page{ 60674120: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.md"=>Awestruct::Page{ 60492360: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.md"=>Awestruct::Page{ 60318740: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.md"=>Awestruct::Page{ 60120100: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.md"=>Awestruct::Page{ 59913480: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.md"=>Awestruct::Page{ 59723260: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.md"=>Awestruct::Page{ 59533800: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.md"=>Awestruct::Page{ 59335600: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.md"=>Awestruct::Page{ 59128580: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.md"=>Awestruct::Page{ 58937860: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.md"=>Awestruct::Page{ 58756300: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.md"=>Awestruct::Page{ 58459340: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.md"=>Awestruct::Page{ 58244260: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.md"=>Awestruct::Page{ 58054320: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.md"=>Awestruct::Page{ 57684820: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.md"=>Awestruct::Page{ 57422120: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.md"=>Awestruct::Page{ 57004000: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.md"=>Awestruct::Page{ 56553580: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.md"=>Awestruct::Page{ 56135960: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.md"=>Awestruct::Page{ 55710140: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.md"=>Awestruct::Page{ 55226840: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.md"=>Awestruct::Page{ 54792920: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.md"=>Awestruct::Page{ 54342460: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.md"=>Awestruct::Page{ 53883740: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.md"=>Awestruct::Page{ 53441420: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.md"=>Awestruct::Page{ 52729140: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.md"=>Awestruct::Page{ 52147960: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.md"=>Awestruct::Page{ 51722400: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.md"=>Awestruct::Page{ 51288700: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.md"=>Awestruct::Page{ 47633660: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.md"=>Awestruct::Page{ 45913740: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.md"=>Awestruct::Page{ 43341880: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.md"=>Awestruct::Page{ 44169140: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.md"=>Awestruct::Page{ 43439940: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.md"=>Awestruct::Page{ 28316620: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.md"=>Awestruct::Page{ 27406760: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.md"=>Awestruct::Page{ 26580200: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.md"=>Awestruct::Page{ 25700200: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.md"=>Awestruct::Page{ 25255880: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.md"=>Awestruct::Page{ 25019720: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.md"=>Awestruct::Page{ 24772880: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.md"=>Awestruct::Page{ 24446440: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.md"=>Awestruct::Page{ 23684720: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.md"=>Awestruct::Page{ 18683620: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.md"=>Awestruct::Page{ 18641720: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.md"=>Awestruct::Page{ 17590420: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.md"=>Awestruct::Page{ 17262400: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.md"=>Awestruct::Page{ 16310620: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.md"=>Awestruct::Page{ 11153060: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.md"=>Awestruct::Page{ 10739180: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.md"=>Awestruct::Page{ 12280060: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.md"=>Awestruct::Page{ 16869620: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.md"=>Awestruct::Page{ 17442920: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.md"=>Awestruct::Page{ 17688120: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.md"=>Awestruct::Page{ 18824800: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.md"=>Awestruct::Page{ 18733820: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.md"=>Awestruct::Page{ 23579180: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.md"=>Awestruct::Page{ 24459140: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.md"=>Awestruct::Page{ 24699180: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.md"=>Awestruct::Page{ 24982740: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.md"=>Awestruct::Page{ 25217160: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.md"=>Awestruct::Page{ 25623600: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.md"=>Awestruct::Page{ 26244940: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.md"=>Awestruct::Page{ 27137000: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.md"=>Awestruct::Page{ 28267400: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.md"=>Awestruct::Page{ 43425800: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.md"=>Awestruct::Page{ 44186340: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.md"=>Awestruct::Page{ 47691820: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.md"=>Awestruct::Page{ 45963720: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.md"=>Awestruct::Page{ 47430520: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.md"=>Awestruct::Page{ 51304420: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.md"=>Awestruct::Page{ 51632460: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.md"=>Awestruct::Page{ 52099840: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.md"=>Awestruct::Page{ 52616240: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.md"=>Awestruct::Page{ 53132440: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.md"=>Awestruct::Page{ 53837020: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.md"=>Awestruct::Page{ 54377460: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.md"=>Awestruct::Page{ 54713220: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.md"=>Awestruct::Page{ 55245660: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.md"=>Awestruct::Page{ 55597580: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.md"=>Awestruct::Page{ 56088960: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.md"=>Awestruct::Page{ 56449440: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.md"=>Awestruct::Page{ 56891780: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.md"=>Awestruct::Page{ 57432080: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.md"=>Awestruct::Page{ 57643980: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.md"=>Awestruct::Page{ 58010760: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.md"=>Awestruct::Page{ 58246540: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.md"=>Awestruct::Page{ 58482180: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.md"=>Awestruct::Page{ 58719240: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.md"=>Awestruct::Page{ 58954720: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.md"=>Awestruct::Page{ 59084240: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.md"=>Awestruct::Page{ 59320220: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.md"=>Awestruct::Page{ 59449360: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.md"=>Awestruct::Page{ 59693560: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.md"=>Awestruct::Page{ 59855860: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.md"=>Awestruct::Page{ 60148960: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.md"=>Awestruct::Page{ 60262620: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.md"=>Awestruct::Page{ 60392420: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.md"=>Awestruct::Page{ 60668540: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.md"=>Awestruct::Page{ 60798320: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.md"=>Awestruct::Page{ 61083460: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.md"=>Awestruct::Page{ 61220960: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.md"=>Awestruct::Page{ 61366940: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.md"=>Awestruct::Page{ 61619020: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.md"=>Awestruct::Page{ 61765280: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.md"=>Awestruct::Page{ 62042240: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.md"=>Awestruct::Page{ 62171760: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.md"=>Awestruct::Page{ 62309220: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.md"=>Awestruct::Page{ 62676400: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.md"=>Awestruct::Page{ 62954720: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.md"=>Awestruct::Page{ 63470380: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.md"=>Awestruct::Page{ 63810260: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.md"=>Awestruct::Page{ 64415000: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.md"=>Awestruct::Page{ 64733060: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.md"=>Awestruct::Page{ 65297760: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.md"=>Awestruct::Page{ 65731700: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.md"=>Awestruct::Page{ 66107180: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.md"=>Awestruct::Page{ 66605900: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.md"=>Awestruct::Page{ 66981340: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.md"=>Awestruct::Page{ 45035040: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.md"=>Awestruct::Page{ 47042500: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.md"=>Awestruct::Page{ 43667760: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.md"=>Awestruct::Page{ 44085380: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.md"=>Awestruct::Page{ 44845720: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.md"=>Awestruct::Page{ 47843260: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.md"=>Awestruct::Page{ 45523100: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.md"=>Awestruct::Page{ 45849720: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.md"=>Awestruct::Page{ 44840980: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.md"=>Awestruct::Page{ 46421080: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.md"=>Awestruct::Page{ 67047700: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.md"=>Awestruct::Page{ 46787520: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.md"=>Awestruct::Page{ 66668880: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.md"=>Awestruct::Page{ 46991160: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.md"=>Awestruct::Page{ 66405680: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.md"=>Awestruct::Page{ 66340020: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.md"=>Awestruct::Page{ 66101380: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.md"=>Awestruct::Page{ 47792220: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.md"=>Awestruct::Page{ 65846760: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.md"=>Awestruct::Page{ 65558960: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.md"=>Awestruct::Page{ 43579760: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.md"=>Awestruct::Page{ 65221620: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.md"=>Awestruct::Page{ 43889520: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.md"=>Awestruct::Page{ 64909640: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.md"=>Awestruct::Page{ 51097180: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.md"=>Awestruct::Page{ 64605360: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.md"=>Awestruct::Page{ 51308780: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.md"=>Awestruct::Page{ 64284300: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.md"=>Awestruct::Page{ 64210460: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.md"=>Awestruct::Page{ 63964580: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.md"=>Awestruct::Page{ 63839320: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.md"=>Awestruct::Page{ 51514960: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.md"=>Awestruct::Page{ 63475040: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.md"=>Awestruct::Page{ 51612220: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.md"=>Awestruct::Page{ 63195580: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.md"=>Awestruct::Page{ 51677300: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.md"=>Awestruct::Page{ 62965080: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.md"=>Awestruct::Page{ 62842100: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.md"=>Awestruct::Page{ 51797800: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.md"=>Awestruct::Page{ 62488200: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.md"=>Awestruct::Page{ 51567160: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.md"=>Awestruct::Page{ 62387320: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.md"=>Awestruct::Page{ 52032180: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.md"=>Awestruct::Page{ 62295680: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.md"=>Awestruct::Page{ 52161440: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.md"=>Awestruct::Page{ 62204220: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.md"=>Awestruct::Page{ 52429660: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.md"=>Awestruct::Page{ 62103720: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.md"=>Awestruct::Page{ 62062280: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.md"=>Awestruct::Page{ 52705800: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.md"=>Awestruct::Page{ 61961880: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.md"=>Awestruct::Page{ 52917200: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.md"=>Awestruct::Page{ 61870320: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.md"=>Awestruct::Page{ 53047060: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.md"=>Awestruct::Page{ 61778780: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.md"=>Awestruct::Page{ 53397460: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.md"=>Awestruct::Page{ 61687120: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.md"=>Awestruct::Page{ 53535600: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.md"=>Awestruct::Page{ 53607640: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.md"=>Awestruct::Page{ 61545520: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.md"=>Awestruct::Page{ 53860440: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.md"=>Awestruct::Page{ 61453820: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.md"=>Awestruct::Page{ 54071640: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.md"=>Awestruct::Page{ 61370240: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.md"=>Awestruct::Page{ 54233940: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.md"=>Awestruct::Page{ 61261980: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.md"=>Awestruct::Page{ 54453040: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.md"=>Awestruct::Page{ 54533980: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.md"=>Awestruct::Page{ 61128380: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.md"=>Awestruct::Page{ 54770200: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.md"=>Awestruct::Page{ 61019540: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.md"=>Awestruct::Page{ 54907860: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.md"=>Awestruct::Page{ 60928440: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.md"=>Awestruct::Page{ 55144180: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.md"=>Awestruct::Page{ 60836400: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.md"=>Awestruct::Page{ 55363200: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.md"=>Awestruct::Page{ 60736240: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.md"=>Awestruct::Page{ 55501380: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.md"=>Awestruct::Page{ 55671400: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.md"=>Awestruct::Page{ 60618940: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.md"=>Awestruct::Page{ 55825920: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.md"=>Awestruct::Page{ 60502920: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.md"=>Awestruct::Page{ 56110840: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.md"=>Awestruct::Page{ 60411200: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.md"=>Awestruct::Page{ 56240140: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.md"=>Awestruct::Page{ 60327500: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.md"=>Awestruct::Page{ 56476380: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.md"=>Awestruct::Page{ 56647140: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.md"=>Awestruct::Page{ 60185380: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.md"=>Awestruct::Page{ 56800900: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.md"=>Awestruct::Page{ 60085020: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.md"=>Awestruct::Page{ 57028980: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.md"=>Awestruct::Page{ 59985260: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.md"=>Awestruct::Page{ 57256940: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.md"=>Awestruct::Page{ 59893420: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.md"=>Awestruct::Page{ 57468120: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.md"=>Awestruct::Page{ 59801680: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.md"=>Awestruct::Page{ 59751900: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.md"=>Awestruct::Page{ 57964680: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.md"=>Awestruct::Page{ 59675860: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.md"=>Awestruct::Page{ 62575140: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.md"=>Awestruct::Page{ 59560060: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.md"=>Awestruct::Page{ 62827680: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.md"=>Awestruct::Page{ 59451520: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.md"=>Awestruct::Page{ 63039000: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.md"=>Awestruct::Page{ 59360140: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.md"=>Awestruct::Page{ 59309740: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.md"=>Awestruct::Page{ 63371860: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.md"=>Awestruct::Page{ 59218040: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.md"=>Awestruct::Page{ 63567060: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.md"=>Awestruct::Page{ 59125740: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.md"=>Awestruct::Page{ 63769400: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.md"=>Awestruct::Page{ 59033460: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.md"=>Awestruct::Page{ 64112100: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.md"=>Awestruct::Page{ 64257620: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.md"=>Awestruct::Page{ 58891700: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.md"=>Awestruct::Page{ 64518920: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.md"=>Awestruct::Page{ 58800180: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.md"=>Awestruct::Page{ 64868980: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.md"=>Awestruct::Page{ 58699460: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.md"=>Awestruct::Page{ 65129960: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.md"=>Awestruct::Page{ 58476660: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.md"=>Awestruct::Page{ 58359600: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.md"=>Awestruct::Page{ 58267360: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.md"=>Awestruct::Page{ 58174420: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.md"=>Awestruct::Page{ 58074600: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.md"=>Awestruct::Page{ 57744000: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.md"=>Awestruct::Page{ 57643200: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.md"=>Awestruct::Page{ 57543460: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.md"=>Awestruct::Page{ 57214180: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.md"=>Awestruct::Page{ 56935120: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.md"=>Awestruct::Page{ 56507400: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.md"=>Awestruct::Page{ 56138020: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.md"=>Awestruct::Page{ 55792760: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.md"=>Awestruct::Page{ 55455700: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.md"=>Awestruct::Page{ 55011920: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.md"=>Awestruct::Page{ 54707620: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.md"=>Awestruct::Page{ 54371040: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.md"=>Awestruct::Page{ 53960620: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.md"=>Awestruct::Page{ 53648300: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.md"=>Awestruct::Page{ 53016140: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.md"=>Awestruct::Page{ 52237220: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.md"=>Awestruct::Page{ 51720020: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.md"=>Awestruct::Page{ 51284760: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.md"=>Awestruct::Page{ 44231140: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.md"=>Awestruct::Page{ 47893400: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.md"=>Awestruct::Page{ 47394140: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.md"=>Awestruct::Page{ 46903060: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.md"=>Awestruct::Page{ 46395560: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.md"=>Awestruct::Page{ 46035580: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.md"=>Awestruct::Page{ 45552660: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.md"=>Awestruct::Page{ 44979620: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.md"=>Awestruct::Page{ 44357440: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.md"=>Awestruct::Page{ 43350260: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.md"=>Awestruct::Page{ 46848640: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.md"=>Awestruct::Page{ 45505600: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.md"=>Awestruct::Page{ 43335140: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.md"=>Awestruct::Page{ 46103380: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.md"=>Awestruct::Page{ 43759880: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.md"=>Awestruct::Page{ 44266540: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.md"=>Awestruct::Page{ 43839160: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.md"=>Awestruct::Page{ 43486520: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.md"=>Awestruct::Page{ 41764820: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.md"=>Awestruct::Page{ 42772880: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.md"=>Awestruct::Page{ 42855220: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.md"=>Awestruct::Page{ 42298580: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.md"=>Awestruct::Page{ 42241680: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.md"=>Awestruct::Page{ 41291800: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.md"=>Awestruct::Page{ 28843480: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.md"=>Awestruct::Page{ 28640000: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.md"=>Awestruct::Page{ 28420820: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.md"=>Awestruct::Page{ 28199760: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.md"=>Awestruct::Page{ 27979360: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.md"=>Awestruct::Page{ 27765020: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.md"=>Awestruct::Page{ 27568080: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.md"=>Awestruct::Page{ 27320040: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.md"=>Awestruct::Page{ 27118700: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.md"=>Awestruct::Page{ 26920440: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.md"=>Awestruct::Page{ 26739460: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.md"=>Awestruct::Page{ 26539760: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.md"=>Awestruct::Page{ 26253400: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.md"=>Awestruct::Page{ 25866120: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.md"=>Awestruct::Page{ 25782920: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.md"=>Awestruct::Page{ 25691700: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.md"=>Awestruct::Page{ 25599300: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.md"=>Awestruct::Page{ 25498720: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.md"=>Awestruct::Page{ 25379400: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.md"=>Awestruct::Page{ 25247700: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.md"=>Awestruct::Page{ 25131920: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.md"=>Awestruct::Page{ 25000260: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.md"=>Awestruct::Page{ 24888160: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.md"=>Awestruct::Page{ 24769440: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.md"=>Awestruct::Page{ 24632840: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.md"=>Awestruct::Page{ 24449900: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.md"=>Awestruct::Page{ 23997940: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.md"=>Awestruct::Page{ 23662660: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.md"=>Awestruct::Page{ 23280320: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.md"=>Awestruct::Page{ 18717620: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.md"=>Awestruct::Page{ 18398320: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.md"=>Awestruct::Page{ 18757740: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.md"=>Awestruct::Page{ 18311640: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.md"=>Awestruct::Page{ 17678020: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.md"=>Awestruct::Page{ 17515760: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.md"=>Awestruct::Page{ 17335100: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.md"=>Awestruct::Page{ 17023220: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.md"=>Awestruct::Page{ 16584100: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.md"=>Awestruct::Page{ 12568440: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.md"=>Awestruct::Page{ 11661680: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.md"=>Awestruct::Page{ 11052180: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.md"=>Awestruct::Page{ 8631540: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code.adoc"=>Awestruct::Page{ 42951600: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html.haml"=>Awestruct::Page{ 41343120: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines.adoc"=>Awestruct::Page{ 42372260: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins.html.haml"=>Awestruct::Page{ 42901260: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 42691340: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press.adoc"=>Awestruct::Page{ 42735060: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean.adoc"=>Awestruct::Page{ 41750680: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc.adoc"=>Awestruct::Page{ 46301900: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.adoc"=>Awestruct::Page{ 44794580: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot.adoc"=>Awestruct::Page{ 46326720: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure.adoc"=>Awestruct::Page{ 47805560: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest.html.haml"=>Awestruct::Page{ 43751340: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam.adoc"=>Awestruct::Page{ 44656860: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.md"=>Awestruct::Page{ 45133480: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs.adoc"=>Awestruct::Page{ 44896000: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout.adoc"=>Awestruct::Page{ 45561800: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins.adoc"=>Awestruct::Page{ 45711720: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144.adoc"=>Awestruct::Page{ 45918760: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security.adoc"=>Awestruct::Page{ 45363480: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 46452440: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 46536700: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 46561800: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 46586920: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 46603840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 46596220: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 46629520: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 46654620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 46663340: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 46704840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 46713560: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 46746860: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 46771980: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 46797080: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 46814000: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 46855500: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 46864220: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 46881120: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 46922600: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 46939520: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 46956440: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 46948820: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 46982120: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 47015420: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 47024140: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 47065620: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 47074340: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 47099460: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 47132760: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 47149680: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 47174780: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 47199900: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 47225020: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 47241940: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 47283440: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 47293900: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 47302840: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 47344540: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 47353460: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 47386960: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 47420460: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 47437580: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 47462880: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 47496380: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 47513500: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 47506080: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 47515000: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 47556680: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 47573980: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 47599480: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 47624980: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 47653620: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 47778000: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 47787120: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 47812640: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 47838160: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 47871860: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 47942220: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 47983780: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 47992700: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 48026080: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 48059580: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 48076580: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 48101900: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 41819260: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 43794260: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 43786720: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 43795640: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 43452200: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 44132860: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 44141660: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 44281660: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 44290460: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 44192780: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 44209900: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 44218700: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 44227620: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 43867800: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 43860380: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 43877380: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 51078760: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 51398980: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 51440560: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 51473940: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 51417340: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 51589980: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 51623480: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 51665060: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 51731340: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 51789300: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 51781880: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 51536740: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 51938880: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 51947680: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 51989260: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 52039140: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 52047940: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 52089520: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 52155800: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 52393980: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 52410960: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 52469040: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 52543380: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 52535840: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 52544780: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 52602740: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 52578900: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 52743360: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 52940700: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 52957700: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 52999400: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 53057360: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 53074480: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 53116060: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 53452440: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 53444680: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 53510940: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 53560700: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 53610600: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 53758660: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 53816740: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 53891080: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 54088420: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 54146380: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 54163380: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 54213260: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 54484200: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 54493120: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 54485580: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 54535460: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 54732800: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 54807260: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 54865200: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 55046160: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 55120500: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 55170400: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 55179200: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 55392920: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 55401720: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 55467980: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 55460440: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 55510200: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 55527320: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 55724540: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 55839840: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 55848760: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 55898520: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 56079360: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 56153820: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 56211780: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 56376360: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 56393360: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 56385820: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 56427520: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 56493680: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 56691020: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 56708000: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 56765960: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 56815840: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 56824640: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 57013800: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 57071880: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 57228140: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 57237060: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 57229520: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 57279280: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 57525760: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 57837660: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 57936680: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 57953800: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 58003560: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 65246020: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 65263140: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 65271940: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 65379040: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 65387960: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 65380420: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 65397540: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 65496460: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 65505380: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 65522380: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 65596720: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 65622020: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 65639000: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 65647920: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 65738660: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 65755780: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 65764580: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 65871680: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 65864260: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 65873060: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 65890060: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 65989100: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 66006080: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 66015000: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 66113920: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 66131020: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 66139820: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 66246940: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 66255860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 66272860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 66265320: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 66364360: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 66381360: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 66390180: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 66489220: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 66506220: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 66515160: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 66622260: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 66631180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 66648180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 66747080: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 66764200: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 66756660: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 66765460: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 66872680: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 66881500: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 66898500: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 66997540: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 67006360: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 67023480: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 67097820: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 67123120: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 67140120: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 67149040: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 67149660: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 67141260: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 67133560: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 67117500: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 67093260: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 67019980: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 67004060: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 66996200: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 66898260: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 66882600: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 66874720: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 66768400: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 66760400: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 66744220: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 66646360: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 66630320: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 66622840: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 66516680: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 66508940: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 66492900: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 66395060: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 66387180: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 66371260: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 66363440: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 66265480: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 66249280: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 66241420: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 66135380: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 66127520: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 66111580: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 66013720: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 66006260: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 65990200: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 65892340: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 65876400: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 65868260: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 65761940: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 65754200: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 65738300: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 65648780: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 65641040: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 65624980: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 65600840: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 65527440: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 65519740: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 65503700: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 65495960: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 65398100: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 65381920: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 65374040: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 65267980: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 65260240: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 65244320: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 58002940: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 57954500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 57938440: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 57840460: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 57529580: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 57284120: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 57235160: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 57227060: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 57072120: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 57015120: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 56827040: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 56819500: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 56812000: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 56707700: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 55852680: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 55388440: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 54539380: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 53890840: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 53074040: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 52605600: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 52085540: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 44282540: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 47868820: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 47655380: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 47489800: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 47278880: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 46709620: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 46512320: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 46449740: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 46434460: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 45345040: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 45296600: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 45280960: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 45986400: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 45921800: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 45881220: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 45792020: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 45719220: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android.adoc"=>Awestruct::Page{ 63690340: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c.adoc"=>Awestruct::Page{ 54030160: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker.adoc"=>Awestruct::Page{ 67256260: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded.adoc"=>Awestruct::Page{ 43615060: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github.adoc"=>Awestruct::Page{ 67100220: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java.adoc"=>Awestruct::Page{ 66487500: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline.adoc"=>Awestruct::Page{ 65753460: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python.adoc"=>Awestruct::Page{ 57955440: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby.adoc"=>Awestruct::Page{ 56389060: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 57472960: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 56109040: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "/../../../../../.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml"=>Awestruct::Page{ 11105480: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html.haml"=>Awestruct::Page{ 24385980: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/_ext/atom.xml.haml"=>Awestruct::Page{ 59819460: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/_layouts/chapter.html.haml"=>Awestruct::Page{ 11067420: output_path=>/_layouts/chapter.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/chapter.html.haml, layout=>documentation }, "/_layouts/default.html.haml"=>Awestruct::Page{ 10935100: output_path=>/_layouts/default.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/default.html.haml, layout=>frame }, "/_layouts/documentation.html.haml"=>Awestruct::Page{ 10696660: output_path=>/_layouts/documentation.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/documentation.html.haml, layout=>default }, "/_layouts/frame.html.haml"=>Awestruct::Page{ 9067200: output_path=>/_layouts/frame.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/frame.html.haml, layout=> }, "/_layouts/post.html.haml"=>Awestruct::Page{ 8914460: output_path=>/_layouts/post.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/post.html.haml, layout=>default }, "/_layouts/project.html.haml"=>Awestruct::Page{ 8709180: output_path=>/_layouts/project.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/project.html.haml, layout=>default }, "/_layouts/refresh.html.haml"=>Awestruct::Page{ 8515240: output_path=>/_layouts/refresh.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/refresh.html.haml, layout=> }, "/_layouts/section.html.haml"=>Awestruct::Page{ 8320440: output_path=>/_layouts/section.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/section.html.haml, layout=>documentation }, "/_layouts/simplepage.html.haml"=>Awestruct::Page{ 7743960: output_path=>/_layouts/simplepage.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/simplepage.html.haml, layout=>default }, "/_layouts/solution.html.haml"=>Awestruct::Page{ 7530340: output_path=>/_layouts/solution.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_layouts/solution.html.haml, layout=>frame }}>, :pages_by_output_path=>AStruct<{"/100k/index.html"=>Awestruct::Page{ 18823140: output_path=>/100k/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/100k.html.haml, layout=>refresh }, "/2.0/index.html"=>Awestruct::Page{ 18530380: output_path=>/2.0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/2.0.html.haml, layout=>simplepage }, "/account/index.html"=>Awestruct::Page{ 23997140: output_path=>/account/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/account.adoc, layout=>refresh }, "/assets/bower/bootstrap/css/bootstrap.css"=>Awestruct::Page{ 24669160: output_path=>/assets/bower/bootstrap/css/bootstrap.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.css.map"=>Awestruct::Page{ 24726000: output_path=>/assets/bower/bootstrap/css/bootstrap.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.css.map, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css"=>Awestruct::Page{ 24700920: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css, layout=> }, "/assets/bower/bootstrap/css/bootstrap.min.css.map"=>Awestruct::Page{ 24765760: output_path=>/assets/bower/bootstrap/css/bootstrap.min.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/css/bootstrap.min.css.map, layout=> }, "/assets/bower/bootstrap/js/bootstrap.js"=>Awestruct::Page{ 24808960: output_path=>/assets/bower/bootstrap/js/bootstrap.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.js, layout=> }, "/assets/bower/bootstrap/js/bootstrap.min.js"=>Awestruct::Page{ 25548860: output_path=>/assets/bower/bootstrap/js/bootstrap.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/bootstrap.min.js, layout=> }, "/assets/bower/bootstrap/js/npm.js"=>Awestruct::Page{ 25664940: output_path=>/assets/bower/bootstrap/js/npm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/npm.js, layout=> }, "/assets/bower/bootstrap/js/umd/alert.js"=>Awestruct::Page{ 25709260: output_path=>/assets/bower/bootstrap/js/umd/alert.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/alert.js, layout=> }, "/assets/bower/bootstrap/js/umd/button.js"=>Awestruct::Page{ 25856060: output_path=>/assets/bower/bootstrap/js/umd/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/button.js, layout=> }, "/assets/bower/bootstrap/js/umd/carousel.js"=>Awestruct::Page{ 26252180: output_path=>/assets/bower/bootstrap/js/umd/carousel.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/carousel.js, layout=> }, "/assets/bower/bootstrap/js/umd/collapse.js"=>Awestruct::Page{ 26584980: output_path=>/assets/bower/bootstrap/js/umd/collapse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/collapse.js, layout=> }, "/assets/bower/bootstrap/js/umd/dropdown.js"=>Awestruct::Page{ 26897320: output_path=>/assets/bower/bootstrap/js/umd/dropdown.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/dropdown.js, layout=> }, "/assets/bower/bootstrap/js/umd/modal.js"=>Awestruct::Page{ 27193700: output_path=>/assets/bower/bootstrap/js/umd/modal.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/modal.js, layout=> }, "/assets/bower/bootstrap/js/umd/popover.js"=>Awestruct::Page{ 27633740: output_path=>/assets/bower/bootstrap/js/umd/popover.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/popover.js, layout=> }, "/assets/bower/bootstrap/js/umd/scrollspy.js"=>Awestruct::Page{ 27983720: output_path=>/assets/bower/bootstrap/js/umd/scrollspy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/scrollspy.js, layout=> }, "/assets/bower/bootstrap/js/umd/tab.js"=>Awestruct::Page{ 28280820: output_path=>/assets/bower/bootstrap/js/umd/tab.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tab.js, layout=> }, "/assets/bower/bootstrap/js/umd/tooltip.js"=>Awestruct::Page{ 28485960: output_path=>/assets/bower/bootstrap/js/umd/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/tooltip.js, layout=> }, "/assets/bower/bootstrap/js/umd/util.js"=>Awestruct::Page{ 26412380: output_path=>/assets/bower/bootstrap/js/umd/util.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/bootstrap/js/umd/util.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.css"=>Awestruct::Page{ 28836940: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.js"=>Awestruct::Page{ 28821740: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.js, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.css"=>Awestruct::Page{ 28648940: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.css, layout=> }, "/assets/bower/ekko-lightbox/ekko-lightbox.min.js"=>Awestruct::Page{ 28640360: output_path=>/assets/bower/ekko-lightbox/ekko-lightbox.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/ekko-lightbox/ekko-lightbox.min.js, layout=> }, "/assets/bower/jquery/jquery.js"=>Awestruct::Page{ 28513900: output_path=>/assets/bower/jquery/jquery.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.js, layout=> }, "/assets/bower/jquery/jquery.min.js"=>Awestruct::Page{ 26651960: output_path=>/assets/bower/jquery/jquery.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.js, layout=> }, "/assets/bower/jquery/jquery.min.map"=>Awestruct::Page{ 26547560: output_path=>/assets/bower/jquery/jquery.min.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery/jquery.min.map, layout=> }, "/assets/bower/jquery-ui/jquery-ui.js"=>Awestruct::Page{ 26537520: output_path=>/assets/bower/jquery-ui/jquery-ui.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.js, layout=> }, "/assets/bower/jquery-ui/jquery-ui.min.js"=>Awestruct::Page{ 24425400: output_path=>/assets/bower/jquery-ui/jquery-ui.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/jquery-ui.min.js, layout=> }, "/assets/bower/jquery-ui/themes/base/accordion.css"=>Awestruct::Page{ 24088720: output_path=>/assets/bower/jquery-ui/themes/base/accordion.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/accordion.css, layout=> }, "/assets/bower/jquery-ui/themes/base/all.css"=>Awestruct::Page{ 24065460: output_path=>/assets/bower/jquery-ui/themes/base/all.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/all.css, layout=> }, "/assets/bower/jquery-ui/themes/base/autocomplete.css"=>Awestruct::Page{ 24021880: output_path=>/assets/bower/jquery-ui/themes/base/autocomplete.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/autocomplete.css, layout=> }, "/assets/bower/jquery-ui/themes/base/base.css"=>Awestruct::Page{ 23983080: output_path=>/assets/bower/jquery-ui/themes/base/base.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/base.css, layout=> }, "/assets/bower/jquery-ui/themes/base/button.css"=>Awestruct::Page{ 23944600: output_path=>/assets/bower/jquery-ui/themes/base/button.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/button.css, layout=> }, "/assets/bower/jquery-ui/themes/base/core.css"=>Awestruct::Page{ 23914660: output_path=>/assets/bower/jquery-ui/themes/base/core.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/core.css, layout=> }, "/assets/bower/jquery-ui/themes/base/datepicker.css"=>Awestruct::Page{ 23869080: output_path=>/assets/bower/jquery-ui/themes/base/datepicker.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/datepicker.css, layout=> }, "/assets/bower/jquery-ui/themes/base/dialog.css"=>Awestruct::Page{ 23848100: output_path=>/assets/bower/jquery-ui/themes/base/dialog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/dialog.css, layout=> }, "/assets/bower/jquery-ui/themes/base/draggable.css"=>Awestruct::Page{ 23809840: output_path=>/assets/bower/jquery-ui/themes/base/draggable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/draggable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png"=>Awestruct::Page{ 23742060: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_0_aaaaaa_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png"=>Awestruct::Page{ 23704020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_flat_75_ffffff_40x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png"=>Awestruct::Page{ 23689600: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_55_fbf9ee_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png"=>Awestruct::Page{ 23637780: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_65_ffffff_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png"=>Awestruct::Page{ 23600180: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_dadada_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png"=>Awestruct::Page{ 23559360: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_75_e6e6e6_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png"=>Awestruct::Page{ 23527760: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_glass_95_fef1ec_1x400.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png"=>Awestruct::Page{ 23487960: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-bg_highlight-soft_75_cccccc_1x100.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png"=>Awestruct::Page{ 23449000: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_222222_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png"=>Awestruct::Page{ 23409020: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_2e83ff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png"=>Awestruct::Page{ 23364940: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_444444_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png"=>Awestruct::Page{ 23324620: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_454545_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png"=>Awestruct::Page{ 23278120: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_555555_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png"=>Awestruct::Page{ 23232320: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777620_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png"=>Awestruct::Page{ 23203440: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_777777_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png"=>Awestruct::Page{ 23166540: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_888888_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png"=>Awestruct::Page{ 23138200: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cc0000_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png"=>Awestruct::Page{ 23083640: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_cd0a0a_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png"=>Awestruct::Page{ 23054520: output_path=>/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/images/ui-icons_ffffff_256x240.png, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.css"=>Awestruct::Page{ 19094520: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.css, layout=> }, "/assets/bower/jquery-ui/themes/base/jquery-ui.min.css"=>Awestruct::Page{ 18991600: output_path=>/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/jquery-ui.min.css, layout=> }, "/assets/bower/jquery-ui/themes/base/menu.css"=>Awestruct::Page{ 18768140: output_path=>/assets/bower/jquery-ui/themes/base/menu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/menu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/progressbar.css"=>Awestruct::Page{ 18715600: output_path=>/assets/bower/jquery-ui/themes/base/progressbar.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/progressbar.css, layout=> }, "/assets/bower/jquery-ui/themes/base/resizable.css"=>Awestruct::Page{ 18687080: output_path=>/assets/bower/jquery-ui/themes/base/resizable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/resizable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectable.css"=>Awestruct::Page{ 18658600: output_path=>/assets/bower/jquery-ui/themes/base/selectable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/selectmenu.css"=>Awestruct::Page{ 18604840: output_path=>/assets/bower/jquery-ui/themes/base/selectmenu.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/selectmenu.css, layout=> }, "/assets/bower/jquery-ui/themes/base/slider.css"=>Awestruct::Page{ 18573920: output_path=>/assets/bower/jquery-ui/themes/base/slider.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/slider.css, layout=> }, "/assets/bower/jquery-ui/themes/base/sortable.css"=>Awestruct::Page{ 18543420: output_path=>/assets/bower/jquery-ui/themes/base/sortable.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/sortable.css, layout=> }, "/assets/bower/jquery-ui/themes/base/spinner.css"=>Awestruct::Page{ 18501160: output_path=>/assets/bower/jquery-ui/themes/base/spinner.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/spinner.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tabs.css"=>Awestruct::Page{ 18463940: output_path=>/assets/bower/jquery-ui/themes/base/tabs.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tabs.css, layout=> }, "/assets/bower/jquery-ui/themes/base/theme.css"=>Awestruct::Page{ 18434840: output_path=>/assets/bower/jquery-ui/themes/base/theme.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/theme.css, layout=> }, "/assets/bower/jquery-ui/themes/base/tooltip.css"=>Awestruct::Page{ 18405540: output_path=>/assets/bower/jquery-ui/themes/base/tooltip.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/themes/base/tooltip.css, layout=> }, "/assets/bower/jquery-ui/ui/accordion.js"=>Awestruct::Page{ 18340860: output_path=>/assets/bower/jquery-ui/ui/accordion.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/accordion.js, layout=> }, "/assets/bower/jquery-ui/ui/autocomplete.js"=>Awestruct::Page{ 18746160: output_path=>/assets/bower/jquery-ui/ui/autocomplete.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/autocomplete.js, layout=> }, "/assets/bower/jquery-ui/ui/button.js"=>Awestruct::Page{ 18302260: output_path=>/assets/bower/jquery-ui/ui/button.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/button.js, layout=> }, "/assets/bower/jquery-ui/ui/core.js"=>Awestruct::Page{ 17760840: output_path=>/assets/bower/jquery-ui/ui/core.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/core.js, layout=> }, "/assets/bower/jquery-ui/ui/datepicker.js"=>Awestruct::Page{ 17580960: output_path=>/assets/bower/jquery-ui/ui/datepicker.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/datepicker.js, layout=> }, "/assets/bower/jquery-ui/ui/dialog.js"=>Awestruct::Page{ 17220020: output_path=>/assets/bower/jquery-ui/ui/dialog.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/dialog.js, layout=> }, "/assets/bower/jquery-ui/ui/draggable.js"=>Awestruct::Page{ 16612060: output_path=>/assets/bower/jquery-ui/ui/draggable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/draggable.js, layout=> }, "/assets/bower/jquery-ui/ui/droppable.js"=>Awestruct::Page{ 12283080: output_path=>/assets/bower/jquery-ui/ui/droppable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/droppable.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-blind.js"=>Awestruct::Page{ 11617020: output_path=>/assets/bower/jquery-ui/ui/effect-blind.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-blind.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-bounce.js"=>Awestruct::Page{ 11213680: output_path=>/assets/bower/jquery-ui/ui/effect-bounce.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-bounce.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-clip.js"=>Awestruct::Page{ 10990960: output_path=>/assets/bower/jquery-ui/ui/effect-clip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-clip.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-drop.js"=>Awestruct::Page{ 8973440: output_path=>/assets/bower/jquery-ui/ui/effect-drop.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-drop.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-explode.js"=>Awestruct::Page{ 8511920: output_path=>/assets/bower/jquery-ui/ui/effect-explode.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-explode.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fade.js"=>Awestruct::Page{ 7428840: output_path=>/assets/bower/jquery-ui/ui/effect-fade.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fade.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-fold.js"=>Awestruct::Page{ 6950520: output_path=>/assets/bower/jquery-ui/ui/effect-fold.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-fold.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-highlight.js"=>Awestruct::Page{ 28888400: output_path=>/assets/bower/jquery-ui/ui/effect-highlight.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-highlight.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-puff.js"=>Awestruct::Page{ 28787160: output_path=>/assets/bower/jquery-ui/ui/effect-puff.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-puff.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-pulsate.js"=>Awestruct::Page{ 28660980: output_path=>/assets/bower/jquery-ui/ui/effect-pulsate.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-pulsate.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-scale.js"=>Awestruct::Page{ 28549400: output_path=>/assets/bower/jquery-ui/ui/effect-scale.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-scale.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-shake.js"=>Awestruct::Page{ 28447040: output_path=>/assets/bower/jquery-ui/ui/effect-shake.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-shake.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-size.js"=>Awestruct::Page{ 28326100: output_path=>/assets/bower/jquery-ui/ui/effect-size.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-size.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-slide.js"=>Awestruct::Page{ 28204040: output_path=>/assets/bower/jquery-ui/ui/effect-slide.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-slide.js, layout=> }, "/assets/bower/jquery-ui/ui/effect-transfer.js"=>Awestruct::Page{ 28089720: output_path=>/assets/bower/jquery-ui/ui/effect-transfer.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect-transfer.js, layout=> }, "/assets/bower/jquery-ui/ui/effect.js"=>Awestruct::Page{ 27982560: output_path=>/assets/bower/jquery-ui/ui/effect.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/effect.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-af.js"=>Awestruct::Page{ 27597280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-af.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js"=>Awestruct::Page{ 27493640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar-DZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js"=>Awestruct::Page{ 27374460: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ar.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-az.js"=>Awestruct::Page{ 27262220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-az.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-be.js"=>Awestruct::Page{ 27168840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-be.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js"=>Awestruct::Page{ 27060200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bg.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js"=>Awestruct::Page{ 26931900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-bs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js"=>Awestruct::Page{ 26865140: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ca.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js"=>Awestruct::Page{ 26765940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cs.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js"=>Awestruct::Page{ 26665040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-cy-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-da.js"=>Awestruct::Page{ 26548260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-da.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-de.js"=>Awestruct::Page{ 26386000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-de.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-el.js"=>Awestruct::Page{ 26253220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-el.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js"=>Awestruct::Page{ 25915180: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-AU.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js"=>Awestruct::Page{ 25870600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-GB.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js"=>Awestruct::Page{ 25824600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-en-NZ.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js"=>Awestruct::Page{ 25779060: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-es.js"=>Awestruct::Page{ 25733860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-es.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-et.js"=>Awestruct::Page{ 25690040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-et.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js"=>Awestruct::Page{ 25642240: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-eu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js"=>Awestruct::Page{ 25595660: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fa.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js"=>Awestruct::Page{ 25548100: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js"=>Awestruct::Page{ 25501320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fo.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js"=>Awestruct::Page{ 25437720: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CA.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js"=>Awestruct::Page{ 25375820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js"=>Awestruct::Page{ 25315500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-fr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js"=>Awestruct::Page{ 25244100: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-gl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-he.js"=>Awestruct::Page{ 25180920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-he.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js"=>Awestruct::Page{ 25120000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js"=>Awestruct::Page{ 25050280: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js"=>Awestruct::Page{ 24980880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hu.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js"=>Awestruct::Page{ 24920520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-hy.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-id.js"=>Awestruct::Page{ 24860020: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-id.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-is.js"=>Awestruct::Page{ 24806120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-is.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js"=>Awestruct::Page{ 24744080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it-CH.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-it.js"=>Awestruct::Page{ 24690380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-it.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js"=>Awestruct::Page{ 24612640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ja.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js"=>Awestruct::Page{ 24478900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ka.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js"=>Awestruct::Page{ 24387120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-kk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-km.js"=>Awestruct::Page{ 24084700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-km.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js"=>Awestruct::Page{ 23892480: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ko.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js"=>Awestruct::Page{ 23727120: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ky.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js"=>Awestruct::Page{ 23533880: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js"=>Awestruct::Page{ 23347800: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js"=>Awestruct::Page{ 23160640: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-lv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js"=>Awestruct::Page{ 18974260: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-mk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js"=>Awestruct::Page{ 18582380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ml.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js"=>Awestruct::Page{ 18410980: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ms.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js"=>Awestruct::Page{ 16569040: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nb.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js"=>Awestruct::Page{ 18779700: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl-BE.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js"=>Awestruct::Page{ 18589220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js"=>Awestruct::Page{ 18315080: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-nn.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-no.js"=>Awestruct::Page{ 17870220: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-no.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js"=>Awestruct::Page{ 11416500: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js"=>Awestruct::Page{ 17588960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt-BR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js"=>Awestruct::Page{ 17527900: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-pt.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js"=>Awestruct::Page{ 17442320: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-rm.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js"=>Awestruct::Page{ 17345840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ro.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js"=>Awestruct::Page{ 17257520: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ru.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js"=>Awestruct::Page{ 17023820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js"=>Awestruct::Page{ 16827340: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sl.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js"=>Awestruct::Page{ 16582000: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sq.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js"=>Awestruct::Page{ 16332380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr-SR.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js"=>Awestruct::Page{ 12427160: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js"=>Awestruct::Page{ 12076940: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-sv.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js"=>Awestruct::Page{ 11562600: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-ta.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-th.js"=>Awestruct::Page{ 11209920: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-th.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js"=>Awestruct::Page{ 11003820: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tj.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js"=>Awestruct::Page{ 9006580: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-tr.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js"=>Awestruct::Page{ 8542860: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-uk.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js"=>Awestruct::Page{ 7529840: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-vi.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js"=>Awestruct::Page{ 7032200: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-CN.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js"=>Awestruct::Page{ 26414380: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-HK.js, layout=> }, "/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js"=>Awestruct::Page{ 28793960: output_path=>/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/i18n/datepicker-zh-TW.js, layout=> }, "/assets/bower/jquery-ui/ui/menu.js"=>Awestruct::Page{ 28669060: output_path=>/assets/bower/jquery-ui/ui/menu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/menu.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/accordion.min.js"=>Awestruct::Page{ 28446720: output_path=>/assets/bower/jquery-ui/ui/minified/accordion.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/accordion.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/autocomplete.min.js"=>Awestruct::Page{ 28346400: output_path=>/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/autocomplete.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/button.min.js"=>Awestruct::Page{ 28228960: output_path=>/assets/bower/jquery-ui/ui/minified/button.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/button.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/core.min.js"=>Awestruct::Page{ 28135840: output_path=>/assets/bower/jquery-ui/ui/minified/core.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/core.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/datepicker.min.js"=>Awestruct::Page{ 28021040: output_path=>/assets/bower/jquery-ui/ui/minified/datepicker.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/datepicker.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/dialog.min.js"=>Awestruct::Page{ 27930000: output_path=>/assets/bower/jquery-ui/ui/minified/dialog.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/dialog.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/draggable.min.js"=>Awestruct::Page{ 27814440: output_path=>/assets/bower/jquery-ui/ui/minified/draggable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/draggable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/droppable.min.js"=>Awestruct::Page{ 27723260: output_path=>/assets/bower/jquery-ui/ui/minified/droppable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/droppable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-blind.min.js"=>Awestruct::Page{ 27597780: output_path=>/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-blind.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js"=>Awestruct::Page{ 27496560: output_path=>/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-bounce.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-clip.min.js"=>Awestruct::Page{ 27395600: output_path=>/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-clip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-drop.min.js"=>Awestruct::Page{ 27283800: output_path=>/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-drop.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-explode.min.js"=>Awestruct::Page{ 27175940: output_path=>/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-explode.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fade.min.js"=>Awestruct::Page{ 27076960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fade.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-fold.min.js"=>Awestruct::Page{ 26941960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-fold.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js"=>Awestruct::Page{ 26877260: output_path=>/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-highlight.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-puff.min.js"=>Awestruct::Page{ 26795300: output_path=>/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-puff.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js"=>Awestruct::Page{ 26705960: output_path=>/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-pulsate.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-scale.min.js"=>Awestruct::Page{ 26591060: output_path=>/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-scale.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-shake.min.js"=>Awestruct::Page{ 26434340: output_path=>/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-shake.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-size.min.js"=>Awestruct::Page{ 26273280: output_path=>/assets/bower/jquery-ui/ui/minified/effect-size.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-size.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-slide.min.js"=>Awestruct::Page{ 26225520: output_path=>/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-slide.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js"=>Awestruct::Page{ 25896360: output_path=>/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect-transfer.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/effect.min.js"=>Awestruct::Page{ 25852440: output_path=>/assets/bower/jquery-ui/ui/minified/effect.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/effect.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js"=>Awestruct::Page{ 25792460: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-af.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js"=>Awestruct::Page{ 25747260: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar-DZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js"=>Awestruct::Page{ 25703820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js"=>Awestruct::Page{ 25656440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-az.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js"=>Awestruct::Page{ 25611280: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-be.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js"=>Awestruct::Page{ 25565960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bg.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js"=>Awestruct::Page{ 25518960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-bs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js"=>Awestruct::Page{ 25465620: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ca.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js"=>Awestruct::Page{ 25403940: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js"=>Awestruct::Page{ 25342300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-cy-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js"=>Awestruct::Page{ 25271440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-da.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js"=>Awestruct::Page{ 25210420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-de.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js"=>Awestruct::Page{ 25140020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-el.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js"=>Awestruct::Page{ 25079300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-AU.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js"=>Awestruct::Page{ 25018900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-GB.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js"=>Awestruct::Page{ 24950020: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-en-NZ.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js"=>Awestruct::Page{ 24890060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js"=>Awestruct::Page{ 24836820: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-es.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js"=>Awestruct::Page{ 24775560: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-et.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js"=>Awestruct::Page{ 24722000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-eu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js"=>Awestruct::Page{ 24668880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fa.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js"=>Awestruct::Page{ 24559360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js"=>Awestruct::Page{ 24452140: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fo.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js"=>Awestruct::Page{ 24332600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CA.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js"=>Awestruct::Page{ 23996160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js"=>Awestruct::Page{ 23813700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-fr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js"=>Awestruct::Page{ 23658680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-gl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js"=>Awestruct::Page{ 23462060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-he.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js"=>Awestruct::Page{ 23254340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js"=>Awestruct::Page{ 23077120: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js"=>Awestruct::Page{ 18695420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js"=>Awestruct::Page{ 18519000: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-hy.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js"=>Awestruct::Page{ 18348960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-id.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js"=>Awestruct::Page{ 18857360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-is.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js"=>Awestruct::Page{ 18707480: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it-CH.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js"=>Awestruct::Page{ 18484440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-it.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js"=>Awestruct::Page{ 17984160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ja.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js"=>Awestruct::Page{ 17826200: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ka.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js"=>Awestruct::Page{ 17672360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-kk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js"=>Awestruct::Page{ 17568960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-km.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js"=>Awestruct::Page{ 17501700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ko.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js"=>Awestruct::Page{ 17410400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ky.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js"=>Awestruct::Page{ 17324320: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js"=>Awestruct::Page{ 17227960: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js"=>Awestruct::Page{ 16971400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-lv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js"=>Awestruct::Page{ 16745360: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-mk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js"=>Awestruct::Page{ 16519900: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ml.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js"=>Awestruct::Page{ 12708040: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ms.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js"=>Awestruct::Page{ 12302080: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nb.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js"=>Awestruct::Page{ 11939420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl-BE.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js"=>Awestruct::Page{ 11440160: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js"=>Awestruct::Page{ 11161300: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-nn.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js"=>Awestruct::Page{ 10905520: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-no.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js"=>Awestruct::Page{ 8916060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js"=>Awestruct::Page{ 8362180: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt-BR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js"=>Awestruct::Page{ 7420340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-pt.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js"=>Awestruct::Page{ 6934640: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-rm.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js"=>Awestruct::Page{ 28886880: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ro.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js"=>Awestruct::Page{ 28785700: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ru.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js"=>Awestruct::Page{ 28659660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js"=>Awestruct::Page{ 28549740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sl.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js"=>Awestruct::Page{ 28449400: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sq.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js"=>Awestruct::Page{ 28347440: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr-SR.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js"=>Awestruct::Page{ 28226660: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js"=>Awestruct::Page{ 28132680: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-sv.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js"=>Awestruct::Page{ 28015060: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-ta.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js"=>Awestruct::Page{ 27906860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-th.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js"=>Awestruct::Page{ 27805340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tj.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js"=>Awestruct::Page{ 27686740: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-tr.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js"=>Awestruct::Page{ 27583980: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-uk.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js"=>Awestruct::Page{ 27456420: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-vi.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js"=>Awestruct::Page{ 27336600: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-CN.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js"=>Awestruct::Page{ 27232860: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-HK.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js"=>Awestruct::Page{ 27122340: output_path=>/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/i18n/datepicker-zh-TW.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/menu.min.js"=>Awestruct::Page{ 27012440: output_path=>/assets/bower/jquery-ui/ui/minified/menu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/menu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/mouse.min.js"=>Awestruct::Page{ 26920260: output_path=>/assets/bower/jquery-ui/ui/minified/mouse.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/mouse.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/position.min.js"=>Awestruct::Page{ 26838580: output_path=>/assets/bower/jquery-ui/ui/minified/position.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/position.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/progressbar.min.js"=>Awestruct::Page{ 26740080: output_path=>/assets/bower/jquery-ui/ui/minified/progressbar.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/progressbar.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/resizable.min.js"=>Awestruct::Page{ 26648640: output_path=>/assets/bower/jquery-ui/ui/minified/resizable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/resizable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectable.min.js"=>Awestruct::Page{ 26540860: output_path=>/assets/bower/jquery-ui/ui/minified/selectable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/selectmenu.min.js"=>Awestruct::Page{ 26380800: output_path=>/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/selectmenu.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/slider.min.js"=>Awestruct::Page{ 26248920: output_path=>/assets/bower/jquery-ui/ui/minified/slider.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/slider.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/sortable.min.js"=>Awestruct::Page{ 25911520: output_path=>/assets/bower/jquery-ui/ui/minified/sortable.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/sortable.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/spinner.min.js"=>Awestruct::Page{ 25868180: output_path=>/assets/bower/jquery-ui/ui/minified/spinner.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/spinner.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tabs.min.js"=>Awestruct::Page{ 25823660: output_path=>/assets/bower/jquery-ui/ui/minified/tabs.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tabs.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/tooltip.min.js"=>Awestruct::Page{ 25779300: output_path=>/assets/bower/jquery-ui/ui/minified/tooltip.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/tooltip.min.js, layout=> }, "/assets/bower/jquery-ui/ui/minified/widget.min.js"=>Awestruct::Page{ 25735300: output_path=>/assets/bower/jquery-ui/ui/minified/widget.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/minified/widget.min.js, layout=> }, "/assets/bower/jquery-ui/ui/mouse.js"=>Awestruct::Page{ 25692980: output_path=>/assets/bower/jquery-ui/ui/mouse.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/mouse.js, layout=> }, "/assets/bower/jquery-ui/ui/position.js"=>Awestruct::Page{ 25633040: output_path=>/assets/bower/jquery-ui/ui/position.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/position.js, layout=> }, "/assets/bower/jquery-ui/ui/progressbar.js"=>Awestruct::Page{ 25552580: output_path=>/assets/bower/jquery-ui/ui/progressbar.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/progressbar.js, layout=> }, "/assets/bower/jquery-ui/ui/resizable.js"=>Awestruct::Page{ 25496720: output_path=>/assets/bower/jquery-ui/ui/resizable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/resizable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectable.js"=>Awestruct::Page{ 25319260: output_path=>/assets/bower/jquery-ui/ui/selectable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectable.js, layout=> }, "/assets/bower/jquery-ui/ui/selectmenu.js"=>Awestruct::Page{ 25221140: output_path=>/assets/bower/jquery-ui/ui/selectmenu.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/selectmenu.js, layout=> }, "/assets/bower/jquery-ui/ui/slider.js"=>Awestruct::Page{ 25100200: output_path=>/assets/bower/jquery-ui/ui/slider.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/slider.js, layout=> }, "/assets/bower/jquery-ui/ui/sortable.js"=>Awestruct::Page{ 24965800: output_path=>/assets/bower/jquery-ui/ui/sortable.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/sortable.js, layout=> }, "/assets/bower/jquery-ui/ui/spinner.js"=>Awestruct::Page{ 24779100: output_path=>/assets/bower/jquery-ui/ui/spinner.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/spinner.js, layout=> }, "/assets/bower/jquery-ui/ui/tabs.js"=>Awestruct::Page{ 24681520: output_path=>/assets/bower/jquery-ui/ui/tabs.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tabs.js, layout=> }, "/assets/bower/jquery-ui/ui/tooltip.js"=>Awestruct::Page{ 24445340: output_path=>/assets/bower/jquery-ui/ui/tooltip.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/tooltip.js, layout=> }, "/assets/bower/jquery-ui/ui/widget.js"=>Awestruct::Page{ 24024800: output_path=>/assets/bower/jquery-ui/ui/widget.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/jquery-ui/ui/widget.js, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.css"=>Awestruct::Page{ 23640760: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows-dark.min.css"=>Awestruct::Page{ 23618860: output_path=>/assets/bower/tether/css/tether-theme-arrows-dark.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows-dark.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.css"=>Awestruct::Page{ 23578780: output_path=>/assets/bower/tether/css/tether-theme-arrows.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.css, layout=> }, "/assets/bower/tether/css/tether-theme-arrows.min.css"=>Awestruct::Page{ 23529360: output_path=>/assets/bower/tether/css/tether-theme-arrows.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-arrows.min.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.css"=>Awestruct::Page{ 23489780: output_path=>/assets/bower/tether/css/tether-theme-basic.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.css, layout=> }, "/assets/bower/tether/css/tether-theme-basic.min.css"=>Awestruct::Page{ 23450080: output_path=>/assets/bower/tether/css/tether-theme-basic.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether-theme-basic.min.css, layout=> }, "/assets/bower/tether/css/tether.css"=>Awestruct::Page{ 23410520: output_path=>/assets/bower/tether/css/tether.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.css, layout=> }, "/assets/bower/tether/css/tether.min.css"=>Awestruct::Page{ 23366420: output_path=>/assets/bower/tether/css/tether.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/css/tether.min.css, layout=> }, "/assets/bower/tether/js/tether.js"=>Awestruct::Page{ 23299660: output_path=>/assets/bower/tether/js/tether.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.js, layout=> }, "/assets/bower/tether/js/tether.min.js"=>Awestruct::Page{ 18424220: output_path=>/assets/bower/tether/js/tether.min.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/assets/bower/tether/js/tether.min.js, layout=> }, "/blog/2010/02/02/welcome-to-continuous-blog/index.html"=>Awestruct::Page{ 17757040: output_path=>/blog/2010/02/02/welcome-to-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-02-welcome-to-continuous-blog.md, layout=>post }, "/blog/2010/02/08/breaking-hudson-1-345-released/index.html"=>Awestruct::Page{ 17387160: output_path=>/blog/2010/02/08/breaking-hudson-1-345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-breaking-hudson-1-345-released.md, layout=>post }, "/blog/2010/02/08/hudson-1-344-released/index.html"=>Awestruct::Page{ 16741880: output_path=>/blog/2010/02/08/hudson-1-344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-hudson-1-344-released.html, layout=>post }, "/blog/2010/02/08/incoming-more-translations/index.html"=>Awestruct::Page{ 12007800: output_path=>/blog/2010/02/08/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-08-incoming-more-translations.md, layout=>post }, "/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html"=>Awestruct::Page{ 9061260: output_path=>/blog/2010/02/09/whats-going-on-with-the-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-09-whats-going-on-with-the-hudsons-infrastructure.html, layout=>post }, "/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html"=>Awestruct::Page{ 5903260: output_path=>/blog/2010/02/10/keeping-your-configuration-and-data-in-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-10-keeping-your-configuration-and-data-in-subversion.md, layout=>post }, "/blog/2010/02/11/spotlight-on-ita-software/index.html"=>Awestruct::Page{ 28533600: output_path=>/blog/2010/02/11/spotlight-on-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-11-spotlight-on-ita-software.md, layout=>post }, "/blog/2010/02/12/this-week-in-plugins/index.html"=>Awestruct::Page{ 28120660: output_path=>/blog/2010/02/12/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-12-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/14/thanks-for-the-help/index.html"=>Awestruct::Page{ 27692360: output_path=>/blog/2010/02/14/thanks-for-the-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-14-thanks-for-the-help.md, layout=>post }, "/blog/2010/02/15/hudson-1-346-released/index.html"=>Awestruct::Page{ 27283600: output_path=>/blog/2010/02/15/hudson-1-346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-15-hudson-1-346-released.md, layout=>post }, "/blog/2010/02/16/performance-improvements-in-1-346/index.html"=>Awestruct::Page{ 26877680: output_path=>/blog/2010/02/16/performance-improvements-in-1-346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-16-performance-improvements-in-1-346.md, layout=>post }, "/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html"=>Awestruct::Page{ 26504820: output_path=>/blog/2010/02/17/getting-started-building-android-apps-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-17-getting-started-building-android-apps-with-hudson.md, layout=>post }, "/blog/2010/02/18/spotlight-on-visfleet/index.html"=>Awestruct::Page{ 25856740: output_path=>/blog/2010/02/18/spotlight-on-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-18-spotlight-on-visfleet.md, layout=>post }, "/blog/2010/02/19/this-week-in-plugins/index.html"=>Awestruct::Page{ 25676840: output_path=>/blog/2010/02/19/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-19-this-week-in-plugins.md, layout=>post }, "/blog/2010/02/22/hudson-1-347-released/index.html"=>Awestruct::Page{ 25501720: output_path=>/blog/2010/02/22/hudson-1-347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-22-hudson-1-347-released.md, layout=>post }, "/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html"=>Awestruct::Page{ 25253320: output_path=>/blog/2010/02/23/would-you-run-hudson-in-the-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-23-would-you-run-hudson-in-the-cloud.md, layout=>post }, "/blog/2010/02/24/hudson-at-pycon/index.html"=>Awestruct::Page{ 25020680: output_path=>/blog/2010/02/24/hudson-at-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-24-hudson-at-pycon.md, layout=>post }, "/blog/2010/02/25/links-for-2010-02-24/index.html"=>Awestruct::Page{ 24788940: output_path=>/blog/2010/02/25/links-for-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-links-for-2010-02-24.md, layout=>post }, "/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html"=>Awestruct::Page{ 24482820: output_path=>/blog/2010/02/25/sonatype-freeing-projects-from-java-nets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-sonatype-freeing-projects-from-java-nets-maven-repo.md, layout=>post }, "/blog/2010/02/25/spotlight-on-springsource/index.html"=>Awestruct::Page{ 23793680: output_path=>/blog/2010/02/25/spotlight-on-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-25-spotlight-on-springsource.md, layout=>post }, "/blog/2010/02/26/links-for-2010-02-25/index.html"=>Awestruct::Page{ 23053040: output_path=>/blog/2010/02/26/links-for-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-links-for-2010-02-25.md, layout=>post }, "/blog/2010/02/26/this-week-in-plugins/index.html"=>Awestruct::Page{ 16540080: output_path=>/blog/2010/02/26/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-02-26-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/01/hudson-1-348-released/index.html"=>Awestruct::Page{ 18184720: output_path=>/blog/2010/03/01/hudson-1-348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-hudson-1-348-released.md, layout=>post }, "/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 17423720: output_path=>/blog/2010/03/01/learn-about-ci-with-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-01-learn-about-ci-with-hudson-sf-java-user-group.md, layout=>post }, "/blog/2010/03/02/call-for-testers-the-older-the-better/index.html"=>Awestruct::Page{ 16868720: output_path=>/blog/2010/03/02/call-for-testers-the-older-the-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-call-for-testers-the-older-the-better.md, layout=>post }, "/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html"=>Awestruct::Page{ 12245920: output_path=>/blog/2010/03/02/what-new-features-do-you-want-to-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-02-what-new-features-do-you-want-to-see.md, layout=>post }, "/blog/2010/03/05/links-for-2010-03-04/index.html"=>Awestruct::Page{ 10865980: output_path=>/blog/2010/03/05/links-for-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-links-for-2010-03-04.md, layout=>post }, "/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html"=>Awestruct::Page{ 6779360: output_path=>/blog/2010/03/05/tag-team-automating-massive-projects-with-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-05-tag-team-automating-massive-projects-with-hudson-and-artifactory.md, layout=>post }, "/blog/2010/03/07/this-week-in-plugins/index.html"=>Awestruct::Page{ 28597220: output_path=>/blog/2010/03/07/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-07-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/08/hudson-1-349-released/index.html"=>Awestruct::Page{ 28207600: output_path=>/blog/2010/03/08/hudson-1-349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-hudson-1-349-released.md, layout=>post }, "/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 27785240: output_path=>/blog/2010/03/08/meet-up-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-08-meet-up-and-hack-alongside-kohsuke-and-co.md, layout=>post }, "/blog/2010/03/09/one-month-of-continuous-blog/index.html"=>Awestruct::Page{ 27349120: output_path=>/blog/2010/03/09/one-month-of-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-09-one-month-of-continuous-blog.md, layout=>post }, "/blog/2010/03/12/links-for-2010-03-12/index.html"=>Awestruct::Page{ 26930340: output_path=>/blog/2010/03/12/links-for-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-links-for-2010-03-12.md, layout=>post }, "/blog/2010/03/12/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 26582120: output_path=>/blog/2010/03/12/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-12-want-some-hudson-stickers.md, layout=>post }, "/blog/2010/03/13/this-week-in-plugins/index.html"=>Awestruct::Page{ 25891000: output_path=>/blog/2010/03/13/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-13-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/14/would-you-like-to-ok/index.html"=>Awestruct::Page{ 25719120: output_path=>/blog/2010/03/14/would-you-like-to-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-14-would-you-like-to-ok.md, layout=>post }, "/blog/2010/03/15/breaking-hudson-1-351-released/index.html"=>Awestruct::Page{ 25547440: output_path=>/blog/2010/03/15/breaking-hudson-1-351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-breaking-hudson-1-351-released.md, layout=>post }, "/blog/2010/03/15/hudson-1-350-released/index.html"=>Awestruct::Page{ 25327100: output_path=>/blog/2010/03/15/hudson-1-350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-15-hudson-1-350-released.md, layout=>post }, "/blog/2010/03/16/slaves-building-robots/index.html"=>Awestruct::Page{ 25077740: output_path=>/blog/2010/03/16/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-16-slaves-building-robots.md, layout=>post }, "/blog/2010/03/19/get-excited-and-make-things/index.html"=>Awestruct::Page{ 24847320: output_path=>/blog/2010/03/19/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-get-excited-and-make-things.md, layout=>post }, "/blog/2010/03/19/links-for-2010-03-19/index.html"=>Awestruct::Page{ 24610940: output_path=>/blog/2010/03/19/links-for-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-links-for-2010-03-19.md, layout=>post }, "/blog/2010/03/19/recap-of-hackathon-part-one/index.html"=>Awestruct::Page{ 23941960: output_path=>/blog/2010/03/19/recap-of-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-19-recap-of-hackathon-part-one.md, layout=>post }, "/blog/2010/03/22/hudson-1-352-released/index.html"=>Awestruct::Page{ 23231240: output_path=>/blog/2010/03/22/hudson-1-352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-22-hudson-1-352-released.md, layout=>post }, "/blog/2010/03/23/links-for-2010-03-23/index.html"=>Awestruct::Page{ 18363280: output_path=>/blog/2010/03/23/links-for-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-23-links-for-2010-03-23.md, layout=>post }, "/blog/2010/03/27/this-week-in-plugins/index.html"=>Awestruct::Page{ 18014260: output_path=>/blog/2010/03/27/this-week-in-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-27-this-week-in-plugins.md, layout=>post }, "/blog/2010/03/30/resurgence-of-releng/index.html"=>Awestruct::Page{ 17508640: output_path=>/blog/2010/03/30/resurgence-of-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-30-resurgence-of-releng.md, layout=>post }, "/blog/2010/03/31/hudson-1-353-released/index.html"=>Awestruct::Page{ 17027680: output_path=>/blog/2010/03/31/hudson-1-353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-hudson-1-353-released.md, layout=>post }, "/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html"=>Awestruct::Page{ 12601120: output_path=>/blog/2010/03/31/screencast-python-on-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-03-31-screencast-python-on-hudson-part-1.md, layout=>post }, "/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html"=>Awestruct::Page{ 11112460: output_path=>/blog/2010/04/01/announcing-the-hudson-2-0-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-announcing-the-hudson-2-0-roadmap.md, layout=>post }, "/blog/2010/04/01/regarding-the-start-of-april/index.html"=>Awestruct::Page{ 7417040: output_path=>/blog/2010/04/01/regarding-the-start-of-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-01-regarding-the-start-of-april.md, layout=>post }, "/blog/2010/04/07/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 28671900: output_path=>/blog/2010/04/07/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-07-kohsuke-leaves-sun.md, layout=>post }, "/blog/2010/04/12/pre-tested-commits-with-git/index.html"=>Awestruct::Page{ 28279540: output_path=>/blog/2010/04/12/pre-tested-commits-with-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-12-pre-tested-commits-with-git.md, layout=>post }, "/blog/2010/04/16/a-new-blog-for-kohsuke/index.html"=>Awestruct::Page{ 27860460: output_path=>/blog/2010/04/16/a-new-blog-for-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-a-new-blog-for-kohsuke.md, layout=>post }, "/blog/2010/04/16/hudson-1-354-released/index.html"=>Awestruct::Page{ 27451180: output_path=>/blog/2010/04/16/hudson-1-354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-16-hudson-1-354-released.md, layout=>post }, "/blog/2010/04/24/hudson-1-355-released/index.html"=>Awestruct::Page{ 27016900: output_path=>/blog/2010/04/24/hudson-1-355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-04-24-hudson-1-355-released.md, layout=>post }, "/blog/2010/06/09/welcome-to-hudson-labs/index.html"=>Awestruct::Page{ 26655560: output_path=>/blog/2010/06/09/welcome-to-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-09-welcome-to-hudson-labs.md, layout=>post }, "/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 25923420: output_path=>/blog/2010/06/10/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-10-subversion-repository-change-notification-push-vs-pull.html, layout=>post }, "/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html"=>Awestruct::Page{ 25748940: output_path=>/blog/2010/06/11/casual-fridays-directing-traffic-with-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-11-casual-fridays-directing-traffic-with-hudson.md, layout=>post }, "/blog/2010/06/14/hudson-1-362-released/index.html"=>Awestruct::Page{ 25577340: output_path=>/blog/2010/06/14/hudson-1-362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-14-hudson-1-362-released.md, layout=>post }, "/blog/2010/06/22/hudson-1-363-released/index.html"=>Awestruct::Page{ 25360880: output_path=>/blog/2010/06/22/hudson-1-363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-22-hudson-1-363-released.md, layout=>post }, "/blog/2010/06/23/stickers-starting-to-arrive/index.html"=>Awestruct::Page{ 25122480: output_path=>/blog/2010/06/23/stickers-starting-to-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-23-stickers-starting-to-arrive.md, layout=>post }, "/blog/2010/06/28/digg-technical-talk/index.html"=>Awestruct::Page{ 24881660: output_path=>/blog/2010/06/28/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-28-digg-technical-talk.md, layout=>post }, "/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html"=>Awestruct::Page{ 24670640: output_path=>/blog/2010/06/29/11th-international-free-software-forum-in-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-06-29-11th-international-free-software-forum-in-brazil.md, layout=>post }, "/blog/2010/07/05/links-for-2010-07-05/index.html"=>Awestruct::Page{ 24039360: output_path=>/blog/2010/07/05/links-for-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-links-for-2010-07-05.md, layout=>post }, "/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html"=>Awestruct::Page{ 23350380: output_path=>/blog/2010/07/05/so-youve-found-a-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-05-so-youve-found-a-vulnerability-now-what.md, layout=>post }, "/blog/2010/07/06/security-fix-hudson-1-365-released/index.html"=>Awestruct::Page{ 18457260: output_path=>/blog/2010/07/06/security-fix-hudson-1-365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-06-security-fix-hudson-1-365-released.md, layout=>post }, "/blog/2010/07/07/gee-thanks/index.html"=>Awestruct::Page{ 18419820: output_path=>/blog/2010/07/07/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-07-gee-thanks.md, layout=>post }, "/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 17551020: output_path=>/blog/2010/07/08/a-python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-08-a-python-love-story-virtualenv-and-hudson.html, layout=>post }, "/blog/2010/07/12/updated-chrome-extension/index.html"=>Awestruct::Page{ 17152960: output_path=>/blog/2010/07/12/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-12-updated-chrome-extension.md, layout=>post }, "/blog/2010/07/13/monitor-hudson-from-your-android/index.html"=>Awestruct::Page{ 16311240: output_path=>/blog/2010/07/13/monitor-hudson-from-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-13-monitor-hudson-from-your-android.md, layout=>post }, "/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html"=>Awestruct::Page{ 11215760: output_path=>/blog/2010/07/21/hudson-with-selenium-and-sauce-on-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-21-hudson-with-selenium-and-sauce-on-demand-videos.md, layout=>post }, "/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html"=>Awestruct::Page{ 8234260: output_path=>/blog/2010/07/22/continuous-deployment-on-the-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-22-continuous-deployment-on-the-new-digg.html, layout=>post }, "/blog/2010/07/27/hudson-1-368-released/index.html"=>Awestruct::Page{ 28748720: output_path=>/blog/2010/07/27/hudson-1-368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-27-hudson-1-368-released.md, layout=>post }, "/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html"=>Awestruct::Page{ 28325840: output_path=>/blog/2010/07/28/hosting-your-hudson-plugin-at-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-07-28-hosting-your-hudson-plugin-at-github.html, layout=>post }, "/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html"=>Awestruct::Page{ 27908280: output_path=>/blog/2010/08/02/dogfooding-hudson-were-looking-for-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-02-dogfooding-hudson-were-looking-for-slaves.html, layout=>post }, "/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html"=>Awestruct::Page{ 27482700: output_path=>/blog/2010/08/10/big-security-fix-hudson-1-371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-10-big-security-fix-hudson-1-371-released.md, layout=>post }, "/blog/2010/08/11/quiet-period-feature/index.html"=>Awestruct::Page{ 27065920: output_path=>/blog/2010/08/11/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-11-quiet-period-feature.md, layout=>post }, "/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html"=>Awestruct::Page{ 26688360: output_path=>/blog/2010/08/16/hudsonmobi-2-0-hits-the-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-16-hudsonmobi-2-0-hits-the-android-market.md, layout=>post }, "/blog/2010/08/17/hudson-1-372-sets-sail/index.html"=>Awestruct::Page{ 26226140: output_path=>/blog/2010/08/17/hudson-1-372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-1-372-sets-sail.md, layout=>post }, "/blog/2010/08/17/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 25766940: output_path=>/blog/2010/08/17/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-17-hudson-anonymous-usage-data.html, layout=>post }, "/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 25592260: output_path=>/blog/2010/08/20/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-20-hudson-sauce-ondemand-webinar.md, layout=>post }, "/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html"=>Awestruct::Page{ 25386440: output_path=>/blog/2010/08/26/cloudbees-announce-hudson-as-a-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-26-cloudbees-announce-hudson-as-a-service.html, layout=>post }, "/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html"=>Awestruct::Page{ 25140640: output_path=>/blog/2010/08/29/hudson-user-meet-up-in-copenhagen-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-29-hudson-user-meet-up-in-copenhagen-oslo.md, layout=>post }, "/blog/2010/08/30/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 24899420: output_path=>/blog/2010/08/30/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-30-pre-javaone-hudson-meetup.md, layout=>post }, "/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html"=>Awestruct::Page{ 24687240: output_path=>/blog/2010/08/31/hudson-at-javazone-meetup-in-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-08-31-hudson-at-javazone-meetup-in-oslo.html, layout=>post }, "/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 24123440: output_path=>/blog/2010/09/01/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-01-copenhagen-hudson-user-meetup.html, layout=>post }, "/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 23410720: output_path=>/blog/2010/09/02/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-02-recent-label-and-matrix-project-improvement.md, layout=>post }, "/blog/2010/09/04/hudson-events-calendar/index.html"=>Awestruct::Page{ 18501760: output_path=>/blog/2010/09/04/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-04-hudson-events-calendar.md, layout=>post }, "/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html"=>Awestruct::Page{ 18488900: output_path=>/blog/2010/09/05/hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-05-hudsonmobi-dons-a-black-turtleneck-and-jumps-to-ios4.md, layout=>post }, "/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html"=>Awestruct::Page{ 17565520: output_path=>/blog/2010/09/09/lets-talk-about-hudson-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-09-lets-talk-about-hudson-at-javaone.md, layout=>post }, "/blog/2010/09/17/javaone-taking-shape/index.html"=>Awestruct::Page{ 17240620: output_path=>/blog/2010/09/17/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-17-javaone-taking-shape.md, layout=>post }, "/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html"=>Awestruct::Page{ 16358640: output_path=>/blog/2010/09/20/live-blog-kohsukes-presentation-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-live-blog-kohsukes-presentation-at-javaone.md, layout=>post }, "/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 11248560: output_path=>/blog/2010/09/20/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-pre-javaone-hudson-meetup-redux.md, layout=>post }, "/blog/2010/09/20/tweet-of-the-day/index.html"=>Awestruct::Page{ 8262700: output_path=>/blog/2010/09/20/tweet-of-the-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-20-tweet-of-the-day.md, layout=>post }, "/blog/2010/09/21/javaone-day-one-in-pictures/index.html"=>Awestruct::Page{ 28752900: output_path=>/blog/2010/09/21/javaone-day-one-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-javaone-day-one-in-pictures.md, layout=>post }, "/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 28349820: output_path=>/blog/2010/09/21/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-live-blog-john-smart-demos-advanced-hudson-usage.md, layout=>post }, "/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html"=>Awestruct::Page{ 27927880: output_path=>/blog/2010/09/21/video-kohsuke-talks-hudson-on-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-21-video-kohsuke-talks-hudson-on-otn.md, layout=>post }, "/blog/2010/09/22/javaone-day-two-in-pictures/index.html"=>Awestruct::Page{ 27496860: output_path=>/blog/2010/09/22/javaone-day-two-in-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-09-22-javaone-day-two-in-pictures.md, layout=>post }, "/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html"=>Awestruct::Page{ 27079080: output_path=>/blog/2010/10/21/hudson-user-meet-up-in-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-10-21-hudson-user-meet-up-in-jerusalem.html, layout=>post }, "/blog/2010/11/23/java-net-migration-status-update/index.html"=>Awestruct::Page{ 26707520: output_path=>/blog/2010/11/23/java-net-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-java-net-migration-status-update.html, layout=>post }, "/blog/2010/11/23/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 26225260: output_path=>/blog/2010/11/23/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-23-new-hudson-mailing-lists.md, layout=>post }, "/blog/2010/11/30/whos-driving-this-thing/index.html"=>Awestruct::Page{ 25764820: output_path=>/blog/2010/11/30/whos-driving-this-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-11-30-whos-driving-this-thing.md, layout=>post }, "/blog/2010/12/01/a-brief-update/index.html"=>Awestruct::Page{ 25579020: output_path=>/blog/2010/12/01/a-brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-01-a-brief-update.md, layout=>post }, "/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html"=>Awestruct::Page{ 25361520: output_path=>/blog/2010/12/05/weekend-update-with-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2010/2010-12-05-weekend-update-with-andrew-bayer.md, layout=>post }, "/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 25102580: output_path=>/blog/2011/01/08/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-08-installing-plugins-has-always-been-easy-now-its-fast-too.md, layout=>post }, "/blog/2011/01/11/hudsons-future/index.html"=>Awestruct::Page{ 24859520: output_path=>/blog/2011/01/11/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-11-hudsons-future.md, layout=>post }, "/blog/2011/01/29/jenkins/index.html"=>Awestruct::Page{ 24614920: output_path=>/blog/2011/01/29/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-01-29-jenkins.md, layout=>post }, "/blog/2011/02/04/governance-meeting-today/index.html"=>Awestruct::Page{ 23944060: output_path=>/blog/2011/02/04/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-governance-meeting-today.md, layout=>post }, "/blog/2011/02/04/the-first-24-hours-in-downloads/index.html"=>Awestruct::Page{ 23228060: output_path=>/blog/2011/02/04/the-first-24-hours-in-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-04-the-first-24-hours-in-downloads.md, layout=>post }, "/blog/2011/02/05/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 18364560: output_path=>/blog/2011/02/05/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-05-first-governance-meeting-recap.md, layout=>post }, "/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html"=>Awestruct::Page{ 17986860: output_path=>/blog/2011/02/14/upcoming-jenkins-events-in-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-02-14-upcoming-jenkins-events-in-tokyo.html, layout=>post }, "/blog/2011/03/03/updated-usage-stats-available/index.html"=>Awestruct::Page{ 17499360: output_path=>/blog/2011/03/03/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-03-updated-usage-stats-available.md, layout=>post }, "/blog/2011/03/13/jenkins-hits-1-400/index.html"=>Awestruct::Page{ 17015020: output_path=>/blog/2011/03/13/jenkins-hits-1-400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-13-jenkins-hits-1-400.html, layout=>post }, "/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html"=>Awestruct::Page{ 12533920: output_path=>/blog/2011/03/21/the-polls-are-open-for-the-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-21-the-polls-are-open-for-the-jenkins-logo-contest.md, layout=>post }, "/blog/2011/03/23/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 11039680: output_path=>/blog/2011/03/23/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-03-23-windows-installers-are-now-available.html, layout=>post }, "/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 7069640: output_path=>/blog/2011/04/01/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-01-san-francisco-jenkins-meetup-wednesday-april-13th.md, layout=>post }, "/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html"=>Awestruct::Page{ 28648180: output_path=>/blog/2011/04/04/the-final-two-run-off-vote-for-the-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-04-the-final-two-run-off-vote-for-the-new-jenkins-logo.md, layout=>post }, "/blog/2011/04/14/jenkins-new-look/index.html"=>Awestruct::Page{ 28222140: output_path=>/blog/2011/04/14/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-04-14-jenkins-new-look.md, layout=>post }, "/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html"=>Awestruct::Page{ 27808580: output_path=>/blog/2011/05/04/hamburg-hackathon-a-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-04-hamburg-hackathon-a-great-success.html, layout=>post }, "/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html"=>Awestruct::Page{ 27371180: output_path=>/blog/2011/05/12/ruby-plugins-hack-session-5-12-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-ruby-plugins-hack-session-5-12-2011.md, layout=>post }, "/blog/2011/05/12/the-state-of-the-jenkins-project/index.html"=>Awestruct::Page{ 26936200: output_path=>/blog/2011/05/12/the-state-of-the-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-12-the-state-of-the-jenkins-project.md, layout=>post }, "/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html"=>Awestruct::Page{ 26584540: output_path=>/blog/2011/05/27/ruby-plugins-hack-session-5-27-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-05-27-ruby-plugins-hack-session-5-27-2011.md, layout=>post }, "/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html"=>Awestruct::Page{ 25889720: output_path=>/blog/2011/06/08/building-a-software-diamond-with-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-08-building-a-software-diamond-with-jenkins.md, layout=>post }, "/blog/2011/06/09/a-big-thanks-to-rackspace/index.html"=>Awestruct::Page{ 25716120: output_path=>/blog/2011/06/09/a-big-thanks-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-09-a-big-thanks-to-rackspace.md, layout=>post }, "/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html"=>Awestruct::Page{ 25539420: output_path=>/blog/2011/06/14/upcoming-events-in-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-14-upcoming-events-in-june-and-early-july.md, layout=>post }, "/blog/2011/06/16/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 25314820: output_path=>/blog/2011/06/16/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-16-jenkins-long-term-support-release.md, layout=>post }, "/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html"=>Awestruct::Page{ 25058260: output_path=>/blog/2011/06/24/ruby-plugins-hack-session-notes-6-23-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-06-24-ruby-plugins-hack-session-notes-6-23-2011.md, layout=>post }, "/blog/2011/07/18/mirror-mirror-on-the-wall/index.html"=>Awestruct::Page{ 24830740: output_path=>/blog/2011/07/18/mirror-mirror-on-the-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-07-18-mirror-mirror-on-the-wall.md, layout=>post }, "/blog/2011/08/08/jenkins-user-conference/index.html"=>Awestruct::Page{ 24559060: output_path=>/blog/2011/08/08/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jenkins-user-conference.md, layout=>post }, "/blog/2011/08/08/jruby-branch-merged/index.html"=>Awestruct::Page{ 23849320: output_path=>/blog/2011/08/08/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-08-jruby-branch-merged.md, layout=>post }, "/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html"=>Awestruct::Page{ 23109400: output_path=>/blog/2011/08/09/jenkins-user-conference-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-08-09-jenkins-user-conference-call-for-papers.html, layout=>post }, "/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 16568120: output_path=>/blog/2011/09/01/call-for-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-01-call-for-testers-upcoming-lts-update.md, layout=>post }, "/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html"=>Awestruct::Page{ 17862680: output_path=>/blog/2011/09/14/jenkins-long-term-release-1-409-2-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-14-jenkins-long-term-release-1-409-2-is-out.html, layout=>post }, "/blog/2011/09/19/2011-donation-drive/index.html"=>Awestruct::Page{ 17435720: output_path=>/blog/2011/09/19/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-19-2011-donation-drive.md, layout=>post }, "/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html"=>Awestruct::Page{ 16842980: output_path=>/blog/2011/09/20/ips-packages-of-jenkins-for-solaris-openindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-09-20-ips-packages-of-jenkins-for-solaris-openindiana.html, layout=>post }, "/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html"=>Awestruct::Page{ 12202940: output_path=>/blog/2011/10/05/ci-dinner-wednesday-at-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-05-ci-dinner-wednesday-at-630.md, layout=>post }, "/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html"=>Awestruct::Page{ 10675100: output_path=>/blog/2011/10/17/andrew-bayer-discusses-jenkins-with-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-17-andrew-bayer-discusses-jenkins-with-tim-obrien.md, layout=>post }, "/blog/2011/10/21/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 6077300: output_path=>/blog/2011/10/21/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-10-21-report-bugs-and-win-kindle.md, layout=>post }, "/blog/2011/11/03/jenkins-community-survey/index.html"=>Awestruct::Page{ 28551540: output_path=>/blog/2011/11/03/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-03-jenkins-community-survey.html, layout=>post }, "/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html"=>Awestruct::Page{ 28140660: output_path=>/blog/2011/11/04/a-dead-bug-is-a-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-04-a-dead-bug-is-a-good-bug.html, layout=>post }, "/blog/2011/11/07/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 27727360: output_path=>/blog/2011/11/07/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-07-jenkins-meetup-munich-videos.md, layout=>post }, "/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 27297380: output_path=>/blog/2011/11/10/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-10-jenkins-conference-slides-and-videos-online.md, layout=>post }, "/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html"=>Awestruct::Page{ 26899640: output_path=>/blog/2011/11/15/the-beginning-of-a-new-era-ruby-plugins-now-a-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-11-15-the-beginning-of-a-new-era-ruby-plugins-now-a-reality.md, layout=>post }, "/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html"=>Awestruct::Page{ 26503120: output_path=>/blog/2011/12/02/community-contributed-localizations-to-be-bundled-in-jenkins-1-443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-02-community-contributed-localizations-to-be-bundled-in-jenkins-1-443.html, layout=>post }, "/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html"=>Awestruct::Page{ 25854520: output_path=>/blog/2011/12/05/holiday-appeal-please-help-jenkins-pay-the-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-05-holiday-appeal-please-help-jenkins-pay-the-project-expense.html, layout=>post }, "/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 25680500: output_path=>/blog/2011/12/19/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-19-fundraising-drive-update-thank-you-everyone.md, layout=>post }, "/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html"=>Awestruct::Page{ 25503360: output_path=>/blog/2011/12/20/thanks-for-the-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-20-thanks-for-the-support-pagerduty.md, layout=>post }, "/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html"=>Awestruct::Page{ 25254420: output_path=>/blog/2011/12/23/jenkins-survey-result-and-what-ui-improvement-would-you-like/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-23-jenkins-survey-result-and-what-ui-improvement-would-you-like.md, layout=>post }, "/blog/2011/12/28/adding-diagrams-to-wiki/index.html"=>Awestruct::Page{ 25006780: output_path=>/blog/2011/12/28/adding-diagrams-to-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2011/2011-12-28-adding-diagrams-to-wiki.md, layout=>post }, "/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html"=>Awestruct::Page{ 24768800: output_path=>/blog/2012/01/04/building-jenkins-plugins-with-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-04-building-jenkins-plugins-with-gradle.md, layout=>post }, "/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html"=>Awestruct::Page{ 24452980: output_path=>/blog/2012/01/05/thank-you-page-for-windows-os-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-05-thank-you-page-for-windows-os-x-installers.md, layout=>post }, "/blog/2012/01/20/highlight-video-from-juc-2011/index.html"=>Awestruct::Page{ 23686340: output_path=>/blog/2012/01/20/highlight-video-from-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-01-20-highlight-video-from-juc-2011.md, layout=>post }, "/blog/2012/02/02/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 18768420: output_path=>/blog/2012/02/02/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-02-happy-birthday-jenkins.md, layout=>post }, "/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 18785340: output_path=>/blog/2012/02/13/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-13-jenkins-user-conference-2012-paris.html, layout=>post }, "/blog/2012/02/21/fosdem-2012-recap/index.html"=>Awestruct::Page{ 17695120: output_path=>/blog/2012/02/21/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-fosdem-2012-recap.md, layout=>post }, "/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html"=>Awestruct::Page{ 17337960: output_path=>/blog/2012/02/21/sponsor-a-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-02-21-sponsor-a-jenkins-user-conference.md, layout=>post }, "/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html"=>Awestruct::Page{ 16589400: output_path=>/blog/2012/03/06/critical-security-advisory-in-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-06-critical-security-advisory-in-jenkins-core.html, layout=>post }, "/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 11711460: output_path=>/blog/2012/03/13/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-13-why-does-jenkins-have-blue-balls.md, layout=>post }, "/blog/2012/03/26/announcing-the-jenkins-cia/index.html"=>Awestruct::Page{ 8787700: output_path=>/blog/2012/03/26/announcing-the-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-03-26-announcing-the-jenkins-cia.md, layout=>post }, "/blog/2012/04/13/continuous-information-vol-2/index.html"=>Awestruct::Page{ 28875080: output_path=>/blog/2012/04/13/continuous-information-vol-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-04-13-continuous-information-vol-2.html, layout=>post }, "/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 28432600: output_path=>/blog/2012/05/10/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-10-jenkins-user-conference-paris-summary.html, layout=>post }, "/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 27999940: output_path=>/blog/2012/05/21/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-21-nyc-jenkins-user-conference-recap.html, layout=>post }, "/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html"=>Awestruct::Page{ 27573040: output_path=>/blog/2012/05/28/jenkins-a-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-05-28-jenkins-a-besoin-de-vous.md, layout=>post }, "/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html"=>Awestruct::Page{ 27134360: output_path=>/blog/2012/06/19/jenkins-and-bioinformatics-catch-us-at-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-19-jenkins-and-bioinformatics-catch-us-at-bosc-2012.md, layout=>post }, "/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html"=>Awestruct::Page{ 26743880: output_path=>/blog/2012/06/22/intro-to-jenkins-meetup-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-06-22-intro-to-jenkins-meetup-in-copenhagen.md, layout=>post }, "/blog/2012/07/23/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 26252520: output_path=>/blog/2012/07/23/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-23-jenkins-user-conference-israel.html, layout=>post }, "/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html"=>Awestruct::Page{ 25777640: output_path=>/blog/2012/07/26/jenkins-user-conference-san-francisco-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-07-26-jenkins-user-conference-san-francisco-call-for-papers.html, layout=>post }, "/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html"=>Awestruct::Page{ 25600300: output_path=>/blog/2012/08/20/report-intro-to-jenkins-meet-up-in-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-20-report-intro-to-jenkins-meet-up-in-copenhagen.md, layout=>post }, "/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html"=>Awestruct::Page{ 25390880: output_path=>/blog/2012/08/27/volunteers-needed-for-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-08-27-volunteers-needed-for-juc-sf.md, layout=>post }, "/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html"=>Awestruct::Page{ 25150480: output_path=>/blog/2012/09/11/come-join-the-jenkins-user-conference-san-francisco-on-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-11-come-join-the-jenkins-user-conference-san-francisco-on-september-30th.html, layout=>post }, "/blog/2012/09/12/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 24893900: output_path=>/blog/2012/09/12/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-12-jenkins-user-event-cph.html, layout=>post }, "/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html"=>Awestruct::Page{ 24672620: output_path=>/blog/2012/09/21/start-your-own-jenkins-meetup-in-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-21-start-your-own-jenkins-meetup-in-10-easy-steps.html, layout=>post }, "/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html"=>Awestruct::Page{ 24001040: output_path=>/blog/2012/09/24/jenkins-project-meeting-in-the-meat-space-call-for-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-24-jenkins-project-meeting-in-the-meat-space-call-for-agenda.md, layout=>post }, "/blog/2012/09/26/dinner-after-juc/index.html"=>Awestruct::Page{ 23279620: output_path=>/blog/2012/09/26/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-dinner-after-juc.html, layout=>post }, "/blog/2012/09/26/jenkins-sessions-at-javaone/index.html"=>Awestruct::Page{ 18396380: output_path=>/blog/2012/09/26/jenkins-sessions-at-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-26-jenkins-sessions-at-javaone.html, layout=>post }, "/blog/2012/09/28/saturday-night-drink-up/index.html"=>Awestruct::Page{ 18301320: output_path=>/blog/2012/09/28/saturday-night-drink-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-saturday-night-drink-up.html, layout=>post }, "/blog/2012/09/28/take-the-jenkins-survey/index.html"=>Awestruct::Page{ 17503940: output_path=>/blog/2012/09/28/take-the-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-09-28-take-the-jenkins-survey.html, layout=>post }, "/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html"=>Awestruct::Page{ 17001980: output_path=>/blog/2012/11/14/sponsor-jenkins-bugs-with-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-14-sponsor-jenkins-bugs-with-freedom-sponsors.md, layout=>post }, "/blog/2012/11/15/fundraising-for-travel-grant/index.html"=>Awestruct::Page{ 12325080: output_path=>/blog/2012/11/15/fundraising-for-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-15-fundraising-for-travel-grant.html, layout=>post }, "/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html"=>Awestruct::Page{ 11006500: output_path=>/blog/2012/11/16/new-mailing-list-for-better-event-meet-up-local-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-16-new-mailing-list-for-better-event-meet-up-local-community-coordination.html, layout=>post }, "/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 6790720: output_path=>/blog/2012/11/18/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-11-18-comunidade-verde-amarela-do-jenkins-uni-vos.md, layout=>post }, "/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 28594020: output_path=>/blog/2012/12/13/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-13-office-hours-next-week-metadata-plugin.html, layout=>post }, "/blog/2012/12/19/los-altos-hackathon-this-friday/index.html"=>Awestruct::Page{ 28201060: output_path=>/blog/2012/12/19/los-altos-hackathon-this-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-19-los-altos-hackathon-this-friday.html, layout=>post }, "/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html"=>Awestruct::Page{ 27766680: output_path=>/blog/2012/12/20/jenkins-keynote-at-fosdem-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-20-jenkins-keynote-at-fosdem-2013.md, layout=>post }, "/blog/2012/12/25/jenkins-meet-up/index.html"=>Awestruct::Page{ 27318420: output_path=>/blog/2012/12/25/jenkins-meet-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2012/2012-12-25-jenkins-meet-up.md, layout=>post }, "/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html"=>Awestruct::Page{ 26896340: output_path=>/blog/2013/01/09/2012-jenkins-survey-results-are-in/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-09-2012-jenkins-survey-results-are-in.html, layout=>post }, "/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html"=>Awestruct::Page{ 26430400: output_path=>/blog/2013/01/26/report-jenkins-meet-up-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-26-report-jenkins-meet-up-seoul.html, layout=>post }, "/blog/2013/01/30/jenkins-hits-1-500/index.html"=>Awestruct::Page{ 25844100: output_path=>/blog/2013/01/30/jenkins-hits-1-500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-01-30-jenkins-hits-1-500.html, layout=>post }, "/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 25665960: output_path=>/blog/2013/02/15/jenkins-ci-the-origins-of-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-02-15-jenkins-ci-the-origins-of-butlers-build-masters-and-bowties.html, layout=>post }, "/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html"=>Awestruct::Page{ 25479280: output_path=>/blog/2013/03/12/coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-03-12-coming-to-gdc-join-us-for-a-jenkins-drink-up-at-21st-amendment.html, layout=>post }, "/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html"=>Awestruct::Page{ 25237020: output_path=>/blog/2013/04/19/neuroscientists-embrace-continuous-integration-served-by-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-19-neuroscientists-embrace-continuous-integration-served-by-jenkins.html, layout=>post }, "/blog/2013/04/25/munich-hackathon/index.html"=>Awestruct::Page{ 24977260: output_path=>/blog/2013/04/25/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-25-munich-hackathon.html, layout=>post }, "/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html"=>Awestruct::Page{ 24744720: output_path=>/blog/2013/04/30/registration-and-call-for-papers-open-for-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-04-30-registration-and-call-for-papers-open-for-juc-palo-alto.md, layout=>post }, "/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html"=>Awestruct::Page{ 24408680: output_path=>/blog/2013/05/06/giving-back-to-the-community-3-ways-to-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-06-giving-back-to-the-community-3-ways-to-keep-jenkins-growing.html, layout=>post }, "/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 23582720: output_path=>/blog/2013/05/17/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-17-continuous-information-jenkins-newsletter-vol-4.html, layout=>post }, "/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 18650040: output_path=>/blog/2013/05/22/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-05-22-jenkins-user-conference-israel-coming-june-6.md, layout=>post }, "/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 18624080: output_path=>/blog/2013/06/21/reducing-the-of-threads-in-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-06-21-reducing-the-of-threads-in-jenkins-ssh-slaves.html, layout=>post }, "/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 17593940: output_path=>/blog/2013/07/01/office-hours-this-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-01-office-hours-this-week-git-plugin-refactoring.md, layout=>post }, "/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 17272380: output_path=>/blog/2013/07/11/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-11-jenkins-user-conference-israel-summary.html, layout=>post }, "/blog/2013/07/24/faster-slave-classloading/index.html"=>Awestruct::Page{ 16398260: output_path=>/blog/2013/07/24/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-faster-slave-classloading.html, layout=>post }, "/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html"=>Awestruct::Page{ 11275500: output_path=>/blog/2013/07/24/jenkins-user-event-in-copenhagen-on-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-24-jenkins-user-event-in-copenhagen-on-september-6.html, layout=>post }, "/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 8305240: output_path=>/blog/2013/07/31/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-07-31-jenkins-user-conference-palo-alto-2013.html, layout=>post }, "/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html"=>Awestruct::Page{ 28752980: output_path=>/blog/2013/08/01/2-version-control-plugins-in-beta-testing-before-a-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-08-01-2-version-control-plugins-in-beta-testing-before-a-major-release.html, layout=>post }, "/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 28324100: output_path=>/blog/2013/09/05/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-05-extreme-feedback-lamp-switch-gear-style.html, layout=>post }, "/blog/2013/09/09/loader-io-plugin-developer-interview/index.html"=>Awestruct::Page{ 27904200: output_path=>/blog/2013/09/09/loader-io-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-09-loader-io-plugin-developer-interview.html, layout=>post }, "/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 27454120: output_path=>/blog/2013/09/11/behind-the-scenes-of-the-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-11-behind-the-scenes-of-the-jenkins-user-conference-palo-alto.html, layout=>post }, "/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 27012620: output_path=>/blog/2013/09/16/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-16-continuous-information-jenkins-newsletter-vol-5.html, layout=>post }, "/blog/2013/09/23/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 26628760: output_path=>/blog/2013/09/23/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-experimental-plugins-update-center.html, layout=>post }, "/blog/2013/09/23/literate-builds-wtf/index.html"=>Awestruct::Page{ 25906880: output_path=>/blog/2013/09/23/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-09-23-literate-builds-wtf.md, layout=>post }, "/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 25712720: output_path=>/blog/2013/10/09/jenkins-at-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-jenkins-at-netflix-juc-speaker-interview.html, layout=>post }, "/blog/2013/10/09/meet-the-community-in-juc/index.html"=>Awestruct::Page{ 25531600: output_path=>/blog/2013/10/09/meet-the-community-in-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-09-meet-the-community-in-juc.html, layout=>post }, "/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html"=>Awestruct::Page{ 25294040: output_path=>/blog/2013/10/18/jenkins-user-conference-is-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-10-18-jenkins-user-conference-is-completely-full.html, layout=>post }, "/blog/2013/11/08/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 25033300: output_path=>/blog/2013/11/08/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-08-jenkins-scalability-summit-recap.html, layout=>post }, "/blog/2013/11/17/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 24801820: output_path=>/blog/2013/11/17/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-17-dkim-and-spf-deployed.html, layout=>post }, "/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 24478640: output_path=>/blog/2013/11/20/juc-call-for-volunteers-to-join-the-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-20-juc-call-for-volunteers-to-join-the-organizing-committee-and-venues.md, layout=>post }, "/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html"=>Awestruct::Page{ 23744420: output_path=>/blog/2013/11/25/summary-report-git-repository-disruption-incident-of-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-11-25-summary-report-git-repository-disruption-incident-of-nov-10th.md, layout=>post }, "/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html"=>Awestruct::Page{ 18997100: output_path=>/blog/2013/12/04/jenkins-user-conference-2013-palo-alto-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-04-jenkins-user-conference-2013-palo-alto-wrap-up.html, layout=>post }, "/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html"=>Awestruct::Page{ 18765520: output_path=>/blog/2013/12/05/jenkins-sao-paulo-meetup-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2013/2013-12-05-jenkins-sao-paulo-meetup-this-weekend.md, layout=>post }, "/blog/2014/01/25/jenkins-at-fosdem-2014/index.html"=>Awestruct::Page{ 17648240: output_path=>/blog/2014/01/25/jenkins-at-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-01-25-jenkins-at-fosdem-2014.html, layout=>post }, "/blog/2014/03/19/jenkins-user-conferences-this-year/index.html"=>Awestruct::Page{ 17314140: output_path=>/blog/2014/03/19/jenkins-user-conferences-this-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-19-jenkins-user-conferences-this-year.html, layout=>post }, "/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 16447900: output_path=>/blog/2014/03/21/call-for-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-03-21-call-for-sponsors-2014-jenkins-user-conferences.md, layout=>post }, "/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 11432340: output_path=>/blog/2014/04/01/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-01-your-java-web-start-slaves-will-be-always-clean.html, layout=>post }, "/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html"=>Awestruct::Page{ 8436120: output_path=>/blog/2014/04/04/maven-job-type-performance-improvements-in-maven-plugin-2-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-04-maven-job-type-performance-improvements-in-maven-plugin-2-2.html, layout=>post }, "/blog/2014/04/09/more-scalable-slaves/index.html"=>Awestruct::Page{ 28788100: output_path=>/blog/2014/04/09/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-09-more-scalable-slaves.html, layout=>post }, "/blog/2014/04/11/infoq-ci-survey-2014/index.html"=>Awestruct::Page{ 28378060: output_path=>/blog/2014/04/11/infoq-ci-survey-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-infoq-ci-survey-2014.html, layout=>post }, "/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html"=>Awestruct::Page{ 27931180: output_path=>/blog/2014/04/11/jenkins-1-532-3-lts-is-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-11-jenkins-1-532-3-lts-is-released.html, layout=>post }, "/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 27483400: output_path=>/blog/2014/04/15/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-15-upcoming-jenkins-office-hours-acceptance-test-harness.html, layout=>post }, "/blog/2014/04/16/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 27059560: output_path=>/blog/2014/04/16/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-16-active-directory-plugin-improvements.html, layout=>post }, "/blog/2014/04/18/come-join-the-infra-team/index.html"=>Awestruct::Page{ 26666540: output_path=>/blog/2014/04/18/come-join-the-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-18-come-join-the-infra-team.html, layout=>post }, "/blog/2014/04/24/juc-agenda-posted/index.html"=>Awestruct::Page{ 25919780: output_path=>/blog/2014/04/24/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-04-24-juc-agenda-posted.html, layout=>post }, "/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html"=>Awestruct::Page{ 25738740: output_path=>/blog/2014/05/08/another-big-thank-you-to-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-08-another-big-thank-you-to-rackspace.html, layout=>post }, "/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html"=>Awestruct::Page{ 25559260: output_path=>/blog/2014/05/19/jenkins-office-hour-tutorial-on-writing-an-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-19-jenkins-office-hour-tutorial-on-writing-an-acceptance-test.html, layout=>post }, "/blog/2014/05/27/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 25329520: output_path=>/blog/2014/05/27/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-27-acceptance-test-project-progress-report.html, layout=>post }, "/blog/2014/05/30/adopt-a-plugin/index.html"=>Awestruct::Page{ 25073920: output_path=>/blog/2014/05/30/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-05-30-adopt-a-plugin.html, layout=>post }, "/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html"=>Awestruct::Page{ 24833120: output_path=>/blog/2014/06/03/jenkins-user-conference-boston-is-around-the-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-user-conference-boston-is-around-the-corner.html, layout=>post }, "/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 24556680: output_path=>/blog/2014/06/03/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-03-jenkins-won-sdtimes-100-2014.html, layout=>post }, "/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html"=>Awestruct::Page{ 23813040: output_path=>/blog/2014/06/05/get-drunk-on-the-code-in-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-05-get-drunk-on-the-code-in-juc-boston.html, layout=>post }, "/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 23060300: output_path=>/blog/2014/06/06/other-events-for-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-06-other-events-for-juc-visitors-cd-seminar.html, layout=>post }, "/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html"=>Awestruct::Page{ 18856700: output_path=>/blog/2014/06/09/thinking-about-moving-on-to-servlet-3-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-09-thinking-about-moving-on-to-servlet-3-0.html, layout=>post }, "/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 17775960: output_path=>/blog/2014/06/10/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-10-two-weeks-till-jenkins-user-conference-berlin.html, layout=>post }, "/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html"=>Awestruct::Page{ 17379180: output_path=>/blog/2014/06/11/juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-11-juc-speaker-sneakpeak-a-build-ecosystem-for-loosely-compiled-code.html, layout=>post }, "/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html"=>Awestruct::Page{ 16720940: output_path=>/blog/2014/06/16/get-together-at-beer-garden-for-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-16-get-together-at-beer-garden-for-juc-berlin.html, layout=>post }, "/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 11886780: output_path=>/blog/2014/06/19/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-19-juc-europe-sneak-peak-integrated-pipelines.html, layout=>post }, "/blog/2014/06/20/juc-boston-what-a-day/index.html"=>Awestruct::Page{ 8844680: output_path=>/blog/2014/06/20/juc-boston-what-a-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-06-20-juc-boston-what-a-day.html, layout=>post }, "/blog/2014/07/01/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 28881460: output_path=>/blog/2014/07/01/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 28445900: output_path=>/blog/2014/07/01/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-01-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/07/03/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 28015580: output_path=>/blog/2014/07/03/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-office-hours-dotci.html, layout=>post }, "/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 27587260: output_path=>/blog/2014/07/03/jenkins-user-event-and-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-jenkins-user-event-and-code-camp-2014-copenhagen.html, layout=>post }, "/blog/2014/07/03/juc-berlin-summary/index.html"=>Awestruct::Page{ 27136800: output_path=>/blog/2014/07/03/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-juc-berlin-summary.html, layout=>post }, "/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html"=>Awestruct::Page{ 26742420: output_path=>/blog/2014/07/03/pictures-from-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-03-pictures-from-juc-and-cdsummit.html, layout=>post }, "/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html"=>Awestruct::Page{ 26246940: output_path=>/blog/2014/07/08/workflow-plugin-tutorial-writing-a-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-08-workflow-plugin-tutorial-writing-a-step-impl.html, layout=>post }, "/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 25773240: output_path=>/blog/2014/07/09/planned-changes-in-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-09-planned-changes-in-jenkins-user-conference-contact-information-collection.html, layout=>post }, "/blog/2014/07/18/juc-israel-report/index.html"=>Awestruct::Page{ 25591840: output_path=>/blog/2014/07/18/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-18-juc-israel-report.html, layout=>post }, "/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html"=>Awestruct::Page{ 25376900: output_path=>/blog/2014/07/28/jenkins-figure-is-available-in-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-28-jenkins-figure-is-available-in-shapeways.html, layout=>post }, "/blog/2014/07/30/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 25123620: output_path=>/blog/2014/07/30/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-07-30-geek-choice-awards-2014.html, layout=>post }, "/blog/2014/08/11/user-interface-refresh/index.html"=>Awestruct::Page{ 24873560: output_path=>/blog/2014/08/11/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-11-user-interface-refresh.html, layout=>post }, "/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html"=>Awestruct::Page{ 24618180: output_path=>/blog/2014/08/12/jenkins-user-meet-up-in-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-jenkins-user-meet-up-in-london.html, layout=>post }, "/blog/2014/08/12/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 23918580: output_path=>/blog/2014/08/12/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-12-official-jenkins-lts-docker-image.html, layout=>post }, "/blog/2014/08/28/juc-sf-2014-is-here/index.html"=>Awestruct::Page{ 23175920: output_path=>/blog/2014/08/28/juc-sf-2014-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-juc-sf-2014-is-here.html, layout=>post }, "/blog/2014/08/28/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 16603800: output_path=>/blog/2014/08/28/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-08-28-workflow-plugin-code-walk-through.md, layout=>post }, "/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html"=>Awestruct::Page{ 17868660: output_path=>/blog/2014/09/02/jenkins-user-meet-up-in-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-02-jenkins-user-meet-up-in-paris.html, layout=>post }, "/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 17420040: output_path=>/blog/2014/09/17/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-17-jenkins-workflow-summit-rsvp.html, layout=>post }, "/blog/2014/09/24/jenkins-in-javaone-2014/index.html"=>Awestruct::Page{ 16802580: output_path=>/blog/2014/09/24/jenkins-in-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-jenkins-in-javaone-2014.html, layout=>post }, "/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 12070320: output_path=>/blog/2014/09/24/more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-24-more-jenkins-related-continuous-delivery-events-in-chicago-washington-dc-and-san-francisco.html, layout=>post }, "/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html"=>Awestruct::Page{ 9009840: output_path=>/blog/2014/09/25/cve-2014-6271-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-09-25-cve-2014-6271-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 26417420: output_path=>/blog/2014/10/06/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-06-gradle-fy-your-jenkins-plugin-project.md, layout=>post }, "/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html"=>Awestruct::Page{ 28486700: output_path=>/blog/2014/10/15/cve-2014-3566-poodle-impact-on-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-15-cve-2014-3566-poodle-impact-on-jenkins.html, layout=>post }, "/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html"=>Awestruct::Page{ 28061380: output_path=>/blog/2014/10/20/freebsd-project-use-of-jenkins-for-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-freebsd-project-use-of-jenkins-for-os-testing.md, layout=>post }, "/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 27624700: output_path=>/blog/2014/10/20/mobile-app-for-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-10-20-mobile-app-for-jenkins-user-conference-bay-area.html, layout=>post }, "/blog/2014/12/03/workflow-plugin-is-1-0/index.html"=>Awestruct::Page{ 27172540: output_path=>/blog/2014/12/03/workflow-plugin-is-1-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-03-workflow-plugin-is-1-0.md, layout=>post }, "/blog/2014/12/17/breakingbuilds/index.html"=>Awestruct::Page{ 26771260: output_path=>/blog/2014/12/17/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2014/2014-12-17-breakingbuilds.html, layout=>post }, "/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html"=>Awestruct::Page{ 26242400: output_path=>/blog/2015/01/27/2015-jenkins-user-conferences-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-2015-jenkins-user-conferences-call-for-papers.html, layout=>post }, "/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html"=>Awestruct::Page{ 25765540: output_path=>/blog/2015/01/27/office-hours-tomorrow-workflow-security-model-and-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-01-27-office-hours-tomorrow-workflow-security-model-and-plugin-compatibility.html, layout=>post }, "/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html"=>Awestruct::Page{ 25583540: output_path=>/blog/2015/02/09/jenkins-celebration-day-is-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-09-jenkins-celebration-day-is-february-26.html, layout=>post }, "/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 25356620: output_path=>/blog/2015/02/19/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-19-jenkins-100k-celebration-pictures.html, layout=>post }, "/blog/2015/02/24/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 25102220: output_path=>/blog/2015/02/24/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-24-100k-celebration-podcast-recording.html, layout=>post }, "/blog/2015/02/25/100k-celebration-podcast/index.html"=>Awestruct::Page{ 24852640: output_path=>/blog/2015/02/25/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-02-25-100k-celebration-podcast.html, layout=>post }, "/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html"=>Awestruct::Page{ 24573800: output_path=>/blog/2015/03/03/jenkins-user-conference-save-the-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-03-jenkins-user-conference-save-the-date.html, layout=>post }, "/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 23868780: output_path=>/blog/2015/03/06/google-apps-sso-no-longer-supported-in-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-06-google-apps-sso-no-longer-supported-in-jenkins-openid-plugin.html, layout=>post }, "/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 23137400: output_path=>/blog/2015/03/17/juc-2015-call-for-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-17-juc-2015-call-for-paper-deadlines-approaching.html, layout=>post }, "/blog/2015/03/25/registration-for-juc-2015-is-open/index.html"=>Awestruct::Page{ 16564620: output_path=>/blog/2015/03/25/registration-for-juc-2015-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-03-25-registration-for-juc-2015-is-open.html, layout=>post }, "/blog/2015/04/06/confluence-migration-this-weekend/index.html"=>Awestruct::Page{ 18178360: output_path=>/blog/2015/04/06/confluence-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-confluence-migration-this-weekend.html, layout=>post }, "/blog/2015/04/06/good-bye-java6/index.html"=>Awestruct::Page{ 17402660: output_path=>/blog/2015/04/06/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-06-good-bye-java6.html, layout=>post }, "/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 16734300: output_path=>/blog/2015/04/13/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-13-juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets.html, layout=>post }, "/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 11906860: output_path=>/blog/2015/04/22/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-22-jenkins-user-conference-agenda-news.html, layout=>post }, "/blog/2015/04/24/jira-migration-this-weekend/index.html"=>Awestruct::Page{ 8853100: output_path=>/blog/2015/04/24/jira-migration-this-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-04-24-jira-migration-this-weekend.md, layout=>post }, "/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 28885040: output_path=>/blog/2015/05/07/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-07-juc-speaker-blog-series-denis-chernilevskiy-juc-europe.html, layout=>post }, "/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html"=>Awestruct::Page{ 28444620: output_path=>/blog/2015/05/14/juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-14-juc-speaker-blog-series-lorelei-mccollum-juc-u-s-east.html, layout=>post }, "/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 28012240: output_path=>/blog/2015/05/18/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-18-juc-speaker-blog-series-andrew-bayer-juc-europe.html, layout=>post }, "/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html"=>Awestruct::Page{ 27572340: output_path=>/blog/2015/05/20/juc-speaker-blog-series-david-dang-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-05-20-juc-speaker-blog-series-david-dang-juc-u-s-east.html, layout=>post }, "/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 27119540: output_path=>/blog/2015/06/01/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-01-juc-speaker-blog-series-nobuaki-ogawa-juc-europe.html, layout=>post }, "/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html"=>Awestruct::Page{ 26712560: output_path=>/blog/2015/06/02/juc-speaker-blog-series-peter-vilim-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-02-juc-speaker-blog-series-peter-vilim-juc-u-s-east.html, layout=>post }, "/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html"=>Awestruct::Page{ 26214140: output_path=>/blog/2015/06/03/juc-speaker-blog-series-andrew-phillips-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-03-juc-speaker-blog-series-andrew-phillips-juc-u-s-east.html, layout=>post }, "/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html"=>Awestruct::Page{ 25753420: output_path=>/blog/2015/06/08/juc-speaker-blog-series-will-soula-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-08-juc-speaker-blog-series-will-soula-juc-u-s-east.html, layout=>post }, "/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 25570680: output_path=>/blog/2015/06/09/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-09-juc-speaker-blog-series-damien-coraboeuf-juc-europe.html, layout=>post }, "/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html"=>Awestruct::Page{ 25343500: output_path=>/blog/2015/06/15/juc-speaker-blog-series-stephan-hochdrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-15-juc-speaker-blog-series-stephan-hochdrfer-juc-europe.html, layout=>post }, "/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html"=>Awestruct::Page{ 25078660: output_path=>/blog/2015/06/16/juc-speaker-blog-series-martin-hobson-juc-u-s-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-16-juc-speaker-blog-series-martin-hobson-juc-u-s-east.html, layout=>post }, "/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html"=>Awestruct::Page{ 24836240: output_path=>/blog/2015/06/22/new-wiki-url-requirement-for-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-06-22-new-wiki-url-requirement-for-plugins.md, layout=>post }, "/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 24560360: output_path=>/blog/2015/07/09/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-09-jenkins-user-event-scandinavia-2015.html, layout=>post }, "/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html"=>Awestruct::Page{ 23823240: output_path=>/blog/2015/07/14/juseppe-a-custom-update-site-for-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-14-juseppe-a-custom-update-site-for-jenkins.md, layout=>post }, "/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html"=>Awestruct::Page{ 23058900: output_path=>/blog/2015/07/15/advancing-the-jenkins-gui-configuring-items-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-15-advancing-the-jenkins-gui-configuring-items-in-jenkins.html, layout=>post }, "/blog/2015/07/23/office-hours-are-back/index.html"=>Awestruct::Page{ 18833160: output_path=>/blog/2015/07/23/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-23-office-hours-are-back.md, layout=>post }, "/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 17754080: output_path=>/blog/2015/07/24/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-integrating-kubernetes-and-jenkins.md, layout=>post }, "/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 17368080: output_path=>/blog/2015/07/24/juc-u-s-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-24-juc-u-s-east-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html"=>Awestruct::Page{ 16605720: output_path=>/blog/2015/07/25/bay-area-jenkins-area-meet-up-is-looking-for-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-25-bay-area-jenkins-area-meet-up-is-looking-for-you.html, layout=>post }, "/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html"=>Awestruct::Page{ 11750760: output_path=>/blog/2015/07/28/reinforcements-for-the-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-28-reinforcements-for-the-subversion-plugin.md, layout=>post }, "/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 8730100: output_path=>/blog/2015/07/29/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-29-juc-europe-slides-and-video-are-now-available-online.html, layout=>post }, "/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html"=>Awestruct::Page{ 28869620: output_path=>/blog/2015/07/30/juc-u-s-west-news-agenda-is-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-07-30-juc-u-s-west-news-agenda-is-up.html, layout=>post }, "/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html"=>Awestruct::Page{ 28422240: output_path=>/blog/2015/08/03/just-a-month-left-until-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-03-just-a-month-left-until-juc-u-s-west.md, layout=>post }, "/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html"=>Awestruct::Page{ 27983380: output_path=>/blog/2015/08/04/bay-area-jenkins-area-meet-up-kick-off-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-bay-area-jenkins-area-meet-up-kick-off-gathering-today.html, layout=>post }, "/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html"=>Awestruct::Page{ 27541920: output_path=>/blog/2015/08/04/wiki-and-issue-tracker-outage-over-the-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-04-wiki-and-issue-tracker-outage-over-the-weekend.md, layout=>post }, "/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html"=>Awestruct::Page{ 27100200: output_path=>/blog/2015/08/05/juc-speaker-blog-series-carlo-cadet-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-05-juc-speaker-blog-series-carlo-cadet-juc-u-s-west.html, layout=>post }, "/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html"=>Awestruct::Page{ 26685880: output_path=>/blog/2015/08/10/upcoming-office-hour-on-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-10-upcoming-office-hour-on-workflow.md, layout=>post }, "/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 26206260: output_path=>/blog/2015/08/13/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-13-update-wiki-and-issue-tracker-outage.md, layout=>post }, "/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html"=>Awestruct::Page{ 25747600: output_path=>/blog/2015/08/18/juc-speaker-blog-series-andrew-phillips-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-18-juc-speaker-blog-series-andrew-phillips-juc-u-s-west.html, layout=>post }, "/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html"=>Awestruct::Page{ 25563680: output_path=>/blog/2015/08/20/upcoming-office-hour-on-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-upcoming-office-hour-on-kubernetes.md, layout=>post }, "/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html"=>Awestruct::Page{ 25340900: output_path=>/blog/2015/08/20/volume-9-of-the-jenkins-newsletter-continuous-information-is-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-20-volume-9-of-the-jenkins-newsletter-continuous-information-is-out.html, layout=>post }, "/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html"=>Awestruct::Page{ 25076020: output_path=>/blog/2015/08/24/juc-speaker-blog-series-kaj-kandler-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-24-juc-speaker-blog-series-kaj-kandler-juc-u-s-west.html, layout=>post }, "/blog/2015/08/25/announcing-the-travel-grant-program/index.html"=>Awestruct::Page{ 24830120: output_path=>/blog/2015/08/25/announcing-the-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-25-announcing-the-travel-grant-program.md, layout=>post }, "/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html"=>Awestruct::Page{ 24553420: output_path=>/blog/2015/08/28/juc-speaker-blog-series-jamie-omeara-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-28-juc-speaker-blog-series-jamie-omeara-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 23790080: output_path=>/blog/2015/08/31/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-jenkins-cia-program-and-meetup-updates.html, layout=>post }, "/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html"=>Awestruct::Page{ 23036000: output_path=>/blog/2015/08/31/juc-speaker-blog-series-laurette-cisneros-juc-u-s-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-juc-speaker-blog-series-laurette-cisneros-juc-u-s-west.html, layout=>post }, "/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 18814220: output_path=>/blog/2015/08/31/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-08-31-plugin-spotlight-version-column-plugin.md, layout=>post }, "/blog/2015/09/01/take-the-2015-jenkins-survey/index.html"=>Awestruct::Page{ 11412700: output_path=>/blog/2015/09/01/take-the-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-01-take-the-2015-jenkins-survey.md, layout=>post }, "/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 17344620: output_path=>/blog/2015/09/03/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-03-jenkins-user-conference-west-day-1.html, layout=>post }, "/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html"=>Awestruct::Page{ 16580400: output_path=>/blog/2015/09/07/office-hour-on-proposed-ui-ux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-07-office-hour-on-proposed-ui-ux-changes.md, layout=>post }, "/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html"=>Awestruct::Page{ 11602360: output_path=>/blog/2015/09/19/office-hour-on-form-handling-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-19-office-hour-on-form-handling-in-jenkins.md, layout=>post }, "/blog/2015/09/29/gui-improvements-on-the-horizon/index.html"=>Awestruct::Page{ 8616080: output_path=>/blog/2015/09/29/gui-improvements-on-the-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-29-gui-improvements-on-the-horizon.html, layout=>post }, "/blog/2015/09/30/bay-area-jam/index.html"=>Awestruct::Page{ 28788500: output_path=>/blog/2015/09/30/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-09-30-bay-area-jam.html, layout=>post }, "/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html"=>Awestruct::Page{ 28350040: output_path=>/blog/2015/10/01/upcoming-in-office-hours-jenkins-2-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-01-upcoming-in-office-hours-jenkins-2-0.html, layout=>post }, "/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 27906640: output_path=>/blog/2015/10/02/winners-of-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-02-winners-of-docker-global-hack-day-3-are.html, layout=>post }, "/blog/2015/10/09/cooking-up-jams/index.html"=>Awestruct::Page{ 27455040: output_path=>/blog/2015/10/09/cooking-up-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-09-cooking-up-jams.html, layout=>post }, "/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 27009520: output_path=>/blog/2015/10/19/upcoming-in-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-19-upcoming-in-office-hours-fosdem-planning-session.md, layout=>post }, "/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html"=>Awestruct::Page{ 26615220: output_path=>/blog/2015/10/25/jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-25-jenkins-2-0-proposal-introduce-a-policy-for-api-deprecation.md, layout=>post }, "/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html"=>Awestruct::Page{ 25891960: output_path=>/blog/2015/10/27/jenkins-2-0-proposal-split-groovy-out-of-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-27-jenkins-2-0-proposal-split-groovy-out-of-core.md, layout=>post }, "/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html"=>Awestruct::Page{ 25707060: output_path=>/blog/2015/10/28/jenkins-2-0-proposal-pipeline-as-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-28-jenkins-2-0-proposal-pipeline-as-code-front-and-center.md, layout=>post }, "/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 25517940: output_path=>/blog/2015/10/29/jenkins-2-0-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-29-jenkins-2-0-proposal-ux-improvements-part-one.md, layout=>post }, "/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html"=>Awestruct::Page{ 25268800: output_path=>/blog/2015/10/30/jenkins-2-0-proposal-improved-out-of-the-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-10-30-jenkins-2-0-proposal-improved-out-of-the-box-user-experience.md, layout=>post }, "/blog/2015/11/01/adopt-a-plugin/index.html"=>Awestruct::Page{ 25003600: output_path=>/blog/2015/11/01/adopt-a-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-01-adopt-a-plugin.md, layout=>post }, "/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 24768380: output_path=>/blog/2015/11/03/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-03-what-jvm-versions-are-running-jenkins.md, layout=>post }, "/blog/2015/11/04/jenkins-and-docker/index.html"=>Awestruct::Page{ 24425760: output_path=>/blog/2015/11/04/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-04-jenkins-and-docker.md, layout=>refresh }, "/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html"=>Awestruct::Page{ 24061380: output_path=>/blog/2015/11/06/mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-mitigating-unauthenticated-remote-code-execution-0-day-in-jenkins-cli.md, layout=>post }, "/blog/2015/11/06/october-jams/index.html"=>Awestruct::Page{ 23301100: output_path=>/blog/2015/11/06/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-06-october-jams.md, layout=>post }, "/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html"=>Awestruct::Page{ 18381320: output_path=>/blog/2015/11/11/new-jenkins-releases-with-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-11-new-jenkins-releases-with-important-security-fixes.md, layout=>post }, "/blog/2015/11/16/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 17964000: output_path=>/blog/2015/11/16/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-11-16-celebrating-hacksgiving.md, layout=>post }, "/blog/2015/12/02/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 17477480: output_path=>/blog/2015/12/02/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-02-hacksgiving-left-overs.md, layout=>post }, "/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html"=>Awestruct::Page{ 16894520: output_path=>/blog/2015/12/03/pipeline-as-code-with-multibranch-workflows-in-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-03-pipeline-as-code-with-multibranch-workflows-in-jenkins.md, layout=>post }, "/blog/2015/12/09/security-updates-released-today/index.html"=>Awestruct::Page{ 12151800: output_path=>/blog/2015/12/09/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-09-security-updates-released-today.md, layout=>post }, "/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html"=>Awestruct::Page{ 9060720: output_path=>/blog/2015/12/16/workflow-best-practices-and-examples-repo-on-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-16-workflow-best-practices-and-examples-repo-on-github.md, layout=>post }, "/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 28542000: output_path=>/blog/2015/12/17/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-17-fosdem-2016-travel-grant-program.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 28487120: output_path=>/blog/2015/12/18/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 28059100: output_path=>/blog/2015/12/18/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-lima-peru.md, layout=>post }, "/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 27592360: output_path=>/blog/2015/12/18/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-december-jam-world-tour-st-petersburg-russia.md, layout=>post }, "/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html"=>Awestruct::Page{ 27139720: output_path=>/blog/2015/12/18/join-us-at-the-jenkins-2-0-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-18-join-us-at-the-jenkins-2-0-contributor-summit.md, layout=>post }, "/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 26743960: output_path=>/blog/2015/12/21/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2015/2015-12-21-december-jam-world-tour-toulouse-france.md, layout=>post }, "/blog/2016/01/04/jenkins-at-scale14x/index.html"=>Awestruct::Page{ 25572180: output_path=>/blog/2016/01/04/jenkins-at-scale14x/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-04-jenkins-at-scale14x.adoc, layout=>post }, "/blog/2016/01/05/new-website/index.html"=>Awestruct::Page{ 25291040: output_path=>/blog/2016/01/05/new-website/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-05-new-website.adoc, layout=>post }, "/blog/2016/01/07/official-code-of-conduct/index.html"=>Awestruct::Page{ 24974700: output_path=>/blog/2016/01/07/official-code-of-conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-07-official-code-of-conduct.adoc, layout=>post }, "/blog/2016/01/10/beautiful-jenkins-dashboard/index.html"=>Awestruct::Page{ 24694500: output_path=>/blog/2016/01/10/beautiful-jenkins-dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-10-beautiful-jenkins-dashboard.adoc, layout=>post }, "/blog/2016/01/26/office-hour-javascript-development/index.html"=>Awestruct::Page{ 23957220: output_path=>/blog/2016/01/26/office-hour-javascript-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-26-office-hour-javascript-development.adoc, layout=>post }, "/blog/2016/01/27/jenkins-world-call-for-papers/index.html"=>Awestruct::Page{ 23043900: output_path=>/blog/2016/01/27/jenkins-world-call-for-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-01-27-jenkins-world-call-for-papers.adoc, layout=>post }, "/blog/2016/02/06/scale14x-conference-report/index.html"=>Awestruct::Page{ 18644800: output_path=>/blog/2016/02/06/scale14x-conference-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-06-scale14x-conference-report.adoc, layout=>post }, "/blog/2016/02/19/january-2016-sf-jam/index.html"=>Awestruct::Page{ 17549920: output_path=>/blog/2016/02/19/january-2016-sf-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-19-january-2016-sf-jam.adoc, layout=>post }, "/blog/2016/02/24/jenkins-security-update/index.html"=>Awestruct::Page{ 17035920: output_path=>/blog/2016/02/24/jenkins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-24-jenkins-security-update.md, layout=>post }, "/blog/2016/02/29/jenkins2-alphas/index.html"=>Awestruct::Page{ 12273160: output_path=>/blog/2016/02/29/jenkins2-alphas/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-02-29-jenkins2-alphas.adoc, layout=>post }, "/blog/2016/03/02/toulousejam-hackergarten/index.html"=>Awestruct::Page{ 8838620: output_path=>/blog/2016/03/02/toulousejam-hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-02-toulousejam-hackergarten.adoc, layout=>post }, "/blog/2016/03/03/gsoc2016-announcement/index.html"=>Awestruct::Page{ 28841800: output_path=>/blog/2016/03/03/gsoc2016-announcement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-03-gsoc2016-announcement.md, layout=>post }, "/blog/2016/03/11/new-jenkins-20-preview/index.html"=>Awestruct::Page{ 28322260: output_path=>/blog/2016/03/11/new-jenkins-20-preview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-11-new-jenkins-20-preview.adoc, layout=>post }, "/blog/2016/03/15/jenkins-certification/index.html"=>Awestruct::Page{ 27779400: output_path=>/blog/2016/03/15/jenkins-certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-15-jenkins-certification.adoc, layout=>post }, "/blog/2016/03/18/jenkins-20-test-fest/index.html"=>Awestruct::Page{ 27234920: output_path=>/blog/2016/03/18/jenkins-20-test-fest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-18-jenkins-20-test-fest.adoc, layout=>post }, "/blog/2016/03/21/vjam/index.html"=>Awestruct::Page{ 26763960: output_path=>/blog/2016/03/21/vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-21-vjam.adoc, layout=>post }, "/blog/2016/03/24/jenkins-2-beta-released/index.html"=>Awestruct::Page{ 26226700: output_path=>/blog/2016/03/24/jenkins-2-beta-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-24-jenkins-2-beta-released.md, layout=>post }, "/blog/2016/03/30/usage-statistics-privacy-advisory/index.html"=>Awestruct::Page{ 25728340: output_path=>/blog/2016/03/30/usage-statistics-privacy-advisory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-03-30-usage-statistics-privacy-advisory.adoc, layout=>post }, "/blog/2016/04/01/march-2016-jam-st-petersburg/index.html"=>Awestruct::Page{ 25476360: output_path=>/blog/2016/04/01/march-2016-jam-st-petersburg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-01-march-2016-jam-st-petersburg.adoc, layout=>post }, "/blog/2016/04/07/2/index.html"=>Awestruct::Page{ 25175220: output_path=>/blog/2016/04/07/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-2.0-release-candidate.adoc, layout=>post }, "/blog/2016/04/07/jenkins-community-survey-results-blog/index.html"=>Awestruct::Page{ 24849420: output_path=>/blog/2016/04/07/jenkins-community-survey-results-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-jenkins-community-survey-results-blog.adoc, layout=>post }, "/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html"=>Awestruct::Page{ 24421060: output_path=>/blog/2016/04/07/pipeline-for-runs-on-hardware/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-07-pipeline-for-runs-on-hardware.adoc, layout=>post }, "/blog/2016/04/11/gsoc2016-mentors-call/index.html"=>Awestruct::Page{ 23435820: output_path=>/blog/2016/04/11/gsoc2016-mentors-call/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-gsoc2016-mentors-call.adoc, layout=>post }, "/blog/2016/04/11/jenkins-plugins-security-update/index.html"=>Awestruct::Page{ 18433220: output_path=>/blog/2016/04/11/jenkins-plugins-security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-jenkins-plugins-security-update.md, layout=>post }, "/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html"=>Awestruct::Page{ 17864720: output_path=>/blog/2016/04/11/run-your-api-tests-continuously-with-jenkins-and-dhc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-11-run-your-api-tests-continuously-with-jenkins-and-dhc.adoc, layout=>post }, "/blog/2016/04/14/jenkins-world-registration-is-open/index.html"=>Awestruct::Page{ 17341660: output_path=>/blog/2016/04/14/jenkins-world-registration-is-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-jenkins-world-registration-is-open.adoc, layout=>post }, "/blog/2016/04/14/replay-with-pipeline/index.html"=>Awestruct::Page{ 12707300: output_path=>/blog/2016/04/14/replay-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-14-replay-with-pipeline.adoc, layout=>post }, "/blog/2016/04/15/the-need-for-pipeline/index.html"=>Awestruct::Page{ 10627660: output_path=>/blog/2016/04/15/the-need-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-15-the-need-for-pipeline.adoc, layout=>post }, "/blog/2016/04/21/dsl-plugins/index.html"=>Awestruct::Page{ 28840080: output_path=>/blog/2016/04/21/dsl-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-21-dsl-plugins.adoc, layout=>post }, "/blog/2016/04/22/pipeline-2/index.html"=>Awestruct::Page{ 28313180: output_path=>/blog/2016/04/22/pipeline-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-pipeline-2.x.adoc, layout=>post }, "/blog/2016/04/22/possible-infra-compromise/index.html"=>Awestruct::Page{ 27763220: output_path=>/blog/2016/04/22/possible-infra-compromise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-22-possible-infra-compromise.adoc, layout=>post }, "/blog/2016/04/26/jenkins-20-is-here/index.html"=>Awestruct::Page{ 27194160: output_path=>/blog/2016/04/26/jenkins-20-is-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-04-26-jenkins-20-is-here.adoc, layout=>post }, "/blog/2016/05/10/jenkins-20-vjam/index.html"=>Awestruct::Page{ 26610260: output_path=>/blog/2016/05/10/jenkins-20-vjam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-10-jenkins-20-vjam.adoc, layout=>post }, "/blog/2016/05/11/security-update/index.html"=>Awestruct::Page{ 25872360: output_path=>/blog/2016/05/11/security-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-11-security-update.md, layout=>post }, "/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html"=>Awestruct::Page{ 25655660: output_path=>/blog/2016/05/12/sf-jam-jenkins-and-azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-12-sf-jam-jenkins-and-azure.adoc, layout=>post }, "/blog/2016/05/17/state-of-jam/index.html"=>Awestruct::Page{ 25383120: output_path=>/blog/2016/05/17/state-of-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-17-state-of-jam.adoc, layout=>post }, "/blog/2016/05/18/announcing-azure-partnership/index.html"=>Awestruct::Page{ 25056500: output_path=>/blog/2016/05/18/announcing-azure-partnership/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-18-announcing-azure-partnership.adoc, layout=>post }, "/blog/2016/05/23/external-workspace-manager-plugin/index.html"=>Awestruct::Page{ 24739340: output_path=>/blog/2016/05/23/external-workspace-manager-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-23-external-workspace-manager-plugin.adoc, layout=>post }, "/blog/2016/05/25/update-plugin-for-pipeline/index.html"=>Awestruct::Page{ 23913240: output_path=>/blog/2016/05/25/update-plugin-for-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-25-update-plugin-for-pipeline.adoc, layout=>post }, "/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html"=>Awestruct::Page{ 18729460: output_path=>/blog/2016/05/26/gsoc-jenkins-web-ui-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-gsoc-jenkins-web-ui-project.adoc, layout=>post }, "/blog/2016/05/26/introducing-blue-ocean/index.html"=>Awestruct::Page{ 18485120: output_path=>/blog/2016/05/26/introducing-blue-ocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-26-introducing-blue-ocean.adoc, layout=>post }, "/blog/2016/05/31/pipeline-snippetizer/index.html"=>Awestruct::Page{ 17486860: output_path=>/blog/2016/05/31/pipeline-snippetizer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-05-31-pipeline-snippetizer.adoc, layout=>post }, "/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html"=>Awestruct::Page{ 16734680: output_path=>/blog/2016/06/01/gsoc-automatic-plugin-documentation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-01-gsoc-automatic-plugin-documentation.adoc, layout=>post }, "/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html"=>Awestruct::Page{ 11379140: output_path=>/blog/2016/06/10/save-costs-with-ec2-spot-fleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-10-save-costs-with-ec2-spot-fleet.adoc, layout=>post }, "/blog/2016/06/13/gsoc-usage-stats-analysis/index.html"=>Awestruct::Page{ 7090360: output_path=>/blog/2016/06/13/gsoc-usage-stats-analysis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-gsoc-usage-stats-analysis.adoc, layout=>post }, "/blog/2016/06/13/june-jenkins-events/index.html"=>Awestruct::Page{ 28531560: output_path=>/blog/2016/06/13/june-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-13-june-jenkins-events.adoc, layout=>post }, "/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html"=>Awestruct::Page{ 27997660: output_path=>/blog/2016/06/14/gsoc-jenkins-support-core-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-gsoc-jenkins-support-core-plugin-improvements.adoc, layout=>post }, "/blog/2016/06/14/jenkins-world-agenda/index.html"=>Awestruct::Page{ 27444340: output_path=>/blog/2016/06/14/jenkins-world-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-14-jenkins-world-agenda.adoc, layout=>post }, "/blog/2016/06/15/jenkins-pipeline-scalability/index.html"=>Awestruct::Page{ 26870020: output_path=>/blog/2016/06/15/jenkins-pipeline-scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-15-jenkins-pipeline-scalability.adoc, layout=>post }, "/blog/2016/06/16/parallel-test-executor-plugin/index.html"=>Awestruct::Page{ 26244740: output_path=>/blog/2016/06/16/parallel-test-executor-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-16-parallel-test-executor-plugin.adoc, layout=>post }, "/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html"=>Awestruct::Page{ 25720920: output_path=>/blog/2016/06/21/gsoc-midterm-presentations-ann/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-21-gsoc-midterm-presentations-ann.adoc, layout=>post }, "/blog/2016/06/29/from-freestyle-to-pipeline/index.html"=>Awestruct::Page{ 25426080: output_path=>/blog/2016/06/29/from-freestyle-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-29-from-freestyle-to-pipeline.adoc, layout=>post }, "/blog/2016/06/30/ewm-alpha-version/index.html"=>Awestruct::Page{ 25120360: output_path=>/blog/2016/06/30/ewm-alpha-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-06-30-ewm-alpha-version.adoc, layout=>post }, "/blog/2016/07/01/html-publisher-plugin/index.html"=>Awestruct::Page{ 24786860: output_path=>/blog/2016/07/01/html-publisher-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-01-html-publisher-plugin.adoc, layout=>post }, "/blog/2016/07/07/jenkins-2/index.html"=>Awestruct::Page{ 24383220: output_path=>/blog/2016/07/07/jenkins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-07-jenkins-2.7.1.adoc, layout=>post }, "/blog/2016/07/14/2-7-1-re-release/index.html"=>Awestruct::Page{ 23435300: output_path=>/blog/2016/07/14/2-7-1-re-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-14-2-7-1-re-release.md, layout=>post }, "/blog/2016/07/18/pipline-notifications/index.html"=>Awestruct::Page{ 16601100: output_path=>/blog/2016/07/18/pipline-notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-18-pipline-notifications.adoc, layout=>post }, "/blog/2016/07/19/blue-ocean-update/index.html"=>Awestruct::Page{ 17656180: output_path=>/blog/2016/07/19/blue-ocean-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-19-blue-ocean-update.adoc, layout=>post }, "/blog/2016/07/26/join-me-at-jenkinsworld/index.html"=>Awestruct::Page{ 17175500: output_path=>/blog/2016/07/26/join-me-at-jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-07-26-join-me-at-jenkinsworld.adoc, layout=>post }, "/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html"=>Awestruct::Page{ 12284340: output_path=>/blog/2016/08/03/st-petersburg-jam-3-4-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-03-st-petersburg-jam-3-4-report.adoc, layout=>post }, "/blog/2016/08/08/docker-pipeline-environments/index.html"=>Awestruct::Page{ 8786300: output_path=>/blog/2016/08/08/docker-pipeline-environments/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-08-docker-pipeline-environments.adoc, layout=>post }, "/blog/2016/08/09/ewm-beta-version/index.html"=>Awestruct::Page{ 28705360: output_path=>/blog/2016/08/09/ewm-beta-version/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-09-ewm-beta-version.adoc, layout=>post }, "/blog/2016/08/10/rails-cd-with-pipeline/index.html"=>Awestruct::Page{ 28064480: output_path=>/blog/2016/08/10/rails-cd-with-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-10-rails-cd-with-pipeline.adoc, layout=>post }, "/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html"=>Awestruct::Page{ 27527340: output_path=>/blog/2016/08/11/speaker-blog-edx-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-11-speaker-blog-edx-jenkins-world.adoc, layout=>post }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html"=>Awestruct::Page{ 27014080: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquient/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquient.adoc, layout=>refresh }, "/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html"=>Awestruct::Page{ 26771060: output_path=>/blog/2016/08/17/jenkins-world-speaker-blog-aquilent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-17-jenkins-world-speaker-blog-aquilent.adoc, layout=>post }, "/blog/2016/08/22/ewm-stable-release/index.html"=>Awestruct::Page{ 25913180: output_path=>/blog/2016/08/22/ewm-stable-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-22-ewm-stable-release.adoc, layout=>post }, "/blog/2016/08/24/jenkins-world-2016-festivities/index.html"=>Awestruct::Page{ 25680600: output_path=>/blog/2016/08/24/jenkins-world-2016-festivities/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-24-jenkins-world-2016-festivities.adoc, layout=>post }, "/blog/2016/08/26/ask-the-experts-jenkins-world/index.html"=>Awestruct::Page{ 25409840: output_path=>/blog/2016/08/26/ask-the-experts-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-26-ask-the-experts-jenkins-world.adoc, layout=>post }, "/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html"=>Awestruct::Page{ 25078140: output_path=>/blog/2016/08/29/jenkins-world-speaker-blog-goodgame/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-jenkins-world-speaker-blog-goodgame.adoc, layout=>post }, "/blog/2016/08/29/sauce-pipeline/index.html"=>Awestruct::Page{ 24733980: output_path=>/blog/2016/08/29/sauce-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-29-sauce-pipeline.adoc, layout=>post }, "/blog/2016/08/30/ask-experts-demos/index.html"=>Awestruct::Page{ 24026960: output_path=>/blog/2016/08/30/ask-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-30-ask-experts-demos.adoc, layout=>post }, "/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html"=>Awestruct::Page{ 19093300: output_path=>/blog/2016/08/31/scaling-jenkins-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-08-31-scaling-jenkins-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/01/jenkins-world-contributor-summit/index.html"=>Awestruct::Page{ 18627200: output_path=>/blog/2016/09/01/jenkins-world-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-01-jenkins-world-contributor-summit.adoc, layout=>post }, "/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html"=>Awestruct::Page{ 17527180: output_path=>/blog/2016/09/06/jenkins-world-speaker-blog-pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-06-jenkins-world-speaker-blog-pipeline-model-definition.adoc, layout=>post }, "/blog/2016/09/07/pipeline-at-jenkins-world/index.html"=>Awestruct::Page{ 16679280: output_path=>/blog/2016/09/07/pipeline-at-jenkins-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-07-pipeline-at-jenkins-world.adoc, layout=>post }, "/blog/2016/09/08/continuous-delivery-of-infra/index.html"=>Awestruct::Page{ 11265920: output_path=>/blog/2016/09/08/continuous-delivery-of-infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-08-continuous-delivery-of-infra.adoc, layout=>post }, "/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html"=>Awestruct::Page{ 7087740: output_path=>/blog/2016/09/09/take-the-2016-jenkins-survey-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-09-take-the-2016-jenkins-survey-blog.adoc, layout=>post }, "/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html"=>Awestruct::Page{ 28488380: output_path=>/blog/2016/09/19/blueocean-beta-declarative-pipeline-pipeline-editor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-19-blueocean-beta-declarative-pipeline-pipeline-editor.adoc, layout=>post }, "/blog/2016/09/20/jom-plugin-development/index.html"=>Awestruct::Page{ 27945700: output_path=>/blog/2016/09/20/jom-plugin-development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-20-jom-plugin-development.adoc, layout=>post }, "/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html"=>Awestruct::Page{ 27396540: output_path=>/blog/2016/09/21/jenkins-world-2016-wrap-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-21-jenkins-world-2016-wrap-up.adoc, layout=>post }, "/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html"=>Awestruct::Page{ 26840660: output_path=>/blog/2016/09/24/jenkins-world-2016-wrap-up-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-24-jenkins-world-2016-wrap-up-pipeline.adoc, layout=>post }, "/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html"=>Awestruct::Page{ 26210660: output_path=>/blog/2016/09/27/jenkins-world-2016-wrap-up-scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-27-jenkins-world-2016-wrap-up-scaling.adoc, layout=>post }, "/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html"=>Awestruct::Page{ 25697020: output_path=>/blog/2016/09/29/jenkins-world-2016-wrap-up-experts-demos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-29-jenkins-world-2016-wrap-up-experts-demos.adoc, layout=>post }, "/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html"=>Awestruct::Page{ 25423840: output_path=>/blog/2016/09/30/jenkins-world-2016-wrap-up-complete/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-09-30-jenkins-world-2016-wrap-up-complete.adoc, layout=>post }, "/blog/2016/10/16/stage-lock-milestone/index.html"=>Awestruct::Page{ 25092420: output_path=>/blog/2016/10/16/stage-lock-milestone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-16-stage-lock-milestone.adoc, layout=>post }, "/blog/2016/10/18/jenkins-world-2016-videos/index.html"=>Awestruct::Page{ 24785420: output_path=>/blog/2016/10/18/jenkins-world-2016-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-18-jenkins-world-2016-videos.adoc, layout=>post }, "/blog/2016/10/31/xunit-reporting/index.html"=>Awestruct::Page{ 24036520: output_path=>/blog/2016/10/31/xunit-reporting/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-10-31-xunit-reporting.adoc, layout=>post }, "/blog/2016/11/11/monthly-jam-recap-october/index.html"=>Awestruct::Page{ 23079680: output_path=>/blog/2016/11/11/monthly-jam-recap-october/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-11-monthly-jam-recap-october.adoc, layout=>post }, "/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html"=>Awestruct::Page{ 18676680: output_path=>/blog/2016/11/12/addressing-remote-vulnerabilities-in-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-12-addressing-remote-vulnerabilities-in-cli.adoc, layout=>post }, "/blog/2016/11/13/november-jenkins-events/index.html"=>Awestruct::Page{ 17546840: output_path=>/blog/2016/11/13/november-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-13-november-jenkins-events.adoc, layout=>post }, "/blog/2016/11/16/security-updates-addressing-zero-day/index.html"=>Awestruct::Page{ 16920380: output_path=>/blog/2016/11/16/security-updates-addressing-zero-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-16-security-updates-addressing-zero-day.adoc, layout=>post }, "/blog/2016/11/21/gc-tuning/index.html"=>Awestruct::Page{ 11216440: output_path=>/blog/2016/11/21/gc-tuning/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-21-gc-tuning.adoc, layout=>post }, "/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html"=>Awestruct::Page{ 6795740: output_path=>/blog/2016/11/22/what-jvm-versions-are-running-jenkins-the-return/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-11-22-what-jvm-versions-are-running-jenkins-the-return.adoc, layout=>post }, "/blog/2016/12/09/december-jenkins-events/index.html"=>Awestruct::Page{ 28510160: output_path=>/blog/2016/12/09/december-jenkins-events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-09-december-jenkins-events.adoc, layout=>post }, "/blog/2016/12/10/monthly-jam-recap-november/index.html"=>Awestruct::Page{ 27933980: output_path=>/blog/2016/12/10/monthly-jam-recap-november/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-10-monthly-jam-recap-november.adoc, layout=>post }, "/blog/2016/12/19/declarative-pipeline-beta/index.html"=>Awestruct::Page{ 27333260: output_path=>/blog/2016/12/19/declarative-pipeline-beta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-19-declarative-pipeline-beta.adoc, layout=>post }, "/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html"=>Awestruct::Page{ 26746620: output_path=>/blog/2016/12/20/jenkins-puppet-enterprise-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-20-jenkins-puppet-enterprise-plugin.adoc, layout=>post }, "/blog/2016/12/31/what-a-year/index.html"=>Awestruct::Page{ 25885740: output_path=>/blog/2016/12/31/what-a-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2016/2016-12-31-what-a-year.adoc, layout=>post }, "/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html"=>Awestruct::Page{ 25638040: output_path=>/blog/2017/01/10/jenkins-lifx-notifier-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-jenkins-lifx-notifier-plugin.adoc, layout=>post }, "/blog/2017/01/10/security-warnings/index.html"=>Awestruct::Page{ 25355180: output_path=>/blog/2017/01/10/security-warnings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-10-security-warnings.adoc, layout=>post }, "/blog/2017/01/11/jenkins-world-2017-cfp/index.html"=>Awestruct::Page{ 25031780: output_path=>/blog/2017/01/11/jenkins-world-2017-cfp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-11-jenkins-world-2017-cfp.adoc, layout=>post }, "/blog/2017/01/12/declarative-pipeline-beta-2/index.html"=>Awestruct::Page{ 24722520: output_path=>/blog/2017/01/12/declarative-pipeline-beta-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-12-declarative-pipeline-beta-2.adoc, layout=>post }, "/blog/2017/01/13/blueocean-dev-log-jan/index.html"=>Awestruct::Page{ 23995820: output_path=>/blog/2017/01/13/blueocean-dev-log-jan/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-13-blueocean-dev-log-jan.adoc, layout=>post }, "/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html"=>Awestruct::Page{ 23056900: output_path=>/blog/2017/01/17/Jenkins-is-upgrading-to-Java-8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-Jenkins-is-upgrading-to-Java-8.adoc, layout=>post }, "/blog/2017/01/17/scm-api-2/index.html"=>Awestruct::Page{ 18528100: output_path=>/blog/2017/01/17/scm-api-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-17-scm-api-2.0-release.adoc, layout=>post }, "/blog/2017/01/19/converting-conditional-to-pipeline/index.html"=>Awestruct::Page{ 17346560: output_path=>/blog/2017/01/19/converting-conditional-to-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-19-converting-conditional-to-pipeline.adoc, layout=>post }, "/blog/2017/01/20/blueocean-dev-log-jan2/index.html"=>Awestruct::Page{ 16333400: output_path=>/blog/2017/01/20/blueocean-dev-log-jan2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/2017/2017-01-20-blueocean-dev-log-jan2.adoc, layout=>post }, "/blog/index.html"=>Awestruct::Page{ 11123240: output_path=>/blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/index.md, layout=>refresh }, "/blog/take-2015-jenkins-survey/index.html"=>Awestruct::Page{ 8987200: output_path=>/blog/take-2015-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/blog/take-2015-jenkins-survey/index.md, layout=>refresh }, "/changelog/index.html"=>Awestruct::Page{ 7695960: output_path=>/changelog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog/index.html, layout=>post }, "/changelog-old/index.html"=>Awestruct::Page{ 28083420: output_path=>/changelog-old/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-old.html, layout=> }, "/changelog-stable/index.html"=>Awestruct::Page{ 25738840: output_path=>/changelog-stable/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog-stable/index.html, layout=>post }, "/changelog.css"=>Awestruct::Page{ 25297260: output_path=>/changelog.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.css, layout=> }, "/changelog.html/index.html"=>Awestruct::Page{ 25273000: output_path=>/changelog.html/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/changelog.html/index.md, layout=>refresh }, "/conduct/index.html"=>Awestruct::Page{ 25121080: output_path=>/conduct/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/conduct.adoc, layout=>simplepage }, "/content/100k-celebration-podcast/index.html"=>Awestruct::Page{ 24767740: output_path=>/content/100k-celebration-podcast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast/index.md, layout=>refresh }, "/content/100k-celebration-podcast-recording/index.html"=>Awestruct::Page{ 24676080: output_path=>/content/100k-celebration-podcast-recording/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/100k-celebration-podcast-recording/index.md, layout=>refresh }, "/content/11th-international-free-software-forum-brazil/index.html"=>Awestruct::Page{ 24475860: output_path=>/content/11th-international-free-software-forum-brazil/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/11th-international-free-software-forum-brazil/index.md, layout=>refresh }, "/content/2-version-control-plugins-beta-testing-major-release/index.html"=>Awestruct::Page{ 24300280: output_path=>/content/2-version-control-plugins-beta-testing-major-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2-version-control-plugins-beta-testing-major-release/index.md, layout=>refresh }, "/content/2011-donation-drive/index.html"=>Awestruct::Page{ 23806100: output_path=>/content/2011-donation-drive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2011-donation-drive/index.md, layout=>refresh }, "/content/2012-jenkins-survey-results-are/index.html"=>Awestruct::Page{ 23492900: output_path=>/content/2012-jenkins-survey-results-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2012-jenkins-survey-results-are/index.md, layout=>refresh }, "/content/2015-jenkins-user-conferences-call-papers/index.html"=>Awestruct::Page{ 23161200: output_path=>/content/2015-jenkins-user-conferences-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/2015-jenkins-user-conferences-call-papers/index.md, layout=>refresh }, "/content/about-jenkins-ci/index.html"=>Awestruct::Page{ 18652160: output_path=>/content/about-jenkins-ci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/about-jenkins-ci/index.md, layout=>post }, "/content/acceptance-test-project-progress-report/index.html"=>Awestruct::Page{ 18557660: output_path=>/content/acceptance-test-project-progress-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/acceptance-test-project-progress-report/index.md, layout=>refresh }, "/content/active-directory-plugin-improvements/index.html"=>Awestruct::Page{ 17894240: output_path=>/content/active-directory-plugin-improvements/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/active-directory-plugin-improvements/index.md, layout=>refresh }, "/content/adding-diagrams-wiki/index.html"=>Awestruct::Page{ 17598440: output_path=>/content/adding-diagrams-wiki/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adding-diagrams-wiki/index.md, layout=>refresh }, "/content/adopt-plugin/index.html"=>Awestruct::Page{ 17479780: output_path=>/content/adopt-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin/index.md, layout=>refresh }, "/content/adopt-plugin-0/index.html"=>Awestruct::Page{ 17319860: output_path=>/content/adopt-plugin-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/adopt-plugin-0/index.md, layout=>refresh }, "/content/advancing-jenkins-gui-configuring-items-jenkins/index.html"=>Awestruct::Page{ 17022740: output_path=>/content/advancing-jenkins-gui-configuring-items-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/advancing-jenkins-gui-configuring-items-jenkins/index.md, layout=>refresh }, "/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html"=>Awestruct::Page{ 16595880: output_path=>/content/andrew-bayer-discusses-jenkins-tim-obrien/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/andrew-bayer-discusses-jenkins-tim-obrien/index.md, layout=>refresh }, "/content/announcing-hudson-20-roadmap/index.html"=>Awestruct::Page{ 12635660: output_path=>/content/announcing-hudson-20-roadmap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-hudson-20-roadmap/index.md, layout=>refresh }, "/content/announcing-jenkins-cia/index.html"=>Awestruct::Page{ 11945420: output_path=>/content/announcing-jenkins-cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-jenkins-cia/index.md, layout=>refresh }, "/content/announcing-travel-grant-program/index.html"=>Awestruct::Page{ 11214960: output_path=>/content/announcing-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/announcing-travel-grant-program/index.md, layout=>refresh }, "/content/another-big-thank-you-rackspace/index.html"=>Awestruct::Page{ 10628020: output_path=>/content/another-big-thank-you-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/another-big-thank-you-rackspace/index.md, layout=>refresh }, "/content/bay-area-jam/index.html"=>Awestruct::Page{ 8322420: output_path=>/content/bay-area-jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jam/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html"=>Awestruct::Page{ 6941560: output_path=>/content/bay-area-jenkins-area-meet-kick-gathering-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-kick-gathering-today/index.md, layout=>refresh }, "/content/bay-area-jenkins-area-meet-looking-you/index.html"=>Awestruct::Page{ 28826280: output_path=>/content/bay-area-jenkins-area-meet-looking-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/bay-area-jenkins-area-meet-looking-you/index.md, layout=>refresh }, "/content/beginning-new-era-ruby-plugins-now-reality/index.html"=>Awestruct::Page{ 28644820: output_path=>/content/beginning-new-era-ruby-plugins-now-reality/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/beginning-new-era-ruby-plugins-now-reality/index.md, layout=>refresh }, "/content/behind-scenes-jenkins-user-conference-palo-alto/index.html"=>Awestruct::Page{ 28443860: output_path=>/content/behind-scenes-jenkins-user-conference-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/behind-scenes-jenkins-user-conference-palo-alto/index.md, layout=>refresh }, "/content/big-security-fix-hudson-1371-released/index.html"=>Awestruct::Page{ 28250220: output_path=>/content/big-security-fix-hudson-1371-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-security-fix-hudson-1371-released/index.md, layout=>refresh }, "/content/big-thanks-rackspace/index.html"=>Awestruct::Page{ 28084660: output_path=>/content/big-thanks-rackspace/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/big-thanks-rackspace/index.md, layout=>refresh }, "/content/breaking-hudson-1345-released/index.html"=>Awestruct::Page{ 27859820: output_path=>/content/breaking-hudson-1345-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1345-released/index.md, layout=>refresh }, "/content/breaking-hudson-1351-released/index.html"=>Awestruct::Page{ 27685600: output_path=>/content/breaking-hudson-1351-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breaking-hudson-1351-released/index.md, layout=>refresh }, "/content/breakingbuilds/index.html"=>Awestruct::Page{ 27492820: output_path=>/content/breakingbuilds/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/breakingbuilds/index.md, layout=>refresh }, "/content/brief-update/index.html"=>Awestruct::Page{ 27296660: output_path=>/content/brief-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/brief-update/index.md, layout=>refresh }, "/content/building-jenkins-plugins-gradle/index.html"=>Awestruct::Page{ 27106940: output_path=>/content/building-jenkins-plugins-gradle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-jenkins-plugins-gradle/index.md, layout=>refresh }, "/content/building-software-diamond-jenkins/index.html"=>Awestruct::Page{ 26922400: output_path=>/content/building-software-diamond-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/building-software-diamond-jenkins/index.md, layout=>refresh }, "/content/call-sponsors-2014-jenkins-user-conferences/index.html"=>Awestruct::Page{ 26768280: output_path=>/content/call-sponsors-2014-jenkins-user-conferences/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-sponsors-2014-jenkins-user-conferences/index.md, layout=>refresh }, "/content/call-testers-older-better/index.html"=>Awestruct::Page{ 26584720: output_path=>/content/call-testers-older-better/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-older-better/index.md, layout=>refresh }, "/content/call-testers-upcoming-lts-update/index.html"=>Awestruct::Page{ 26341740: output_path=>/content/call-testers-upcoming-lts-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/call-testers-upcoming-lts-update/index.md, layout=>refresh }, "/content/casual-fridays-directing-traffic-hudson/index.html"=>Awestruct::Page{ 25901160: output_path=>/content/casual-fridays-directing-traffic-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/casual-fridays-directing-traffic-hudson/index.md, layout=>refresh }, "/content/celebrating-hacksgiving/index.html"=>Awestruct::Page{ 25823300: output_path=>/content/celebrating-hacksgiving/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/celebrating-hacksgiving/index.md, layout=>refresh }, "/content/chat/index.html"=>Awestruct::Page{ 25744560: output_path=>/content/chat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/chat/index.md, layout=>post }, "/content/ci-dinner-wednesday-630/index.html"=>Awestruct::Page{ 25531980: output_path=>/content/ci-dinner-wednesday-630/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ci-dinner-wednesday-630/index.md, layout=>refresh }, "/content/cloudbees-announce-hudson-service/index.html"=>Awestruct::Page{ 25427080: output_path=>/content/cloudbees-announce-hudson-service/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cloudbees-announce-hudson-service/index.md, layout=>refresh }, "/content/come-join-infra-team/index.html"=>Awestruct::Page{ 25323280: output_path=>/content/come-join-infra-team/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-infra-team/index.md, layout=>refresh }, "/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html"=>Awestruct::Page{ 25211840: output_path=>/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/come-join-jenkins-user-conference-san-francisco-september-30th/index.md, layout=>refresh }, "/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html"=>Awestruct::Page{ 25098440: output_path=>/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/coming-gdc-join-us-jenkins-drink-21st-amendment/index.md, layout=>refresh }, "/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html"=>Awestruct::Page{ 24978640: output_path=>/content/community-contributed-localizations-be-bundled-jenkins-1443/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/community-contributed-localizations-be-bundled-jenkins-1443/index.md, layout=>refresh }, "/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html"=>Awestruct::Page{ 24883420: output_path=>/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/comunidade-verde-amarela-do-jenkins-uni-vos/index.md, layout=>refresh }, "/content/confluence-migration-weekend/index.html"=>Awestruct::Page{ 24770580: output_path=>/content/confluence-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/confluence-migration-weekend/index.md, layout=>refresh }, "/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html"=>Awestruct::Page{ 24672660: output_path=>/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-code-review-and-pre-tested-commits-digg4/index.md, layout=>refresh }, "/content/continuous-deployment-new-digg/index.html"=>Awestruct::Page{ 24471840: output_path=>/content/continuous-deployment-new-digg/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-deployment-new-digg/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-4/index.html"=>Awestruct::Page{ 24122780: output_path=>/content/continuous-information-jenkins-newsletter-vol-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-4/index.md, layout=>refresh }, "/content/continuous-information-jenkins-newsletter-vol-5/index.html"=>Awestruct::Page{ 23771760: output_path=>/content/continuous-information-jenkins-newsletter-vol-5/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-jenkins-newsletter-vol-5/index.md, layout=>refresh }, "/content/continuous-information-vol2/index.html"=>Awestruct::Page{ 23467160: output_path=>/content/continuous-information-vol2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/continuous-information-vol2/index.md, layout=>refresh }, "/content/cooking-jams/index.html"=>Awestruct::Page{ 23108960: output_path=>/content/cooking-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cooking-jams/index.md, layout=>refresh }, "/content/copenhagen-hudson-user-meetup/index.html"=>Awestruct::Page{ 18600280: output_path=>/content/copenhagen-hudson-user-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/copenhagen-hudson-user-meetup/index.md, layout=>refresh }, "/content/critical-security-advisory-jenkins-core/index.html"=>Awestruct::Page{ 18298980: output_path=>/content/critical-security-advisory-jenkins-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/critical-security-advisory-jenkins-core/index.md, layout=>refresh }, "/content/cve-2014-3566-poodle-impact-jenkins/index.html"=>Awestruct::Page{ 18677580: output_path=>/content/cve-2014-3566-poodle-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-3566-poodle-impact-jenkins/index.md, layout=>refresh }, "/content/cve-2014-6271-impact-jenkins/index.html"=>Awestruct::Page{ 18016920: output_path=>/content/cve-2014-6271-impact-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/cve-2014-6271-impact-jenkins/index.md, layout=>refresh }, "/content/dead-bug-good-bug/index.html"=>Awestruct::Page{ 17690460: output_path=>/content/dead-bug-good-bug/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dead-bug-good-bug/index.md, layout=>refresh }, "/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html"=>Awestruct::Page{ 17531280: output_path=>/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-jenkins-developers-and-users-meetup-group-sf/index.md, layout=>refresh }, "/content/december-jam-world-tour-lima-peru/index.html"=>Awestruct::Page{ 17372440: output_path=>/content/december-jam-world-tour-lima-peru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-lima-peru/index.md, layout=>refresh }, "/content/december-jam-world-tour-st-petersburg-russia/index.html"=>Awestruct::Page{ 17171800: output_path=>/content/december-jam-world-tour-st-petersburg-russia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-st-petersburg-russia/index.md, layout=>refresh }, "/content/december-jam-world-tour-toulouse-france/index.html"=>Awestruct::Page{ 16788660: output_path=>/content/december-jam-world-tour-toulouse-france/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/december-jam-world-tour-toulouse-france/index.md, layout=>refresh }, "/content/digg-technical-talk/index.html"=>Awestruct::Page{ 16356640: output_path=>/content/digg-technical-talk/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/digg-technical-talk/index.md, layout=>refresh }, "/content/dinner-after-juc/index.html"=>Awestruct::Page{ 12221940: output_path=>/content/dinner-after-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dinner-after-juc/index.md, layout=>refresh }, "/content/dkim-and-spf-deployed/index.html"=>Awestruct::Page{ 11386300: output_path=>/content/dkim-and-spf-deployed/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dkim-and-spf-deployed/index.md, layout=>refresh }, "/content/dogfooding-hudson-were-looking-slaves/index.html"=>Awestruct::Page{ 10934100: output_path=>/content/dogfooding-hudson-were-looking-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/dogfooding-hudson-were-looking-slaves/index.md, layout=>refresh }, "/content/event-calendar/index.html"=>Awestruct::Page{ 8621720: output_path=>/content/event-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/event-calendar/index.html, layout=>post }, "/content/experimental-plugins-update-center/index.html"=>Awestruct::Page{ 28782900: output_path=>/content/experimental-plugins-update-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/experimental-plugins-update-center/index.md, layout=>refresh }, "/content/extreme-feedback-lamp-switch-gear-style/index.html"=>Awestruct::Page{ 28558460: output_path=>/content/extreme-feedback-lamp-switch-gear-style/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/extreme-feedback-lamp-switch-gear-style/index.md, layout=>refresh }, "/content/faster-slave-classloading/index.html"=>Awestruct::Page{ 28393020: output_path=>/content/faster-slave-classloading/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/faster-slave-classloading/index.md, layout=>refresh }, "/content/final-two-run-vote-new-jenkins-logo/index.html"=>Awestruct::Page{ 28207340: output_path=>/content/final-two-run-vote-new-jenkins-logo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/final-two-run-vote-new-jenkins-logo/index.md, layout=>refresh }, "/content/first-24-hours-downloads/index.html"=>Awestruct::Page{ 28014800: output_path=>/content/first-24-hours-downloads/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-24-hours-downloads/index.md, layout=>refresh }, "/content/first-governance-meeting-recap/index.html"=>Awestruct::Page{ 27814700: output_path=>/content/first-governance-meeting-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/first-governance-meeting-recap/index.md, layout=>refresh }, "/content/fosdem-2012-recap/index.html"=>Awestruct::Page{ 27633100: output_path=>/content/fosdem-2012-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2012-recap/index.md, layout=>refresh }, "/content/fosdem-2016-travel-grant-program/index.html"=>Awestruct::Page{ 27409560: output_path=>/content/fosdem-2016-travel-grant-program/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fosdem-2016-travel-grant-program/index.md, layout=>refresh }, "/content/freebsd-project-use-jenkins-os-testing/index.html"=>Awestruct::Page{ 27232480: output_path=>/content/freebsd-project-use-jenkins-os-testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/freebsd-project-use-jenkins-os-testing/index.md, layout=>refresh }, "/content/fundraising-drive-update-thank-you-everyone/index.html"=>Awestruct::Page{ 27058560: output_path=>/content/fundraising-drive-update-thank-you-everyone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-drive-update-thank-you-everyone/index.md, layout=>refresh }, "/content/fundraising-travel-grant/index.html"=>Awestruct::Page{ 26872900: output_path=>/content/fundraising-travel-grant/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/fundraising-travel-grant/index.md, layout=>refresh }, "/content/gee-thanks/index.html"=>Awestruct::Page{ 26709200: output_path=>/content/gee-thanks/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gee-thanks/index.md, layout=>refresh }, "/content/geek-choice-awards-2014/index.html"=>Awestruct::Page{ 26535300: output_path=>/content/geek-choice-awards-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/geek-choice-awards-2014/index.md, layout=>refresh }, "/content/get-drunk-code-juc-boston/index.html"=>Awestruct::Page{ 26254460: output_path=>/content/get-drunk-code-juc-boston/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-drunk-code-juc-boston/index.md, layout=>refresh }, "/content/get-excited-and-make-things/index.html"=>Awestruct::Page{ 25873420: output_path=>/content/get-excited-and-make-things/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-excited-and-make-things/index.md, layout=>refresh }, "/content/get-together-beer-garden-juc-berlin/index.html"=>Awestruct::Page{ 25796780: output_path=>/content/get-together-beer-garden-juc-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/get-together-beer-garden-juc-berlin/index.md, layout=>refresh }, "/content/getting-started-building-android-apps-hudson/index.html"=>Awestruct::Page{ 25714380: output_path=>/content/getting-started-building-android-apps-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/getting-started-building-android-apps-hudson/index.md, layout=>refresh }, "/content/giving-back-community-3-ways-keep-jenkins-growing/index.html"=>Awestruct::Page{ 25633400: output_path=>/content/giving-back-community-3-ways-keep-jenkins-growing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/giving-back-community-3-ways-keep-jenkins-growing/index.md, layout=>refresh }, "/content/good-bye-java6/index.html"=>Awestruct::Page{ 25538380: output_path=>/content/good-bye-java6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/good-bye-java6/index.md, layout=>refresh }, "/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html"=>Awestruct::Page{ 25440820: output_path=>/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/google-apps-sso-no-longer-supported-jenkins-openid-plugin/index.md, layout=>refresh }, "/content/governance-meeting-today/index.html"=>Awestruct::Page{ 25328840: output_path=>/content/governance-meeting-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/governance-meeting-today/index.md, layout=>refresh }, "/content/gradle-fy-your-jenkins-plugin-project/index.html"=>Awestruct::Page{ 25215680: output_path=>/content/gradle-fy-your-jenkins-plugin-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gradle-fy-your-jenkins-plugin-project/index.md, layout=>refresh }, "/content/gui-improvements-horizon/index.html"=>Awestruct::Page{ 25103060: output_path=>/content/gui-improvements-horizon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/gui-improvements-horizon/index.md, layout=>refresh }, "/content/hacksgiving-left-overs/index.html"=>Awestruct::Page{ 24981560: output_path=>/content/hacksgiving-left-overs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hacksgiving-left-overs/index.md, layout=>refresh }, "/content/hamburg-hackathon-great-success/index.html"=>Awestruct::Page{ 24885400: output_path=>/content/hamburg-hackathon-great-success/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hamburg-hackathon-great-success/index.md, layout=>refresh }, "/content/happy-birthday-jenkins/index.html"=>Awestruct::Page{ 24766260: output_path=>/content/happy-birthday-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/happy-birthday-jenkins/index.md, layout=>refresh }, "/content/highlight-video-juc-2011/index.html"=>Awestruct::Page{ 24673520: output_path=>/content/highlight-video-juc-2011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/highlight-video-juc-2011/index.md, layout=>refresh }, "/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html"=>Awestruct::Page{ 24471580: output_path=>/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/holiday-appeal-please-help-jenkins-pay-project-expense/index.md, layout=>refresh }, "/content/home-page/index.html"=>Awestruct::Page{ 24091760: output_path=>/content/home-page/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/home-page/index.html, layout=>post }, "/content/hosting-your-hudson-plugin-github/index.html"=>Awestruct::Page{ 23278400: output_path=>/content/hosting-your-hudson-plugin-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hosting-your-hudson-plugin-github/index.md, layout=>refresh }, "/content/hudson-1344-released/index.html"=>Awestruct::Page{ 18729760: output_path=>/content/hudson-1344-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1344-released/index.md, layout=>refresh }, "/content/hudson-1346-released/index.html"=>Awestruct::Page{ 18440800: output_path=>/content/hudson-1346-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1346-released/index.md, layout=>refresh }, "/content/hudson-1347-released/index.html"=>Awestruct::Page{ 18828080: output_path=>/content/hudson-1347-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1347-released/index.md, layout=>refresh }, "/content/hudson-1348-released/index.html"=>Awestruct::Page{ 18453920: output_path=>/content/hudson-1348-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1348-released/index.md, layout=>refresh }, "/content/hudson-1349-released/index.html"=>Awestruct::Page{ 17829780: output_path=>/content/hudson-1349-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1349-released/index.md, layout=>refresh }, "/content/hudson-1350-released/index.html"=>Awestruct::Page{ 17573780: output_path=>/content/hudson-1350-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1350-released/index.md, layout=>refresh }, "/content/hudson-1352-released/index.html"=>Awestruct::Page{ 17443640: output_path=>/content/hudson-1352-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1352-released/index.md, layout=>refresh }, "/content/hudson-1353-released/index.html"=>Awestruct::Page{ 17274120: output_path=>/content/hudson-1353-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1353-released/index.md, layout=>refresh }, "/content/hudson-1354-released/index.html"=>Awestruct::Page{ 16941140: output_path=>/content/hudson-1354-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1354-released/index.md, layout=>refresh }, "/content/hudson-1355-released/index.html"=>Awestruct::Page{ 16520160: output_path=>/content/hudson-1355-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1355-released/index.md, layout=>refresh }, "/content/hudson-1362-released/index.html"=>Awestruct::Page{ 12495820: output_path=>/content/hudson-1362-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1362-released/index.md, layout=>refresh }, "/content/hudson-1363-released/index.html"=>Awestruct::Page{ 11695200: output_path=>/content/hudson-1363-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1363-released/index.md, layout=>refresh }, "/content/hudson-1368-released/index.html"=>Awestruct::Page{ 11110980: output_path=>/content/hudson-1368-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1368-released/index.md, layout=>refresh }, "/content/hudson-1372-sets-sail/index.html"=>Awestruct::Page{ 8906320: output_path=>/content/hudson-1372-sets-sail/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-1372-sets-sail/index.md, layout=>refresh }, "/content/hudson-anonymous-usage-data/index.html"=>Awestruct::Page{ 7520380: output_path=>/content/hudson-anonymous-usage-data/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-anonymous-usage-data/index.md, layout=>refresh }, "/content/hudson-events-calendar/index.html"=>Awestruct::Page{ 28544440: output_path=>/content/hudson-events-calendar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-events-calendar/index.md, layout=>refresh }, "/content/hudson-javazone-meetup-oslo/index.html"=>Awestruct::Page{ 28743540: output_path=>/content/hudson-javazone-meetup-oslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-javazone-meetup-oslo/index.md, layout=>refresh }, "/content/hudson-pycon/index.html"=>Awestruct::Page{ 28535220: output_path=>/content/hudson-pycon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-pycon/index.md, layout=>refresh }, "/content/hudson-sauce-ondemand-webinar/index.html"=>Awestruct::Page{ 28377640: output_path=>/content/hudson-sauce-ondemand-webinar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-sauce-ondemand-webinar/index.md, layout=>refresh }, "/content/hudson-selenium-and-sauce-demand-videos/index.html"=>Awestruct::Page{ 28166700: output_path=>/content/hudson-selenium-and-sauce-demand-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-selenium-and-sauce-demand-videos/index.md, layout=>refresh }, "/content/hudson-user-meet-copenhagenoslo/index.html"=>Awestruct::Page{ 27980300: output_path=>/content/hudson-user-meet-copenhagenoslo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-copenhagenoslo/index.md, layout=>refresh }, "/content/hudson-user-meet-jerusalem/index.html"=>Awestruct::Page{ 27780000: output_path=>/content/hudson-user-meet-jerusalem/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudson-user-meet-jerusalem/index.md, layout=>refresh }, "/content/hudsonmobi-20-hits-android-market/index.html"=>Awestruct::Page{ 27588800: output_path=>/content/hudsonmobi-20-hits-android-market/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-20-hits-android-market/index.md, layout=>refresh }, "/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html"=>Awestruct::Page{ 27373620: output_path=>/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsonmobi-dons-black-turtleneck-and-jumps-ios4/index.md, layout=>refresh }, "/content/hudsons-future/index.html"=>Awestruct::Page{ 27180980: output_path=>/content/hudsons-future/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/hudsons-future/index.md, layout=>refresh }, "/content/incoming-more-translations/index.html"=>Awestruct::Page{ 26959960: output_path=>/content/incoming-more-translations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/incoming-more-translations/index.md, layout=>refresh }, "/content/infoq-ci-survey-2014-0/index.html"=>Awestruct::Page{ 26837060: output_path=>/content/infoq-ci-survey-2014-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/infoq-ci-survey-2014-0/index.md, layout=>refresh }, "/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html"=>Awestruct::Page{ 26653420: output_path=>/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/installing-plugins-has-always-been-easy-now-its-fast-too/index.md, layout=>refresh }, "/content/integrating-kubernetes-and-jenkins/index.html"=>Awestruct::Page{ 26421620: output_path=>/content/integrating-kubernetes-and-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/integrating-kubernetes-and-jenkins/index.md, layout=>refresh }, "/content/intro-jenkins-meetup-copenhagen/index.html"=>Awestruct::Page{ 26208560: output_path=>/content/intro-jenkins-meetup-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/intro-jenkins-meetup-copenhagen/index.md, layout=>refresh }, "/content/ips-packages-jenkins-solarisopenindiana/index.html"=>Awestruct::Page{ 25846900: output_path=>/content/ips-packages-jenkins-solarisopenindiana/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ips-packages-jenkins-solarisopenindiana/index.md, layout=>refresh }, "/content/javanet-migration-status-update/index.html"=>Awestruct::Page{ 25772340: output_path=>/content/javanet-migration-status-update/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javanet-migration-status-update/index.md, layout=>refresh }, "/content/javaone-day-one-pictures/index.html"=>Awestruct::Page{ 25687600: output_path=>/content/javaone-day-one-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-one-pictures/index.md, layout=>refresh }, "/content/javaone-day-two-pictures/index.html"=>Awestruct::Page{ 25608480: output_path=>/content/javaone-day-two-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-day-two-pictures/index.md, layout=>refresh }, "/content/javaone-taking-shape/index.html"=>Awestruct::Page{ 25509060: output_path=>/content/javaone-taking-shape/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/javaone-taking-shape/index.md, layout=>refresh }, "/content/jenkins/index.html"=>Awestruct::Page{ 25405860: output_path=>/content/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins/index.md, layout=>refresh }, "/content/jenkins-100k-celebration-pictures/index.html"=>Awestruct::Page{ 25289460: output_path=>/content/jenkins-100k-celebration-pictures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-100k-celebration-pictures/index.md, layout=>refresh }, "/content/jenkins-15323-lts-released/index.html"=>Awestruct::Page{ 25178280: output_path=>/content/jenkins-15323-lts-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-15323-lts-released/index.md, layout=>refresh }, "/content/jenkins-20-proposal-improved-out-box-user-experience/index.html"=>Awestruct::Page{ 25052400: output_path=>/content/jenkins-20-proposal-improved-out-box-user-experience/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-improved-out-box-user-experience/index.md, layout=>refresh }, "/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html"=>Awestruct::Page{ 24944460: output_path=>/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-introduce-policy-api-deprecation/index.md, layout=>refresh }, "/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html"=>Awestruct::Page{ 24843480: output_path=>/content/jenkins-20-proposal-pipeline-code-front-and-center/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-pipeline-code-front-and-center/index.md, layout=>refresh }, "/content/jenkins-20-proposal-split-groovy-out-core/index.html"=>Awestruct::Page{ 24725380: output_path=>/content/jenkins-20-proposal-split-groovy-out-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-split-groovy-out-core/index.md, layout=>refresh }, "/content/jenkins-20-proposal-ux-improvements-part-one/index.html"=>Awestruct::Page{ 24573160: output_path=>/content/jenkins-20-proposal-ux-improvements-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposal-ux-improvements-part-one/index.md, layout=>refresh }, "/content/jenkins-20-proposals/index.html"=>Awestruct::Page{ 24406560: output_path=>/content/jenkins-20-proposals/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-20-proposals/index.md, layout=>post }, "/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html"=>Awestruct::Page{ 23492340: output_path=>/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-bioinformatics-catch-us-bosc-2012/index.md, layout=>refresh }, "/content/jenkins-and-docker/index.html"=>Awestruct::Page{ 23140980: output_path=>/content/jenkins-and-docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-and-docker/index.md, layout=>refresh }, "/content/jenkins-besoin-de-vous/index.html"=>Awestruct::Page{ 18608760: output_path=>/content/jenkins-besoin-de-vous/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-besoin-de-vous/index.md, layout=>refresh }, "/content/jenkins-celebration-day-february-26/index.html"=>Awestruct::Page{ 18327320: output_path=>/content/jenkins-celebration-day-february-26/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-celebration-day-february-26/index.md, layout=>refresh }, "/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html"=>Awestruct::Page{ 18702440: output_path=>/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-ci-origins-butlers-build-masters-and-bowties/index.md, layout=>refresh }, "/content/jenkins-cia-program-and-meetup-updates/index.html"=>Awestruct::Page{ 18010520: output_path=>/content/jenkins-cia-program-and-meetup-updates/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-cia-program-and-meetup-updates/index.md, layout=>refresh }, "/content/jenkins-community-survey/index.html"=>Awestruct::Page{ 17674080: output_path=>/content/jenkins-community-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-community-survey/index.md, layout=>refresh }, "/content/jenkins-conference-slides-and-videos-online/index.html"=>Awestruct::Page{ 17523680: output_path=>/content/jenkins-conference-slides-and-videos-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-conference-slides-and-videos-online/index.md, layout=>refresh }, "/content/jenkins-figure-available-shapeways/index.html"=>Awestruct::Page{ 17364340: output_path=>/content/jenkins-figure-available-shapeways/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-figure-available-shapeways/index.md, layout=>refresh }, "/content/jenkins-fosdem-2014/index.html"=>Awestruct::Page{ 17145880: output_path=>/content/jenkins-fosdem-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-fosdem-2014/index.md, layout=>refresh }, "/content/jenkins-hits-1400/index.html"=>Awestruct::Page{ 16736400: output_path=>/content/jenkins-hits-1400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1400/index.md, layout=>refresh }, "/content/jenkins-hits-1500/index.html"=>Awestruct::Page{ 16314300: output_path=>/content/jenkins-hits-1500/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-hits-1500/index.md, layout=>refresh }, "/content/jenkins-javaone-2014/index.html"=>Awestruct::Page{ 12162380: output_path=>/content/jenkins-javaone-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-javaone-2014/index.md, layout=>refresh }, "/content/jenkins-keynote-fosdem-2013-0/index.html"=>Awestruct::Page{ 11267860: output_path=>/content/jenkins-keynote-fosdem-2013-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-keynote-fosdem-2013-0/index.md, layout=>refresh }, "/content/jenkins-long-term-release-14092-out/index.html"=>Awestruct::Page{ 10702960: output_path=>/content/jenkins-long-term-release-14092-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-release-14092-out/index.md, layout=>refresh }, "/content/jenkins-long-term-support-release/index.html"=>Awestruct::Page{ 8358180: output_path=>/content/jenkins-long-term-support-release/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-long-term-support-release/index.md, layout=>refresh }, "/content/jenkins-meetup-munich-videos/index.html"=>Awestruct::Page{ 7031060: output_path=>/content/jenkins-meetup-munich-videos/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-meetup-munich-videos/index.md, layout=>refresh }, "/content/jenkins-netflix-juc-speaker-interview/index.html"=>Awestruct::Page{ 28838240: output_path=>/content/jenkins-netflix-juc-speaker-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-netflix-juc-speaker-interview/index.md, layout=>refresh }, "/content/jenkins-new-look/index.html"=>Awestruct::Page{ 28647220: output_path=>/content/jenkins-new-look/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-new-look/index.md, layout=>refresh }, "/content/jenkins-next-week-juc-javaone-and-oh-my/index.html"=>Awestruct::Page{ 28443940: output_path=>/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-next-week-juc-javaone-and-oh-my/index.html, layout=>post }, "/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html"=>Awestruct::Page{ 27975900: output_path=>/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hour-tutorial-writing-acceptance-test/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci/index.html"=>Awestruct::Page{ 27765860: output_path=>/content/jenkins-office-hours-dotci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci/index.md, layout=>refresh }, "/content/jenkins-office-hours-dotci-0/index.html"=>Awestruct::Page{ 27573540: output_path=>/content/jenkins-office-hours-dotci-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-dotci-0/index.md, layout=>refresh }, "/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html"=>Awestruct::Page{ 27349780: output_path=>/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-office-hours-now-officially-bi-weekly-event/index.html, layout=>post }, "/content/jenkins-project-meeting-meat-space-call-agenda/index.html"=>Awestruct::Page{ 26901880: output_path=>/content/jenkins-project-meeting-meat-space-call-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-project-meeting-meat-space-call-agenda/index.md, layout=>refresh }, "/content/jenkins-sao-paulo-meetup-weekend/index.html"=>Awestruct::Page{ 26717040: output_path=>/content/jenkins-sao-paulo-meetup-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sao-paulo-meetup-weekend/index.md, layout=>refresh }, "/content/jenkins-scalability-summit-recap/index.html"=>Awestruct::Page{ 26542340: output_path=>/content/jenkins-scalability-summit-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-scalability-summit-recap/index.md, layout=>refresh }, "/content/jenkins-sessions-javaone/index.html"=>Awestruct::Page{ 26260820: output_path=>/content/jenkins-sessions-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-sessions-javaone/index.md, layout=>refresh }, "/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html"=>Awestruct::Page{ 25877820: output_path=>/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-survey-result-and-what-ui-improvement-would-you/index.md, layout=>refresh }, "/content/jenkins-user-conference/index.html"=>Awestruct::Page{ 25800520: output_path=>/content/jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference/index.md, layout=>refresh }, "/content/jenkins-user-conference-2012-paris/index.html"=>Awestruct::Page{ 25717200: output_path=>/content/jenkins-user-conference-2012-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2012-paris/index.md, layout=>refresh }, "/content/jenkins-user-conference-2013-palo-alto-wrap/index.html"=>Awestruct::Page{ 25634260: output_path=>/content/jenkins-user-conference-2013-palo-alto-wrap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-2013-palo-alto-wrap/index.md, layout=>refresh }, "/content/jenkins-user-conference-agenda-news/index.html"=>Awestruct::Page{ 25537520: output_path=>/content/jenkins-user-conference-agenda-news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-agenda-news/index.md, layout=>refresh }, "/content/jenkins-user-conference-boston-around-corner/index.html"=>Awestruct::Page{ 25438840: output_path=>/content/jenkins-user-conference-boston-around-corner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-boston-around-corner/index.md, layout=>refresh }, "/content/jenkins-user-conference-call-papers/index.html"=>Awestruct::Page{ 25324580: output_path=>/content/jenkins-user-conference-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-completely-full/index.html"=>Awestruct::Page{ 25210640: output_path=>/content/jenkins-user-conference-completely-full/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-completely-full/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel/index.html"=>Awestruct::Page{ 25094680: output_path=>/content/jenkins-user-conference-israel/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-coming-june-6/index.html"=>Awestruct::Page{ 24973140: output_path=>/content/jenkins-user-conference-israel-coming-june-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-coming-june-6/index.md, layout=>refresh }, "/content/jenkins-user-conference-israel-summary/index.html"=>Awestruct::Page{ 24875200: output_path=>/content/jenkins-user-conference-israel-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-israel-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-palo-alto-2013/index.html"=>Awestruct::Page{ 24746380: output_path=>/content/jenkins-user-conference-palo-alto-2013/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-palo-alto-2013/index.md, layout=>refresh }, "/content/jenkins-user-conference-paris-summary/index.html"=>Awestruct::Page{ 24626860: output_path=>/content/jenkins-user-conference-paris-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-paris-summary/index.md, layout=>refresh }, "/content/jenkins-user-conference-san-francisco-call-papers/index.html"=>Awestruct::Page{ 24452600: output_path=>/content/jenkins-user-conference-san-francisco-call-papers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-san-francisco-call-papers/index.md, layout=>refresh }, "/content/jenkins-user-conference-west-day-1/index.html"=>Awestruct::Page{ 24036640: output_path=>/content/jenkins-user-conference-west-day-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-west-day-1/index.md, layout=>refresh }, "/content/jenkins-user-conference-ā-save-date/index.html"=>Awestruct::Page{ 23706300: output_path=>/content/jenkins-user-conference-ā-save-date/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conference-ā-save-date/index.md, layout=>refresh }, "/content/jenkins-user-conferences-year/index.html"=>Awestruct::Page{ 23369820: output_path=>/content/jenkins-user-conferences-year/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-conferences-year/index.md, layout=>refresh }, "/content/jenkins-user-event-code-camp-2014-copenhagen/index.html"=>Awestruct::Page{ 19090820: output_path=>/content/jenkins-user-event-code-camp-2014-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-code-camp-2014-copenhagen/index.md, layout=>refresh }, "/content/jenkins-user-event-copenhagen-september-6/index.html"=>Awestruct::Page{ 18516960: output_path=>/content/jenkins-user-event-copenhagen-september-6/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-copenhagen-september-6/index.md, layout=>refresh }, "/content/jenkins-user-event-cph/index.html"=>Awestruct::Page{ 16542760: output_path=>/content/jenkins-user-event-cph/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-cph/index.md, layout=>refresh }, "/content/jenkins-user-event-scandinavia-2015/index.html"=>Awestruct::Page{ 18560160: output_path=>/content/jenkins-user-event-scandinavia-2015/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-event-scandinavia-2015/index.md, layout=>refresh }, "/content/jenkins-user-meet-london/index.html"=>Awestruct::Page{ 17891680: output_path=>/content/jenkins-user-meet-london/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london/index.md, layout=>refresh }, "/content/jenkins-user-meet-london-0/index.html"=>Awestruct::Page{ 17591600: output_path=>/content/jenkins-user-meet-london-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-london-0/index.md, layout=>refresh }, "/content/jenkins-user-meet-paris/index.html"=>Awestruct::Page{ 17460340: output_path=>/content/jenkins-user-meet-paris/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-user-meet-paris/index.md, layout=>refresh }, "/content/jenkins-won-sdtimes-100-2014/index.html"=>Awestruct::Page{ 17304440: output_path=>/content/jenkins-won-sdtimes-100-2014/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-won-sdtimes-100-2014/index.md, layout=>refresh }, "/content/jenkins-workflow-summit-rsvp/index.html"=>Awestruct::Page{ 16970120: output_path=>/content/jenkins-workflow-summit-rsvp/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jenkins-workflow-summit-rsvp/index.md, layout=>refresh }, "/content/jira-migration-weekend/index.html"=>Awestruct::Page{ 16572680: output_path=>/content/jira-migration-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jira-migration-weekend/index.md, layout=>refresh }, "/content/join-us-jenkins-20-contributor-summit/index.html"=>Awestruct::Page{ 12573800: output_path=>/content/join-us-jenkins-20-contributor-summit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/join-us-jenkins-20-contributor-summit/index.md, layout=>refresh }, "/content/jruby-branch-merged/index.html"=>Awestruct::Page{ 11793120: output_path=>/content/jruby-branch-merged/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged/index.md, layout=>refresh }, "/content/jruby-branch-merged-jenkins-master/index.html"=>Awestruct::Page{ 11117060: output_path=>/content/jruby-branch-merged-jenkins-master/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/jruby-branch-merged-jenkins-master/index.md, layout=>refresh }, "/content/juc-2015-call-paper-deadlines-approaching/index.html"=>Awestruct::Page{ 8908960: output_path=>/content/juc-2015-call-paper-deadlines-approaching/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-2015-call-paper-deadlines-approaching/index.md, layout=>refresh }, "/content/juc-agenda-posted/index.html"=>Awestruct::Page{ 7524280: output_path=>/content/juc-agenda-posted/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-agenda-posted/index.md, layout=>refresh }, "/content/juc-berlin-summary/index.html"=>Awestruct::Page{ 28543800: output_path=>/content/juc-berlin-summary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-berlin-summary/index.md, layout=>refresh }, "/content/juc-boston-what-day/index.html"=>Awestruct::Page{ 28741740: output_path=>/content/juc-boston-what-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-boston-what-day/index.md, layout=>refresh }, "/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html"=>Awestruct::Page{ 28531680: output_path=>/content/juc-call-volunteers-join-organizing-committee-and-venues/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-call-volunteers-join-organizing-committee-and-venues/index.md, layout=>refresh }, "/content/juc-europe-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 28344420: output_path=>/content/juc-europe-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-europe-sneak-peak-integrated-pipelines/index.html"=>Awestruct::Page{ 28142220: output_path=>/content/juc-europe-sneak-peak-integrated-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-europe-sneak-peak-integrated-pipelines/index.md, layout=>refresh }, "/content/juc-israel-report/index.html"=>Awestruct::Page{ 27949980: output_path=>/content/juc-israel-report/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-israel-report/index.md, layout=>refresh }, "/content/juc-sf-2014-here/index.html"=>Awestruct::Page{ 27763920: output_path=>/content/juc-sf-2014-here/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-sf-2014-here/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html"=>Awestruct::Page{ 27569520: output_path=>/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-bayer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html"=>Awestruct::Page{ 27346340: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html"=>Awestruct::Page{ 27169600: output_path=>/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-andrew-phillips-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html"=>Awestruct::Page{ 26939880: output_path=>/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-carlo-cadet-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html"=>Awestruct::Page{ 26807200: output_path=>/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-damien-coraboeuf-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html"=>Awestruct::Page{ 26613440: output_path=>/content/juc-speaker-blog-series-david-dang-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-david-dang-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html"=>Awestruct::Page{ 26379980: output_path=>/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-denis-chernilevskiy-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html"=>Awestruct::Page{ 25909080: output_path=>/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-jamie-omeara-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html"=>Awestruct::Page{ 25828820: output_path=>/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-kaj-kandler-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html"=>Awestruct::Page{ 25749040: output_path=>/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-laurette-cisneros-juc-us-west/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html"=>Awestruct::Page{ 25661260: output_path=>/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-lorelei-mccollum-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html"=>Awestruct::Page{ 25566500: output_path=>/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-martin-hobson-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html"=>Awestruct::Page{ 25474160: output_path=>/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-nobuaki-ogawa-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html"=>Awestruct::Page{ 25360400: output_path=>/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-peter-vilim-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html"=>Awestruct::Page{ 25243680: output_path=>/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-stephan-hochdƶrfer-juc-europe/index.md, layout=>refresh }, "/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html"=>Awestruct::Page{ 25130580: output_path=>/content/juc-speaker-blog-series-will-soula-juc-us-east/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-blog-series-will-soula-juc-us-east/index.md, layout=>refresh }, "/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html"=>Awestruct::Page{ 25004520: output_path=>/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-speaker-sneakpeak-build-ecosystem-loosely-compiled-code/index.md, layout=>refresh }, "/content/juc-us-east-slides-and-video-are-now-available-online/index.html"=>Awestruct::Page{ 24897580: output_path=>/content/juc-us-east-slides-and-video-are-now-available-online/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-east-slides-and-video-are-now-available-online/index.md, layout=>refresh }, "/content/juc-us-west-news-agenda/index.html"=>Awestruct::Page{ 24779400: output_path=>/content/juc-us-west-news-agenda/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-us-west-news-agenda/index.md, layout=>refresh }, "/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html"=>Awestruct::Page{ 24682080: output_path=>/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juc-world-tour-2015-keynote-speaker-news-and-early-bird-tickets/index.md, layout=>refresh }, "/content/juseppe-custom-update-site-jenkins/index.html"=>Awestruct::Page{ 24478240: output_path=>/content/juseppe-custom-update-site-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/juseppe-custom-update-site-jenkins/index.md, layout=>refresh }, "/content/just-month-left-until-juc-us-west/index.html"=>Awestruct::Page{ 24299220: output_path=>/content/just-month-left-until-juc-us-west/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/just-month-left-until-juc-us-west/index.md, layout=>refresh }, "/content/keeping-your-configuration-and-data-subversion/index.html"=>Awestruct::Page{ 23791100: output_path=>/content/keeping-your-configuration-and-data-subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/keeping-your-configuration-and-data-subversion/index.md, layout=>refresh }, "/content/kohsuke-leaves-sun/index.html"=>Awestruct::Page{ 23465840: output_path=>/content/kohsuke-leaves-sun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/kohsuke-leaves-sun/index.md, layout=>refresh }, "/content/learn-about-ci-hudson-sf-java-user-group/index.html"=>Awestruct::Page{ 23102680: output_path=>/content/learn-about-ci-hudson-sf-java-user-group/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/learn-about-ci-hudson-sf-java-user-group/index.md, layout=>refresh }, "/content/lets-talk-about-hudson-javaone/index.html"=>Awestruct::Page{ 18576380: output_path=>/content/lets-talk-about-hudson-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/lets-talk-about-hudson-javaone/index.md, layout=>refresh }, "/content/links-2010-02-24/index.html"=>Awestruct::Page{ 17799800: output_path=>/content/links-2010-02-24/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-24/index.md, layout=>refresh }, "/content/links-2010-02-25/index.html"=>Awestruct::Page{ 18624740: output_path=>/content/links-2010-02-25/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-02-25/index.md, layout=>refresh }, "/content/links-2010-03-04/index.html"=>Awestruct::Page{ 18147840: output_path=>/content/links-2010-03-04/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-04/index.md, layout=>refresh }, "/content/links-2010-03-12/index.html"=>Awestruct::Page{ 17629300: output_path=>/content/links-2010-03-12/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-12/index.md, layout=>refresh }, "/content/links-2010-03-19/index.html"=>Awestruct::Page{ 17492780: output_path=>/content/links-2010-03-19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-19/index.md, layout=>refresh }, "/content/links-2010-03-23/index.html"=>Awestruct::Page{ 17327380: output_path=>/content/links-2010-03-23/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-03-23/index.md, layout=>refresh }, "/content/links-2010-07-05/index.html"=>Awestruct::Page{ 17027860: output_path=>/content/links-2010-07-05/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/links-2010-07-05/index.md, layout=>refresh }, "/content/literate-builds-wtf/index.html"=>Awestruct::Page{ 16593380: output_path=>/content/literate-builds-wtf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/literate-builds-wtf/index.md, layout=>refresh }, "/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html"=>Awestruct::Page{ 12610400: output_path=>/content/live-blog-john-smart-demos-advanced-hudson-usage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-john-smart-demos-advanced-hudson-usage/index.md, layout=>refresh }, "/content/live-blog-kohsukes-presentation-javaone/index.html"=>Awestruct::Page{ 11889940: output_path=>/content/live-blog-kohsukes-presentation-javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/live-blog-kohsukes-presentation-javaone/index.md, layout=>refresh }, "/content/loaderio-plugin-developer-interview/index.html"=>Awestruct::Page{ 11162720: output_path=>/content/loaderio-plugin-developer-interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/loaderio-plugin-developer-interview/index.md, layout=>refresh }, "/content/los-altos-hackathon-friday/index.html"=>Awestruct::Page{ 9005100: output_path=>/content/los-altos-hackathon-friday/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/los-altos-hackathon-friday/index.md, layout=>refresh }, "/content/mailing-lists/index.html"=>Awestruct::Page{ 7629300: output_path=>/content/mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mailing-lists/index.md, layout=>post }, "/content/maven-job-type-performance-improvements-maven-plugin-22/index.html"=>Awestruct::Page{ 28651500: output_path=>/content/maven-job-type-performance-improvements-maven-plugin-22/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/maven-job-type-performance-improvements-maven-plugin-22/index.md, layout=>refresh }, "/content/meet-and-hack-alongside-kohsuke-and-co/index.html"=>Awestruct::Page{ 28448780: output_path=>/content/meet-and-hack-alongside-kohsuke-and-co/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-and-hack-alongside-kohsuke-and-co/index.md, layout=>refresh }, "/content/meet-community-juc/index.html"=>Awestruct::Page{ 28250000: output_path=>/content/meet-community-juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/meet-community-juc/index.md, layout=>refresh }, "/content/mirror-mirror-wall/index.html"=>Awestruct::Page{ 28065060: output_path=>/content/mirror-mirror-wall/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirror-mirror-wall/index.md, layout=>refresh }, "/content/mirrors/index.html"=>Awestruct::Page{ 27853140: output_path=>/content/mirrors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mirrors/index.md, layout=>post }, "/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html"=>Awestruct::Page{ 27348300: output_path=>/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mitigating-unauthenticated-remote-code-execution-0-day-jenkins-cli/index.md, layout=>refresh }, "/content/mobile-app-jenkins-user-conference-bay-area/index.html"=>Awestruct::Page{ 27170980: output_path=>/content/mobile-app-jenkins-user-conference-bay-area/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/mobile-app-jenkins-user-conference-bay-area/index.md, layout=>refresh }, "/content/monitor-hudson-your-android/index.html"=>Awestruct::Page{ 26940740: output_path=>/content/monitor-hudson-your-android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/monitor-hudson-your-android/index.md, layout=>refresh }, "/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html"=>Awestruct::Page{ 26807580: output_path=>/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-jenkins-related-continuous-delivery-events-chicago-washington-dc-and-san-francisco/index.md, layout=>refresh }, "/content/more-scalable-slaves/index.html"=>Awestruct::Page{ 26612820: output_path=>/content/more-scalable-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/more-scalable-slaves/index.md, layout=>refresh }, "/content/munich-hackathon/index.html"=>Awestruct::Page{ 26378740: output_path=>/content/munich-hackathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/munich-hackathon/index.md, layout=>refresh }, "/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html"=>Awestruct::Page{ 25907020: output_path=>/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/neuroscientists-embrace-continuous-integration-served-jenkins/index.md, layout=>refresh }, "/content/new-blog-kohsuke/index.html"=>Awestruct::Page{ 25826300: output_path=>/content/new-blog-kohsuke/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-blog-kohsuke/index.md, layout=>refresh }, "/content/new-download-link-test/index.html"=>Awestruct::Page{ 25743240: output_path=>/content/new-download-link-test/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-download-link-test/index.md, layout=>post }, "/content/new-hudson-mailing-lists/index.html"=>Awestruct::Page{ 25523320: output_path=>/content/new-hudson-mailing-lists/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-hudson-mailing-lists/index.md, layout=>refresh }, "/content/new-jenkins-releases-important-security-fixes/index.html"=>Awestruct::Page{ 25416200: output_path=>/content/new-jenkins-releases-important-security-fixes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-jenkins-releases-important-security-fixes/index.md, layout=>refresh }, "/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html"=>Awestruct::Page{ 25298980: output_path=>/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-mailing-list-better-eventmeet-uplocal-community-coordination/index.md, layout=>refresh }, "/content/new-wiki-url-requirement-plugins/index.html"=>Awestruct::Page{ 25184860: output_path=>/content/new-wiki-url-requirement-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/new-wiki-url-requirement-plugins/index.md, layout=>refresh }, "/content/nyc-jenkins-user-conference-recap/index.html"=>Awestruct::Page{ 25057120: output_path=>/content/nyc-jenkins-user-conference-recap/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/nyc-jenkins-user-conference-recap/index.md, layout=>refresh }, "/content/october-jams/index.html"=>Awestruct::Page{ 24946920: output_path=>/content/october-jams/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/october-jams/index.md, layout=>refresh }, "/content/office-hour-form-handling-jenkins/index.html"=>Awestruct::Page{ 24844400: output_path=>/content/office-hour-form-handling-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-form-handling-jenkins/index.md, layout=>refresh }, "/content/office-hour-proposed-uiux-changes/index.html"=>Awestruct::Page{ 24723920: output_path=>/content/office-hour-proposed-uiux-changes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hour-proposed-uiux-changes/index.md, layout=>refresh }, "/content/office-hours-are-back/index.html"=>Awestruct::Page{ 24569520: output_path=>/content/office-hours-are-back/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-are-back/index.md, layout=>refresh }, "/content/office-hours-next-week-metadata-plugin/index.html"=>Awestruct::Page{ 24382820: output_path=>/content/office-hours-next-week-metadata-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-next-week-metadata-plugin/index.md, layout=>refresh }, "/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html"=>Awestruct::Page{ 23917340: output_path=>/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-tomorrow-workflow-security-model-plugin-compatibility/index.md, layout=>refresh }, "/content/office-hours-week-git-plugin-refactoring/index.html"=>Awestruct::Page{ 23620600: output_path=>/content/office-hours-week-git-plugin-refactoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/office-hours-week-git-plugin-refactoring/index.md, layout=>refresh }, "/content/official-jenkins-lts-docker-image/index.html"=>Awestruct::Page{ 23251140: output_path=>/content/official-jenkins-lts-docker-image/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/official-jenkins-lts-docker-image/index.md, layout=>refresh }, "/content/one-month-continuous-blog/index.html"=>Awestruct::Page{ 18699600: output_path=>/content/one-month-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/one-month-continuous-blog/index.md, layout=>refresh }, "/content/other-events-juc-visitors-cd-seminar/index.html"=>Awestruct::Page{ 18400880: output_path=>/content/other-events-juc-visitors-cd-seminar/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/other-events-juc-visitors-cd-seminar/index.md, layout=>refresh }, "/content/performance-improvements-1346/index.html"=>Awestruct::Page{ 18782080: output_path=>/content/performance-improvements-1346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/performance-improvements-1346/index.md, layout=>refresh }, "/content/pictures-juc-and-cdsummit/index.html"=>Awestruct::Page{ 18323980: output_path=>/content/pictures-juc-and-cdsummit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pictures-juc-and-cdsummit/index.md, layout=>refresh }, "/content/pipeline-code-multibranch-workflows-jenkins/index.html"=>Awestruct::Page{ 11419160: output_path=>/content/pipeline-code-multibranch-workflows-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pipeline-code-multibranch-workflows-jenkins/index.md, layout=>refresh }, "/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html"=>Awestruct::Page{ 17541400: output_path=>/content/planned-changes-jenkins-user-conference-contact-information-collection/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/planned-changes-jenkins-user-conference-contact-information-collection/index.md, layout=>refresh }, "/content/plugin-spotlight-version-column-plugin/index.html"=>Awestruct::Page{ 17380940: output_path=>/content/plugin-spotlight-version-column-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/plugin-spotlight-version-column-plugin/index.md, layout=>refresh }, "/content/polls-are-open-jenkins-logo-contest/index.html"=>Awestruct::Page{ 17175680: output_path=>/content/polls-are-open-jenkins-logo-contest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/polls-are-open-jenkins-logo-contest/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup/index.html"=>Awestruct::Page{ 16750300: output_path=>/content/pre-javaone-hudson-meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup/index.md, layout=>refresh }, "/content/pre-javaone-hudson-meetup-redux/index.html"=>Awestruct::Page{ 16329560: output_path=>/content/pre-javaone-hudson-meetup-redux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-javaone-hudson-meetup-redux/index.md, layout=>refresh }, "/content/pre-tested-commits-git/index.html"=>Awestruct::Page{ 12177480: output_path=>/content/pre-tested-commits-git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/pre-tested-commits-git/index.md, layout=>refresh }, "/content/python-love-story-virtualenv-and-hudson/index.html"=>Awestruct::Page{ 11267280: output_path=>/content/python-love-story-virtualenv-and-hudson/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/python-love-story-virtualenv-and-hudson/index.md, layout=>refresh }, "/content/quiet-period-feature/index.html"=>Awestruct::Page{ 10691120: output_path=>/content/quiet-period-feature/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/quiet-period-feature/index.md, layout=>refresh }, "/content/recap-hackathon-part-one/index.html"=>Awestruct::Page{ 8329140: output_path=>/content/recap-hackathon-part-one/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recap-hackathon-part-one/index.md, layout=>refresh }, "/content/recent-label-and-matrix-project-improvement/index.html"=>Awestruct::Page{ 6929740: output_path=>/content/recent-label-and-matrix-project-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/recent-label-and-matrix-project-improvement/index.md, layout=>refresh }, "/content/reducing-threads-jenkins-ssh-slaves/index.html"=>Awestruct::Page{ 28820560: output_path=>/content/reducing-threads-jenkins-ssh-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reducing-threads-jenkins-ssh-slaves/index.md, layout=>refresh }, "/content/regarding-start-april/index.html"=>Awestruct::Page{ 28592100: output_path=>/content/regarding-start-april/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/regarding-start-april/index.md, layout=>refresh }, "/content/registration-call-papers-open-juc-palo-alto/index.html"=>Awestruct::Page{ 28421620: output_path=>/content/registration-call-papers-open-juc-palo-alto/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-call-papers-open-juc-palo-alto/index.md, layout=>refresh }, "/content/registration-juc-2015-open/index.html"=>Awestruct::Page{ 28209140: output_path=>/content/registration-juc-2015-open/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/registration-juc-2015-open/index.md, layout=>refresh }, "/content/reinforcements-subversion-plugin/index.html"=>Awestruct::Page{ 28013640: output_path=>/content/reinforcements-subversion-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/reinforcements-subversion-plugin/index.md, layout=>refresh }, "/content/release-candidate/index.html"=>Awestruct::Page{ 27809580: output_path=>/content/release-candidate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/release-candidate/index.html, layout=>post }, "/content/report-bugs-and-win-kindle/index.html"=>Awestruct::Page{ 27298260: output_path=>/content/report-bugs-and-win-kindle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-bugs-and-win-kindle/index.md, layout=>refresh }, "/content/report-intro-jenkins-meet-copenhagen/index.html"=>Awestruct::Page{ 27104540: output_path=>/content/report-intro-jenkins-meet-copenhagen/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-intro-jenkins-meet-copenhagen/index.md, layout=>refresh }, "/content/report-jenkins-meet-seoul/index.html"=>Awestruct::Page{ 26916540: output_path=>/content/report-jenkins-meet-seoul/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/report-jenkins-meet-seoul/index.md, layout=>refresh }, "/content/resurgence-releng/index.html"=>Awestruct::Page{ 26740900: output_path=>/content/resurgence-releng/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/resurgence-releng/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5122011/index.html"=>Awestruct::Page{ 26545660: output_path=>/content/ruby-plugins-hack-session-5122011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5122011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-5272011/index.html"=>Awestruct::Page{ 26261960: output_path=>/content/ruby-plugins-hack-session-5272011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-5272011/index.md, layout=>refresh }, "/content/ruby-plugins-hack-session-notes-6232011/index.html"=>Awestruct::Page{ 25876980: output_path=>/content/ruby-plugins-hack-session-notes-6232011/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/ruby-plugins-hack-session-notes-6232011/index.md, layout=>refresh }, "/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html"=>Awestruct::Page{ 25797300: output_path=>/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/san-francisco-jenkins-meetup-wednesday-april-13th/index.md, layout=>refresh }, "/content/saturday-night-drink/index.html"=>Awestruct::Page{ 25710640: output_path=>/content/saturday-night-drink/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/saturday-night-drink/index.md, layout=>refresh }, "/content/screencast-python-hudson-part-1/index.html"=>Awestruct::Page{ 25627620: output_path=>/content/screencast-python-hudson-part-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/screencast-python-hudson-part-1/index.md, layout=>refresh }, "/content/security-fix-hudson-1365-released/index.html"=>Awestruct::Page{ 25528700: output_path=>/content/security-fix-hudson-1365-released/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-fix-hudson-1365-released/index.md, layout=>refresh }, "/content/security-updates-released-today/index.html"=>Awestruct::Page{ 25420200: output_path=>/content/security-updates-released-today/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/security-updates-released-today/index.md, layout=>refresh }, "/content/slaves-building-robots/index.html"=>Awestruct::Page{ 25303100: output_path=>/content/slaves-building-robots/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/slaves-building-robots/index.md, layout=>refresh }, "/content/so-youve-found-vulnerability-now-what/index.html"=>Awestruct::Page{ 25187800: output_path=>/content/so-youve-found-vulnerability-now-what/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/so-youve-found-vulnerability-now-what/index.md, layout=>refresh }, "/content/sonatype-freeing-projects-javanets-maven-repo/index.html"=>Awestruct::Page{ 25068200: output_path=>/content/sonatype-freeing-projects-javanets-maven-repo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sonatype-freeing-projects-javanets-maven-repo/index.md, layout=>refresh }, "/content/sponsor-jenkins-bugs-freedom-sponsors/index.html"=>Awestruct::Page{ 24948260: output_path=>/content/sponsor-jenkins-bugs-freedom-sponsors/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-bugs-freedom-sponsors/index.md, layout=>refresh }, "/content/sponsor-jenkins-user-conference/index.html"=>Awestruct::Page{ 24845700: output_path=>/content/sponsor-jenkins-user-conference/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/sponsor-jenkins-user-conference/index.md, layout=>refresh }, "/content/spotlight-ita-software/index.html"=>Awestruct::Page{ 24723960: output_path=>/content/spotlight-ita-software/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-ita-software/index.md, layout=>refresh }, "/content/spotlight-springsource/index.html"=>Awestruct::Page{ 24568820: output_path=>/content/spotlight-springsource/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-springsource/index.md, layout=>refresh }, "/content/spotlight-visfleet/index.html"=>Awestruct::Page{ 24381500: output_path=>/content/spotlight-visfleet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/spotlight-visfleet/index.md, layout=>refresh }, "/content/start-your-own-jenkins-meetup-10-easy-steps/index.html"=>Awestruct::Page{ 23913300: output_path=>/content/start-your-own-jenkins-meetup-10-easy-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/start-your-own-jenkins-meetup-10-easy-steps/index.md, layout=>refresh }, "/content/state-jenkins-project/index.html"=>Awestruct::Page{ 23599460: output_path=>/content/state-jenkins-project/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/state-jenkins-project/index.md, layout=>refresh }, "/content/stickers-starting-arrive/index.html"=>Awestruct::Page{ 23229220: output_path=>/content/stickers-starting-arrive/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/stickers-starting-arrive/index.md, layout=>refresh }, "/content/subversion-repository-change-notification-push-vs-pull/index.html"=>Awestruct::Page{ 18689340: output_path=>/content/subversion-repository-change-notification-push-vs-pull/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/subversion-repository-change-notification-push-vs-pull/index.md, layout=>refresh }, "/content/summary-report-git-repository-disruption-incident-nov-10th/index.html"=>Awestruct::Page{ 18376360: output_path=>/content/summary-report-git-repository-disruption-incident-nov-10th/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/summary-report-git-repository-disruption-incident-nov-10th/index.md, layout=>refresh }, "/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html"=>Awestruct::Page{ 18756540: output_path=>/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tag-team-automating-massive-projects-hudson-and-artifactory/index.md, layout=>refresh }, "/content/take-jenkins-survey/index.html"=>Awestruct::Page{ 18314440: output_path=>/content/take-jenkins-survey/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/take-jenkins-survey/index.md, layout=>refresh }, "/content/thank-you-downloading-os-x-installer/index.html"=>Awestruct::Page{ 17699200: output_path=>/content/thank-you-downloading-os-x-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-os-x-installer/index.html.haml, layout=>post }, "/content/thank-you-downloading-windows-installer/index.html"=>Awestruct::Page{ 17285380: output_path=>/content/thank-you-downloading-windows-installer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-downloading-windows-installer/index.html.haml, layout=>post }, "/content/thank-you-page-windowsos-x-installers/index.html"=>Awestruct::Page{ 12705260: output_path=>/content/thank-you-page-windowsos-x-installers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thank-you-page-windowsos-x-installers/index.md, layout=>refresh }, "/content/thanks-help/index.html"=>Awestruct::Page{ 12055700: output_path=>/content/thanks-help/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-help/index.md, layout=>refresh }, "/content/thanks-support-pagerduty/index.html"=>Awestruct::Page{ 11213960: output_path=>/content/thanks-support-pagerduty/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thanks-support-pagerduty/index.md, layout=>refresh }, "/content/thinking-about-moving-servlet-30/index.html"=>Awestruct::Page{ 9162260: output_path=>/content/thinking-about-moving-servlet-30/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/thinking-about-moving-servlet-30/index.md, layout=>refresh }, "/content/tweet-day/index.html"=>Awestruct::Page{ 8258500: output_path=>/content/tweet-day/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/tweet-day/index.md, layout=>refresh }, "/content/two-weeks-till-jenkins-user-conference-berlin/index.html"=>Awestruct::Page{ 5940260: output_path=>/content/two-weeks-till-jenkins-user-conference-berlin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/two-weeks-till-jenkins-user-conference-berlin/index.md, layout=>refresh }, "/content/upcoming-events-june-and-early-july/index.html"=>Awestruct::Page{ 28560820: output_path=>/content/upcoming-events-june-and-early-july/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-events-june-and-early-july/index.md, layout=>refresh }, "/content/upcoming-jenkins-events-tokyo/index.html"=>Awestruct::Page{ 28197800: output_path=>/content/upcoming-jenkins-events-tokyo/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-events-tokyo/index.md, layout=>refresh }, "/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html"=>Awestruct::Page{ 27732440: output_path=>/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-jenkins-office-hours-acceptance-test-harness/index.md, layout=>refresh }, "/content/upcoming-office-hour-kubernetes/index.html"=>Awestruct::Page{ 27299240: output_path=>/content/upcoming-office-hour-kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-kubernetes/index.md, layout=>refresh }, "/content/upcoming-office-hour-workflow/index.html"=>Awestruct::Page{ 26914440: output_path=>/content/upcoming-office-hour-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hour-workflow/index.md, layout=>refresh }, "/content/upcoming-office-hours-fosdem-planning-session/index.html"=>Awestruct::Page{ 26537120: output_path=>/content/upcoming-office-hours-fosdem-planning-session/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-fosdem-planning-session/index.md, layout=>refresh }, "/content/upcoming-office-hours-jenkins-20/index.html"=>Awestruct::Page{ 25845880: output_path=>/content/upcoming-office-hours-jenkins-20/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/upcoming-office-hours-jenkins-20/index.md, layout=>refresh }, "/content/update-wiki-and-issue-tracker-outage/index.html"=>Awestruct::Page{ 25670440: output_path=>/content/update-wiki-and-issue-tracker-outage/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/update-wiki-and-issue-tracker-outage/index.md, layout=>refresh }, "/content/updated-chrome-extension/index.html"=>Awestruct::Page{ 25466120: output_path=>/content/updated-chrome-extension/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-chrome-extension/index.md, layout=>refresh }, "/content/updated-usage-stats-available/index.html"=>Awestruct::Page{ 25213440: output_path=>/content/updated-usage-stats-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/updated-usage-stats-available/index.md, layout=>refresh }, "/content/user-interface-refresh/index.html"=>Awestruct::Page{ 24969620: output_path=>/content/user-interface-refresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/user-interface-refresh/index.md, layout=>refresh }, "/content/video-kohsuke-talks-hudson-otn/index.html"=>Awestruct::Page{ 24721200: output_path=>/content/video-kohsuke-talks-hudson-otn/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/video-kohsuke-talks-hudson-otn/index.md, layout=>refresh }, "/content/volume-9-jenkins-newsletter-continuous-information-out/index.html"=>Awestruct::Page{ 24351800: output_path=>/content/volume-9-jenkins-newsletter-continuous-information-out/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volume-9-jenkins-newsletter-continuous-information-out/index.md, layout=>refresh }, "/content/volunteers-needed-juc-sf/index.html"=>Awestruct::Page{ 23594000: output_path=>/content/volunteers-needed-juc-sf/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/volunteers-needed-juc-sf/index.md, layout=>refresh }, "/content/want-some-hudson-stickers/index.html"=>Awestruct::Page{ 18606060: output_path=>/content/want-some-hudson-stickers/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/want-some-hudson-stickers/index.md, layout=>refresh }, "/content/week-plugins/index.html"=>Awestruct::Page{ 18616700: output_path=>/content/week-plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins/index.md, layout=>refresh }, "/content/week-plugins-0/index.html"=>Awestruct::Page{ 17576860: output_path=>/content/week-plugins-0/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-0/index.md, layout=>refresh }, "/content/week-plugins-1/index.html"=>Awestruct::Page{ 17243400: output_path=>/content/week-plugins-1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-1/index.md, layout=>refresh }, "/content/week-plugins-2/index.html"=>Awestruct::Page{ 16315040: output_path=>/content/week-plugins-2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-2/index.md, layout=>refresh }, "/content/week-plugins-3/index.html"=>Awestruct::Page{ 11180140: output_path=>/content/week-plugins-3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-3/index.md, layout=>refresh }, "/content/week-plugins-4/index.html"=>Awestruct::Page{ 7748340: output_path=>/content/week-plugins-4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/week-plugins-4/index.md, layout=>refresh }, "/content/weekend-update-andrew-bayer/index.html"=>Awestruct::Page{ 8260900: output_path=>/content/weekend-update-andrew-bayer/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/weekend-update-andrew-bayer/index.md, layout=>refresh }, "/content/welcome-continuous-blog/index.html"=>Awestruct::Page{ 11162880: output_path=>/content/welcome-continuous-blog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-continuous-blog/index.md, layout=>refresh }, "/content/welcome-hudson-labs/index.html"=>Awestruct::Page{ 12499920: output_path=>/content/welcome-hudson-labs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/welcome-hudson-labs/index.md, layout=>refresh }, "/content/what-jvm-versions-are-running-jenkins/index.html"=>Awestruct::Page{ 16922960: output_path=>/content/what-jvm-versions-are-running-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-jvm-versions-are-running-jenkins/index.md, layout=>refresh }, "/content/what-new-features-do-you-want-see/index.html"=>Awestruct::Page{ 17505900: output_path=>/content/what-new-features-do-you-want-see/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/what-new-features-do-you-want-see/index.md, layout=>refresh }, "/content/whats-going-hudsons-infrastructure/index.html"=>Awestruct::Page{ 17755100: output_path=>/content/whats-going-hudsons-infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whats-going-hudsons-infrastructure/index.md, layout=>refresh }, "/content/whos-driving-thing/index.html"=>Awestruct::Page{ 18787640: output_path=>/content/whos-driving-thing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/whos-driving-thing/index.md, layout=>refresh }, "/content/why-does-jenkins-have-blue-balls/index.html"=>Awestruct::Page{ 23040840: output_path=>/content/why-does-jenkins-have-blue-balls/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/why-does-jenkins-have-blue-balls/index.md, layout=>refresh }, "/content/wiki-and-issue-tracker-outage-over-weekend/index.html"=>Awestruct::Page{ 23663740: output_path=>/content/wiki-and-issue-tracker-outage-over-weekend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-and-issue-tracker-outage-over-weekend/index.md, layout=>refresh }, "/content/wiki-performance-improvement/index.html"=>Awestruct::Page{ 24460180: output_path=>/content/wiki-performance-improvement/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/wiki-performance-improvement/index.html, layout=>post }, "/content/windows-installers-are-now-available/index.html"=>Awestruct::Page{ 25080800: output_path=>/content/windows-installers-are-now-available/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/windows-installers-are-now-available/index.md, layout=>refresh }, "/content/winners-docker-global-hack-day-3-are/index.html"=>Awestruct::Page{ 25319900: output_path=>/content/winners-docker-global-hack-day-3-are/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/winners-docker-global-hack-day-3-are/index.md, layout=>refresh }, "/content/workflow-best-practices-and-examples-repo-github/index.html"=>Awestruct::Page{ 25533700: output_path=>/content/workflow-best-practices-and-examples-repo-github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-best-practices-and-examples-repo-github/index.md, layout=>refresh }, "/content/workflow-plugin-10/index.html"=>Awestruct::Page{ 25659180: output_path=>/content/workflow-plugin-10/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-10/index.md, layout=>refresh }, "/content/workflow-plugin-code-walk-through/index.html"=>Awestruct::Page{ 25824100: output_path=>/content/workflow-plugin-code-walk-through/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-code-walk-through/index.md, layout=>refresh }, "/content/workflow-plugin-tutorial-writing-step-impl/index.html"=>Awestruct::Page{ 26341020: output_path=>/content/workflow-plugin-tutorial-writing-step-impl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/workflow-plugin-tutorial-writing-step-impl/index.md, layout=>refresh }, "/content/would-you-ok/index.html"=>Awestruct::Page{ 26795480: output_path=>/content/would-you-ok/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-ok/index.md, layout=>refresh }, "/content/would-you-run-hudson-cloud/index.html"=>Awestruct::Page{ 27191800: output_path=>/content/would-you-run-hudson-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/would-you-run-hudson-cloud/index.md, layout=>refresh }, "/content/your-java-web-start-slaves-will-be-always-clean/index.html"=>Awestruct::Page{ 27476540: output_path=>/content/your-java-web-start-slaves-will-be-always-clean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/content/your-java-web-start-slaves-will-be-always-clean/index.md, layout=>refresh }, "/css/download.css"=>Awestruct::Page{ 27888440: output_path=>/css/download.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/download.css, layout=> }, "/css/font-awesome.css"=>Awestruct::Page{ 28009720: output_path=>/css/font-awesome.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css, layout=> }, "/css/font-awesome.css.map"=>Awestruct::Page{ 28098460: output_path=>/css/font-awesome.css.map, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.css.map, layout=> }, "/css/font-awesome.min.css"=>Awestruct::Page{ 28064600: output_path=>/css/font-awesome.min.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-awesome.min.css, layout=> }, "/css/font-icons.css"=>Awestruct::Page{ 28170660: output_path=>/css/font-icons.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/font-icons.css, layout=> }, "/css/fonts/icomoon.eot"=>Awestruct::Page{ 28252160: output_path=>/css/fonts/icomoon.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.eot, layout=> }, "/css/fonts/icomoon.svg"=>Awestruct::Page{ 28210960: output_path=>/css/fonts/icomoon.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.svg, layout=> }, "/css/fonts/icomoon.ttf"=>Awestruct::Page{ 28323060: output_path=>/css/fonts/icomoon.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.ttf, layout=> }, "/css/fonts/icomoon.woff"=>Awestruct::Page{ 28280220: output_path=>/css/fonts/icomoon.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/fonts/icomoon.woff, layout=> }, "/css/jenkins.css"=>Awestruct::Page{ 28385240: output_path=>/css/jenkins.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/jenkins.css, layout=> }, "/css/lib.css"=>Awestruct::Page{ 28491640: output_path=>/css/lib.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/lib.css, layout=> }, "/css/ribbon.css"=>Awestruct::Page{ 28449700: output_path=>/css/ribbon.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/ribbon.css, layout=> }, "/css/style.css"=>Awestruct::Page{ 28553180: output_path=>/css/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/css/style.css, layout=> }, "/doc/book/appendix/advanced-installation/index.html"=>Awestruct::Page{ 28873920: output_path=>/doc/book/appendix/advanced-installation/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/advanced-installation.adoc, layout=>section }, "/doc/book/appendix/chapter.yml"=>Awestruct::Page{ 28280600: output_path=>/doc/book/appendix/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/chapter.yml, layout=> }, "/doc/book/appendix/index.html"=>Awestruct::Page{ 28170880: output_path=>/doc/book/appendix/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/appendix/index.adoc, layout=>chapter }, "/doc/book/architecting-for-manageability/index.html"=>Awestruct::Page{ 27297540: output_path=>/doc/book/architecting-for-manageability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-manageability.adoc, layout=>documentation }, "/doc/book/architecting-for-scale/index.html"=>Awestruct::Page{ 26501520: output_path=>/doc/book/architecting-for-scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/architecting-for-scale.adoc, layout=>documentation }, "/doc/book/best-practice/chapter.yml"=>Awestruct::Page{ 25807160: output_path=>/doc/book/best-practice/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/chapter.yml, layout=> }, "/doc/book/best-practice/index.html"=>Awestruct::Page{ 25757780: output_path=>/doc/book/best-practice/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/best-practice/index.adoc, layout=>chapter }, "/doc/book/book.yml"=>Awestruct::Page{ 25439680: output_path=>/doc/book/book.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/book.yml, layout=> }, "/doc/book/getting-started/chapter.yml"=>Awestruct::Page{ 25412520: output_path=>/doc/book/getting-started/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/chapter.yml, layout=> }, "/doc/book/getting-started/index.html"=>Awestruct::Page{ 25348160: output_path=>/doc/book/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/index.adoc, layout=>chapter }, "/doc/book/getting-started/installing/index.html"=>Awestruct::Page{ 24861900: output_path=>/doc/book/getting-started/installing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/getting-started/installing.adoc, layout=>section }, "/doc/book/glossary/chapter.yml"=>Awestruct::Page{ 24328960: output_path=>/doc/book/glossary/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/chapter.yml, layout=> }, "/doc/book/glossary/index.html"=>Awestruct::Page{ 23891040: output_path=>/doc/book/glossary/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/glossary/index.adoc, layout=>chapter }, "/doc/book/hardware-recommendations/index.html"=>Awestruct::Page{ 18391300: output_path=>/doc/book/hardware-recommendations/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/hardware-recommendations.adoc, layout=>documentation }, "/doc/book/index.html"=>Awestruct::Page{ 17867380: output_path=>/doc/book/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/index.html.haml, layout=>documentation }, "/doc/book/managing/chapter.yml"=>Awestruct::Page{ 17366160: output_path=>/doc/book/managing/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/chapter.yml, layout=> }, "/doc/book/managing/cli/index.html"=>Awestruct::Page{ 17123000: output_path=>/doc/book/managing/cli/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/cli.adoc, layout=>section }, "/doc/book/managing/index.html"=>Awestruct::Page{ 11249740: output_path=>/doc/book/managing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/index.adoc, layout=>chapter }, "/doc/book/managing/nodes/index.html"=>Awestruct::Page{ 28835880: output_path=>/doc/book/managing/nodes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/nodes.adoc, layout=>section }, "/doc/book/managing/plugins/index.html"=>Awestruct::Page{ 27946300: output_path=>/doc/book/managing/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/plugins.adoc, layout=>section }, "/doc/book/managing/script-console/index.html"=>Awestruct::Page{ 27169740: output_path=>/doc/book/managing/script-console/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/script-console.adoc, layout=>section }, "/doc/book/managing/security/index.html"=>Awestruct::Page{ 26228020: output_path=>/doc/book/managing/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/security.adoc, layout=>section }, "/doc/book/managing/system-configuration/index.html"=>Awestruct::Page{ 25614360: output_path=>/doc/book/managing/system-configuration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/system-configuration.adoc, layout=>section }, "/doc/book/managing/tools/index.html"=>Awestruct::Page{ 25174420: output_path=>/doc/book/managing/tools/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/tools.adoc, layout=>section }, "/doc/book/managing/users/index.html"=>Awestruct::Page{ 24727460: output_path=>/doc/book/managing/users/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/managing/users.adoc, layout=>section }, "/doc/book/operating/backing-up/index.html"=>Awestruct::Page{ 23619720: output_path=>/doc/book/operating/backing-up/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/backing-up.adoc, layout=>section }, "/doc/book/operating/chapter.yml"=>Awestruct::Page{ 16597600: output_path=>/doc/book/operating/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/chapter.yml, layout=> }, "/doc/book/operating/index.html"=>Awestruct::Page{ 18761540: output_path=>/doc/book/operating/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/index.adoc, layout=>chapter }, "/doc/book/operating/monitoring/index.html"=>Awestruct::Page{ 17405420: output_path=>/doc/book/operating/monitoring/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/monitoring.adoc, layout=>section }, "/doc/book/operating/security/index.html"=>Awestruct::Page{ 12214700: output_path=>/doc/book/operating/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/security.adoc, layout=>documentation }, "/doc/book/operating/with-chef/index.html"=>Awestruct::Page{ 8318900: output_path=>/doc/book/operating/with-chef/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-chef.adoc, layout=>section }, "/doc/book/operating/with-puppet/index.html"=>Awestruct::Page{ 28424500: output_path=>/doc/book/operating/with-puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/operating/with-puppet.adoc, layout=>section }, "/doc/book/organizaton-folders/index.html"=>Awestruct::Page{ 27627280: output_path=>/doc/book/organizaton-folders/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/organizaton-folders.adoc, layout=>documentation }, "/doc/book/pipeline/chapter.yml"=>Awestruct::Page{ 27065160: output_path=>/doc/book/pipeline/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/chapter.yml, layout=> }, "/doc/book/pipeline/getting-started/index.html"=>Awestruct::Page{ 26896500: output_path=>/doc/book/pipeline/getting-started/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/getting-started.adoc, layout=>section }, "/doc/book/pipeline/index.html"=>Awestruct::Page{ 25852620: output_path=>/doc/book/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/index.adoc, layout=>chapter }, "/doc/book/pipeline/jenkinsfile/index.html"=>Awestruct::Page{ 25420360: output_path=>/doc/book/pipeline/jenkinsfile/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/jenkinsfile.adoc, layout=>section }, "/doc/book/pipeline/multibranch/index.html"=>Awestruct::Page{ 24941720: output_path=>/doc/book/pipeline/multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/multibranch.adoc, layout=>section }, "/doc/book/pipeline/overview/index.html"=>Awestruct::Page{ 24472880: output_path=>/doc/book/pipeline/overview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/overview.adoc, layout=>refresh }, "/doc/book/pipeline/shared-libraries/index.html"=>Awestruct::Page{ 23622900: output_path=>/doc/book/pipeline/shared-libraries/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/shared-libraries.adoc, layout=>section }, "/doc/book/pipeline/syntax/index.html"=>Awestruct::Page{ 18151680: output_path=>/doc/book/pipeline/syntax/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline/syntax.adoc, layout=>section }, "/doc/book/pipeline-as-code/index.html"=>Awestruct::Page{ 16731200: output_path=>/doc/book/pipeline-as-code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/pipeline-as-code.adoc, layout=>documentation }, "/doc/book/resources/hardware-recommendations/jenkins.png"=>Awestruct::Page{ 11308360: output_path=>/doc/book/resources/hardware-recommendations/jenkins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jenkins.png, layout=> }, "/doc/book/resources/hardware-recommendations/jnlp-slave.png"=>Awestruct::Page{ 11250300: output_path=>/doc/book/resources/hardware-recommendations/jnlp-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/jnlp-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/master-slave.png"=>Awestruct::Page{ 11180840: output_path=>/doc/book/resources/hardware-recommendations/master-slave.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/master-slave.png, layout=> }, "/doc/book/resources/hardware-recommendations/netflix-arch.png"=>Awestruct::Page{ 11150920: output_path=>/doc/book/resources/hardware-recommendations/netflix-arch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/netflix-arch.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNode.png"=>Awestruct::Page{ 11105280: output_path=>/doc/book/resources/hardware-recommendations/newNode.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNode.png, layout=> }, "/doc/book/resources/hardware-recommendations/newNodeConfigPage.png"=>Awestruct::Page{ 11055720: output_path=>/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/newNodeConfigPage.png, layout=> }, "/doc/book/resources/hardware-recommendations/yahoo-architecture.png"=>Awestruct::Page{ 11003080: output_path=>/doc/book/resources/hardware-recommendations/yahoo-architecture.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/hardware-recommendations/yahoo-architecture.png, layout=> }, "/doc/book/resources/managing/cli-adding-ssh-public-keys.png"=>Awestruct::Page{ 10692160: output_path=>/doc/book/resources/managing/cli-adding-ssh-public-keys.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/cli-adding-ssh-public-keys.png, layout=> }, "/doc/book/resources/managing/configure-global-security-access-control-rules.png"=>Awestruct::Page{ 9223520: output_path=>/doc/book/resources/managing/configure-global-security-access-control-rules.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-access-control-rules.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-agent-master.png"=>Awestruct::Page{ 9012540: output_path=>/doc/book/resources/managing/configure-global-security-enable-agent-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-agent-master.png, layout=> }, "/doc/book/resources/managing/configure-global-security-enable-security.png"=>Awestruct::Page{ 8912980: output_path=>/doc/book/resources/managing/configure-global-security-enable-security.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-enable-security.png, layout=> }, "/doc/book/resources/managing/configure-global-security-matrix-authorization.png"=>Awestruct::Page{ 8818320: output_path=>/doc/book/resources/managing/configure-global-security-matrix-authorization.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-matrix-authorization.png, layout=> }, "/doc/book/resources/managing/configure-global-security-prevent-csrf.png"=>Awestruct::Page{ 8704900: output_path=>/doc/book/resources/managing/configure-global-security-prevent-csrf.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-prevent-csrf.png, layout=> }, "/doc/book/resources/managing/configure-global-security-whitelist-commands.png"=>Awestruct::Page{ 8580780: output_path=>/doc/book/resources/managing/configure-global-security-whitelist-commands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/configure-global-security-whitelist-commands.png, layout=> }, "/doc/book/resources/managing/plugin-manager-available.png"=>Awestruct::Page{ 8436680: output_path=>/doc/book/resources/managing/plugin-manager-available.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-available.png, layout=> }, "/doc/book/resources/managing/plugin-manager-disable.png"=>Awestruct::Page{ 8305860: output_path=>/doc/book/resources/managing/plugin-manager-disable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-disable.png, layout=> }, "/doc/book/resources/managing/plugin-manager-uninstall.png"=>Awestruct::Page{ 7705660: output_path=>/doc/book/resources/managing/plugin-manager-uninstall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-uninstall.png, layout=> }, "/doc/book/resources/managing/plugin-manager-update.png"=>Awestruct::Page{ 7534240: output_path=>/doc/book/resources/managing/plugin-manager-update.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-update.png, layout=> }, "/doc/book/resources/managing/plugin-manager-upload.png"=>Awestruct::Page{ 7412440: output_path=>/doc/book/resources/managing/plugin-manager-upload.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/managing/plugin-manager-upload.png, layout=> }, "/doc/book/resources/pipeline/build-now.png"=>Awestruct::Page{ 7075040: output_path=>/doc/book/resources/pipeline/build-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/build-now.png, layout=> }, "/doc/book/resources/pipeline/hello-world-console-output.png"=>Awestruct::Page{ 6787120: output_path=>/doc/book/resources/pipeline/hello-world-console-output.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-console-output.png, layout=> }, "/doc/book/resources/pipeline/hello-world-script.png"=>Awestruct::Page{ 6939760: output_path=>/doc/book/resources/pipeline/hello-world-script.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/hello-world-script.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-indexing.png"=>Awestruct::Page{ 6000220: output_path=>/doc/book/resources/pipeline/multibranch-branch-indexing.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-indexing.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source-configuration.png"=>Awestruct::Page{ 5891780: output_path=>/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source-configuration.png, layout=> }, "/doc/book/resources/pipeline/multibranch-branch-source.png"=>Awestruct::Page{ 28542080: output_path=>/doc/book/resources/pipeline/multibranch-branch-source.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/multibranch-branch-source.png, layout=> }, "/doc/book/resources/pipeline/new-item-creation.png"=>Awestruct::Page{ 28892260: output_path=>/doc/book/resources/pipeline/new-item-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-multibranch-creation.png"=>Awestruct::Page{ 28880280: output_path=>/doc/book/resources/pipeline/new-item-multibranch-creation.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-multibranch-creation.png, layout=> }, "/doc/book/resources/pipeline/new-item-selection.png"=>Awestruct::Page{ 28871340: output_path=>/doc/book/resources/pipeline/new-item-selection.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/new-item-selection.png, layout=> }, "/doc/book/resources/pipeline/pipeline-syntax-sidebar.png"=>Awestruct::Page{ 28825240: output_path=>/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/pipeline-syntax-sidebar.png, layout=> }, "/doc/book/resources/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 28789700: output_path=>/doc/book/resources/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/realworld-pipeline-flow.png, layout=> }, "/doc/book/resources/pipeline/snippet-generator.png"=>Awestruct::Page{ 28779400: output_path=>/doc/book/resources/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline/snippet-generator.png, layout=> }, "/doc/book/resources/pipeline-as-code/fingerprinting.png"=>Awestruct::Page{ 28710540: output_path=>/doc/book/resources/pipeline-as-code/fingerprinting.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/fingerprinting.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png"=>Awestruct::Page{ 28666940: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-build-trigger-schedule.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-log.png"=>Awestruct::Page{ 28656180: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-log.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-log.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-computation-main.png"=>Awestruct::Page{ 28646460: output_path=>/doc/book/resources/pipeline-as-code/folder-computation-main.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-computation-main.png, layout=> }, "/doc/book/resources/pipeline-as-code/folder-icon.png"=>Awestruct::Page{ 28592700: output_path=>/doc/book/resources/pipeline-as-code/folder-icon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/folder-icon.png, layout=> }, "/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png"=>Awestruct::Page{ 28555380: output_path=>/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/orphaned-item-strategy.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot1.png"=>Awestruct::Page{ 28537000: output_path=>/doc/book/resources/pipeline-as-code/screenshot1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot1.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot2.png"=>Awestruct::Page{ 28527040: output_path=>/doc/book/resources/pipeline-as-code/screenshot2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot2.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot3.png"=>Awestruct::Page{ 28509380: output_path=>/doc/book/resources/pipeline-as-code/screenshot3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot3.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot4.png"=>Awestruct::Page{ 28473480: output_path=>/doc/book/resources/pipeline-as-code/screenshot4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot4.png, layout=> }, "/doc/book/resources/pipeline-as-code/screenshot5.png"=>Awestruct::Page{ 28447300: output_path=>/doc/book/resources/pipeline-as-code/screenshot5.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/screenshot5.png, layout=> }, "/doc/book/resources/pipeline-as-code/stage-concurrency.png"=>Awestruct::Page{ 28425900: output_path=>/doc/book/resources/pipeline-as-code/stage-concurrency.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/stage-concurrency.png, layout=> }, "/doc/book/resources/pipeline-as-code/workflow-big-responsive.png"=>Awestruct::Page{ 28390160: output_path=>/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/resources/pipeline-as-code/workflow-big-responsive.png, layout=> }, "/doc/book/scaling/chapter.yml"=>Awestruct::Page{ 28345100: output_path=>/doc/book/scaling/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/chapter.yml, layout=> }, "/doc/book/scaling/index.html"=>Awestruct::Page{ 28223420: output_path=>/doc/book/scaling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/scaling/index.adoc, layout=>chapter }, "/doc/book/securing-jenkins/index.html"=>Awestruct::Page{ 27546180: output_path=>/doc/book/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/securing-jenkins.html.haml, layout=>refresh }, "/doc/book/use-case/chapter.yml"=>Awestruct::Page{ 27318700: output_path=>/doc/book/use-case/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/chapter.yml, layout=> }, "/doc/book/use-case/dotnet/index.html"=>Awestruct::Page{ 27214520: output_path=>/doc/book/use-case/dotnet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/dotnet.adoc, layout=>section }, "/doc/book/use-case/index.html"=>Awestruct::Page{ 26422940: output_path=>/doc/book/use-case/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/index.adoc, layout=>chapter }, "/doc/book/use-case/java/index.html"=>Awestruct::Page{ 25694060: output_path=>/doc/book/use-case/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/java.adoc, layout=>section }, "/doc/book/use-case/python/index.html"=>Awestruct::Page{ 25279980: output_path=>/doc/book/use-case/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/python.adoc, layout=>section }, "/doc/book/use-case/ruby/index.html"=>Awestruct::Page{ 24837800: output_path=>/doc/book/use-case/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/use-case/ruby.adoc, layout=>section }, "/doc/book/using/chapter.yml"=>Awestruct::Page{ 24042720: output_path=>/doc/book/using/chapter.yml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/chapter.yml, layout=> }, "/doc/book/using/fingerprints/index.html"=>Awestruct::Page{ 23854540: output_path=>/doc/book/using/fingerprints/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/fingerprints.adoc, layout=>section }, "/doc/book/using/index.html"=>Awestruct::Page{ 18341780: output_path=>/doc/book/using/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/index.adoc, layout=>chapter }, "/doc/book/using/remote-api/index.html"=>Awestruct::Page{ 17536440: output_path=>/doc/book/using/remote-api/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/book/using/remote-api.adoc, layout=>section }, "/doc/index.html"=>Awestruct::Page{ 16371720: output_path=>/doc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/index.adoc, layout=>documentation }, "/doc/pipeline/examples/index.html"=>Awestruct::Page{ 11070520: output_path=>/doc/pipeline/examples/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/examples.html.haml, layout=>simplepage }, "/doc/pipeline/index.html"=>Awestruct::Page{ 5924420: output_path=>/doc/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/index.adoc, layout=>refresh }, "/doc/pipeline/steps/Office-365-Connector/index.html"=>Awestruct::Page{ 28558240: output_path=>/doc/pipeline/steps/Office-365-Connector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/Office-365-Connector.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansible/index.html"=>Awestruct::Page{ 27902680: output_path=>/doc/pipeline/steps/ansible/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansible.adoc, layout=>simplepage }, "/doc/pipeline/steps/ansicolor/index.html"=>Awestruct::Page{ 27256940: output_path=>/doc/pipeline/steps/ansicolor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ansicolor.adoc, layout=>simplepage }, "/doc/pipeline/steps/artifactory/index.html"=>Awestruct::Page{ 26579580: output_path=>/doc/pipeline/steps/artifactory/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/artifactory.adoc, layout=>simplepage }, "/doc/pipeline/steps/bitbucket-build-status-notifier/index.html"=>Awestruct::Page{ 25792920: output_path=>/doc/pipeline/steps/bitbucket-build-status-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/bitbucket-build-status-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/blackduck-hub/index.html"=>Awestruct::Page{ 25496100: output_path=>/doc/pipeline/steps/blackduck-hub/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/blackduck-hub.adoc, layout=>simplepage }, "/doc/pipeline/steps/brakeman/index.html"=>Awestruct::Page{ 25125260: output_path=>/doc/pipeline/steps/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/brakeman.adoc, layout=>simplepage }, "/doc/pipeline/steps/codefresh/index.html"=>Awestruct::Page{ 24746920: output_path=>/doc/pipeline/steps/codefresh/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/codefresh.adoc, layout=>simplepage }, "/doc/pipeline/steps/credentials-binding/index.html"=>Awestruct::Page{ 23792160: output_path=>/doc/pipeline/steps/credentials-binding/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/credentials-binding.adoc, layout=>simplepage }, "/doc/pipeline/steps/cucumber-slack-notifier/index.html"=>Awestruct::Page{ 18492280: output_path=>/doc/pipeline/steps/cucumber-slack-notifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/cucumber-slack-notifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/deployment-notification/index.html"=>Awestruct::Page{ 17761460: output_path=>/doc/pipeline/steps/deployment-notification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/deployment-notification.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-slaves/index.html"=>Awestruct::Page{ 17128740: output_path=>/doc/pipeline/steps/docker-slaves/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-slaves.adoc, layout=>simplepage }, "/doc/pipeline/steps/docker-workflow/index.html"=>Awestruct::Page{ 11663700: output_path=>/doc/pipeline/steps/docker-workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/docker-workflow.adoc, layout=>simplepage }, "/doc/pipeline/steps/email-ext/index.html"=>Awestruct::Page{ 28547820: output_path=>/doc/pipeline/steps/email-ext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/email-ext.adoc, layout=>simplepage }, "/doc/pipeline/steps/external-workspace-manager/index.html"=>Awestruct::Page{ 28171680: output_path=>/doc/pipeline/steps/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/external-workspace-manager.adoc, layout=>simplepage }, "/doc/pipeline/steps/figlet-buildstep/index.html"=>Awestruct::Page{ 27543560: output_path=>/doc/pipeline/steps/figlet-buildstep/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/figlet-buildstep.adoc, layout=>simplepage }, "/doc/pipeline/steps/gatling/index.html"=>Awestruct::Page{ 26912540: output_path=>/doc/pipeline/steps/gatling/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gatling.adoc, layout=>simplepage }, "/doc/pipeline/steps/gerrit-trigger/index.html"=>Awestruct::Page{ 26230280: output_path=>/doc/pipeline/steps/gerrit-trigger/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gerrit-trigger.adoc, layout=>simplepage }, "/doc/pipeline/steps/git/index.html"=>Awestruct::Page{ 25666300: output_path=>/doc/pipeline/steps/git/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/git.adoc, layout=>simplepage }, "/doc/pipeline/steps/github-pullrequest/index.html"=>Awestruct::Page{ 25341100: output_path=>/doc/pipeline/steps/github-pullrequest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/github-pullrequest.adoc, layout=>simplepage }, "/doc/pipeline/steps/gitlab-plugin/index.html"=>Awestruct::Page{ 24945700: output_path=>/doc/pipeline/steps/gitlab-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/gitlab-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/hipchat/index.html"=>Awestruct::Page{ 24486840: output_path=>/doc/pipeline/steps/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hipchat.adoc, layout=>simplepage }, "/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html"=>Awestruct::Page{ 23158840: output_path=>/doc/pipeline/steps/hp-application-automation-tools-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/hp-application-automation-tools-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/htmlpublisher/index.html"=>Awestruct::Page{ 18561320: output_path=>/doc/pipeline/steps/htmlpublisher/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/htmlpublisher.adoc, layout=>simplepage }, "/doc/pipeline/steps/http_request/index.html"=>Awestruct::Page{ 17380480: output_path=>/doc/pipeline/steps/http_request/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/http_request.adoc, layout=>simplepage }, "/doc/pipeline/steps/index.html"=>Awestruct::Page{ 16417280: output_path=>/doc/pipeline/steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/index.html.haml, layout=>documentation }, "/doc/pipeline/steps/integrity-plugin/index.html"=>Awestruct::Page{ 10693340: output_path=>/doc/pipeline/steps/integrity-plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/integrity-plugin.adoc, layout=>simplepage }, "/doc/pipeline/steps/jira/index.html"=>Awestruct::Page{ 28738320: output_path=>/doc/pipeline/steps/jira/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jira.adoc, layout=>simplepage }, "/doc/pipeline/steps/jms-messaging/index.html"=>Awestruct::Page{ 28019280: output_path=>/doc/pipeline/steps/jms-messaging/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/jms-messaging.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html"=>Awestruct::Page{ 27332260: output_path=>/doc/pipeline/steps/kubernetes-pipeline-devops-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-devops-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes-pipeline-steps/index.html"=>Awestruct::Page{ 26652660: output_path=>/doc/pipeline/steps/kubernetes-pipeline-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes-pipeline-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/kubernetes/index.html"=>Awestruct::Page{ 25784820: output_path=>/doc/pipeline/steps/kubernetes/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/kubernetes.adoc, layout=>simplepage }, "/doc/pipeline/steps/liquibase-runner/index.html"=>Awestruct::Page{ 25444980: output_path=>/doc/pipeline/steps/liquibase-runner/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/liquibase-runner.adoc, layout=>simplepage }, "/doc/pipeline/steps/lockable-resources/index.html"=>Awestruct::Page{ 25051380: output_path=>/doc/pipeline/steps/lockable-resources/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/lockable-resources.adoc, layout=>simplepage }, "/doc/pipeline/steps/marathon/index.html"=>Awestruct::Page{ 24685400: output_path=>/doc/pipeline/steps/marathon/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/marathon.adoc, layout=>simplepage }, "/doc/pipeline/steps/mattermost/index.html"=>Awestruct::Page{ 23688340: output_path=>/doc/pipeline/steps/mattermost/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mattermost.adoc, layout=>simplepage }, "/doc/pipeline/steps/mock-load-builder/index.html"=>Awestruct::Page{ 18403980: output_path=>/doc/pipeline/steps/mock-load-builder/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/mock-load-builder.adoc, layout=>simplepage }, "/doc/pipeline/steps/nexus-artifact-uploader/index.html"=>Awestruct::Page{ 17649640: output_path=>/doc/pipeline/steps/nexus-artifact-uploader/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/nexus-artifact-uploader.adoc, layout=>simplepage }, "/doc/pipeline/steps/openshift-pipeline/index.html"=>Awestruct::Page{ 16422400: output_path=>/doc/pipeline/steps/openshift-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/openshift-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/p4/index.html"=>Awestruct::Page{ 5888120: output_path=>/doc/pipeline/steps/p4/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/p4.adoc, layout=>simplepage }, "/doc/pipeline/steps/parallel-test-executor/index.html"=>Awestruct::Page{ 28251240: output_path=>/doc/pipeline/steps/parallel-test-executor/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/parallel-test-executor.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-aws/index.html"=>Awestruct::Page{ 27568460: output_path=>/doc/pipeline/steps/pipeline-aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-aws.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-build-step/index.html"=>Awestruct::Page{ 26718240: output_path=>/doc/pipeline/steps/pipeline-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-build-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-classpath/index.html"=>Awestruct::Page{ 25858800: output_path=>/doc/pipeline/steps/pipeline-classpath/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-classpath.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-githubnotify-step/index.html"=>Awestruct::Page{ 25560820: output_path=>/doc/pipeline/steps/pipeline-githubnotify-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-githubnotify-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-input-step/index.html"=>Awestruct::Page{ 18295180: output_path=>/doc/pipeline/steps/pipeline-input-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-input-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-maven/index.html"=>Awestruct::Page{ 17562940: output_path=>/doc/pipeline/steps/pipeline-maven/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-maven.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-milestone-step/index.html"=>Awestruct::Page{ 16729000: output_path=>/doc/pipeline/steps/pipeline-milestone-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-milestone-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-model-definition/index.html"=>Awestruct::Page{ 11115520: output_path=>/doc/pipeline/steps/pipeline-model-definition/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-model-definition.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-stage-step/index.html"=>Awestruct::Page{ 28871660: output_path=>/doc/pipeline/steps/pipeline-stage-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-stage-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/pipeline-utility-steps/index.html"=>Awestruct::Page{ 28017580: output_path=>/doc/pipeline/steps/pipeline-utility-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pipeline-utility-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/pragprog/index.html"=>Awestruct::Page{ 27351140: output_path=>/doc/pipeline/steps/pragprog/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/pragprog.adoc, layout=>simplepage }, "/doc/pipeline/steps/puppet-enterprise-pipeline/index.html"=>Awestruct::Page{ 26717140: output_path=>/doc/pipeline/steps/puppet-enterprise-pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/puppet-enterprise-pipeline.adoc, layout=>simplepage }, "/doc/pipeline/steps/rocketchatnotifier/index.html"=>Awestruct::Page{ 25853020: output_path=>/doc/pipeline/steps/rocketchatnotifier/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/rocketchatnotifier.adoc, layout=>simplepage }, "/doc/pipeline/steps/run-selector/index.html"=>Awestruct::Page{ 24993960: output_path=>/doc/pipeline/steps/run-selector/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/run-selector.adoc, layout=>simplepage }, "/doc/pipeline/steps/sauce-ondemand/index.html"=>Awestruct::Page{ 24619160: output_path=>/doc/pipeline/steps/sauce-ondemand/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/sauce-ondemand.adoc, layout=>simplepage }, "/doc/pipeline/steps/slack/index.html"=>Awestruct::Page{ 23532200: output_path=>/doc/pipeline/steps/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/slack.adoc, layout=>simplepage }, "/doc/pipeline/steps/splunk-devops-extend/index.html"=>Awestruct::Page{ 16567220: output_path=>/doc/pipeline/steps/splunk-devops-extend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/splunk-devops-extend.adoc, layout=>simplepage }, "/doc/pipeline/steps/ssh-agent/index.html"=>Awestruct::Page{ 17565080: output_path=>/doc/pipeline/steps/ssh-agent/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/ssh-agent.adoc, layout=>simplepage }, "/doc/pipeline/steps/stepcounter/index.html"=>Awestruct::Page{ 16727080: output_path=>/doc/pipeline/steps/stepcounter/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/stepcounter.adoc, layout=>simplepage }, "/doc/pipeline/steps/subversion/index.html"=>Awestruct::Page{ 11106220: output_path=>/doc/pipeline/steps/subversion/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/subversion.adoc, layout=>simplepage }, "/doc/pipeline/steps/teamconcert/index.html"=>Awestruct::Page{ 28785320: output_path=>/doc/pipeline/steps/teamconcert/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/teamconcert.adoc, layout=>simplepage }, "/doc/pipeline/steps/timestamper/index.html"=>Awestruct::Page{ 28117780: output_path=>/doc/pipeline/steps/timestamper/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/timestamper.adoc, layout=>simplepage }, "/doc/pipeline/steps/versionnumber/index.html"=>Awestruct::Page{ 27376500: output_path=>/doc/pipeline/steps/versionnumber/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/versionnumber.adoc, layout=>simplepage }, "/doc/pipeline/steps/vsphere-cloud/index.html"=>Awestruct::Page{ 26624200: output_path=>/doc/pipeline/steps/vsphere-cloud/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/vsphere-cloud.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-basic-steps/index.html"=>Awestruct::Page{ 41804940: output_path=>/doc/pipeline/steps/workflow-basic-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-basic-steps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps-global-lib/index.html"=>Awestruct::Page{ 43495360: output_path=>/doc/pipeline/steps/workflow-cps-global-lib/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps-global-lib.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-cps/index.html"=>Awestruct::Page{ 43839480: output_path=>/doc/pipeline/steps/workflow-cps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-cps.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-durable-task-step/index.html"=>Awestruct::Page{ 44267880: output_path=>/doc/pipeline/steps/workflow-durable-task-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-durable-task-step.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-multibranch/index.html"=>Awestruct::Page{ 44241700: output_path=>/doc/pipeline/steps/workflow-multibranch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-multibranch.adoc, layout=>simplepage }, "/doc/pipeline/steps/workflow-scm-step/index.html"=>Awestruct::Page{ 53258540: output_path=>/doc/pipeline/steps/workflow-scm-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/steps/workflow-scm-step.adoc, layout=>simplepage }, "/doc/pipeline/tour/agents/index.html"=>Awestruct::Page{ 53739200: output_path=>/doc/pipeline/tour/agents/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/agents.adoc, layout=>documentation }, "/doc/pipeline/tour/deployment/index.html"=>Awestruct::Page{ 54044840: output_path=>/doc/pipeline/tour/deployment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/deployment.adoc, layout=>documentation }, "/doc/pipeline/tour/environment/index.html"=>Awestruct::Page{ 54377800: output_path=>/doc/pipeline/tour/environment/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/environment.adoc, layout=>documentation }, "/doc/pipeline/tour/hello-world/index.html"=>Awestruct::Page{ 54714000: output_path=>/doc/pipeline/tour/hello-world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/hello-world.adoc, layout=>documentation }, "/doc/pipeline/tour/post/index.html"=>Awestruct::Page{ 55016280: output_path=>/doc/pipeline/tour/post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/post.adoc, layout=>documentation }, "/doc/pipeline/tour/running-multiple-steps/index.html"=>Awestruct::Page{ 55347060: output_path=>/doc/pipeline/tour/running-multiple-steps/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/running-multiple-steps.adoc, layout=>documentation }, "/doc/pipeline/tour/tests-and-artifacts/index.html"=>Awestruct::Page{ 55686740: output_path=>/doc/pipeline/tour/tests-and-artifacts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/pipeline/tour/tests-and-artifacts.adoc, layout=>documentation }, "/doc/upgrade-guide/2.19/index.html"=>Awestruct::Page{ 56028500: output_path=>/doc/upgrade-guide/2.19/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.19.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.32/index.html"=>Awestruct::Page{ 56352120: output_path=>/doc/upgrade-guide/2.32/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.32.adoc, layout=>simplepage }, "/doc/upgrade-guide/2.7/index.html"=>Awestruct::Page{ 56670420: output_path=>/doc/upgrade-guide/2.7/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide/2.7.adoc, layout=>simplepage }, "/doc/upgrade-guide/index.html"=>Awestruct::Page{ 56888840: output_path=>/doc/upgrade-guide/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/doc/upgrade-guide.html.haml, layout=>simplepage }, "/donate/index.html"=>Awestruct::Page{ 57221040: output_path=>/donate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/donate.adoc, layout=>default }, "/download/index.html"=>Awestruct::Page{ 57345820: output_path=>/download/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/download.html.haml, layout=>default }, "/files/2015-Jenkins-Community-Survey-Results.pdf"=>Awestruct::Page{ 57540940: output_path=>/files/2015-Jenkins-Community-Survey-Results.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2015-Jenkins-Community-Survey-Results.pdf, layout=> }, "/files/2016/jenkins-world/freestyle-to-pipelines.pdf"=>Awestruct::Page{ 57580380: output_path=>/files/2016/jenkins-world/freestyle-to-pipelines.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/freestyle-to-pipelines.pdf, layout=> }, "/files/2016/jenkins-world/jenkins-and-docker.pdf"=>Awestruct::Page{ 57597700: output_path=>/files/2016/jenkins-world/jenkins-and-docker.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/jenkins-and-docker.pdf, layout=> }, "/files/2016/jenkins-world/large-git-repos.pdf"=>Awestruct::Page{ 57590480: output_path=>/files/2016/jenkins-world/large-git-repos.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/2016/jenkins-world/large-git-repos.pdf, layout=> }, "/files/Jenkins-hearts-Ruby.pdf"=>Awestruct::Page{ 57608180: output_path=>/files/Jenkins-hearts-Ruby.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/Jenkins-hearts-Ruby.pdf, layout=> }, "/files/State-of-Jenkins-Infographic-2015.pdf"=>Awestruct::Page{ 57617700: output_path=>/files/State-of-Jenkins-Infographic-2015.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/State-of-Jenkins-Infographic-2015.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf"=>Awestruct::Page{ 57646400: output_path=>/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins for CD with Azure.pdf, layout=> }, "/files/sf-jam-azure/Scaling Jenkins with Azure.pdf"=>Awestruct::Page{ 57639380: output_path=>/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/files/sf-jam-azure/Scaling Jenkins with Azure.pdf, layout=> }, "/fonts/FontAwesome.otf"=>Awestruct::Page{ 57676300: output_path=>/fonts/FontAwesome.otf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/FontAwesome.otf, layout=> }, "/fonts/fontawesome-webfont.eot"=>Awestruct::Page{ 57685820: output_path=>/fonts/fontawesome-webfont.eot, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.eot, layout=> }, "/fonts/fontawesome-webfont.svg"=>Awestruct::Page{ 57703540: output_path=>/fonts/fontawesome-webfont.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.svg, layout=> }, "/fonts/fontawesome-webfont.ttf"=>Awestruct::Page{ 57696720: output_path=>/fonts/fontawesome-webfont.ttf, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.ttf, layout=> }, "/fonts/fontawesome-webfont.woff"=>Awestruct::Page{ 57706260: output_path=>/fonts/fontawesome-webfont.woff, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff, layout=> }, "/fonts/fontawesome-webfont.woff2"=>Awestruct::Page{ 57723980: output_path=>/fonts/fontawesome-webfont.woff2, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/fonts/fontawesome-webfont.woff2, layout=> }, "/friend/index.html"=>Awestruct::Page{ 57751520: output_path=>/friend/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/friend/index.adoc, layout=>refresh }, "/hangout/index.html"=>Awestruct::Page{ 57877060: output_path=>/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/hangout.adoc, layout=>refresh }, "/images/2.0-config-dialog.png"=>Awestruct::Page{ 58026560: output_path=>/images/2.0-config-dialog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-config-dialog.png, layout=> }, "/images/2.0-create-item.png"=>Awestruct::Page{ 58044160: output_path=>/images/2.0-create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/2.0-create-item.png, layout=> }, "/images/20-banner.jpg"=>Awestruct::Page{ 58053700: output_path=>/images/20-banner.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/20-banner.jpg, layout=> }, "/images/226px-Jenkins_logo.svg.png"=>Awestruct::Page{ 58071300: output_path=>/images/226px-Jenkins_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/226px-Jenkins_logo.svg.png, layout=> }, "/images/angry-jenkins_128.png"=>Awestruct::Page{ 58080840: output_path=>/images/angry-jenkins_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/angry-jenkins_128.png, layout=> }, "/images/award.png"=>Awestruct::Page{ 58074040: output_path=>/images/award.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award.png, layout=> }, "/images/award08.gif"=>Awestruct::Page{ 58091780: output_path=>/images/award08.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/award08.gif, layout=> }, "/images/blueocean/blueocean-successful-pipeline.png"=>Awestruct::Page{ 58120400: output_path=>/images/blueocean/blueocean-successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/blueocean-successful-pipeline.png, layout=> }, "/images/blueocean/input-step.png"=>Awestruct::Page{ 58137920: output_path=>/images/blueocean/input-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/input-step.png, layout=> }, "/images/blueocean/logo-yarrr.png"=>Awestruct::Page{ 58130900: output_path=>/images/blueocean/logo-yarrr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/blueocean/logo-yarrr.png, layout=> }, "/images/bottombar.png"=>Awestruct::Page{ 58148640: output_path=>/images/bottombar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bottombar.png, layout=> }, "/images/bug.gif"=>Awestruct::Page{ 58158200: output_path=>/images/bug.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug.gif, layout=> }, "/images/bug2.gif"=>Awestruct::Page{ 58175940: output_path=>/images/bug2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bug2.gif, layout=> }, "/images/bullets.svg"=>Awestruct::Page{ 58185480: output_path=>/images/bullets.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/bullets.svg, layout=> }, "/images/butler.png"=>Awestruct::Page{ 58203220: output_path=>/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/butler.png, layout=> }, "/images/cc-license.png"=>Awestruct::Page{ 58196420: output_path=>/images/cc-license.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/cc-license.png, layout=> }, "/images/conference.gif"=>Awestruct::Page{ 58214160: output_path=>/images/conference.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.gif, layout=> }, "/images/conference.svg"=>Awestruct::Page{ 58223700: output_path=>/images/conference.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conference.svg, layout=> }, "/images/conferences/125x125.png"=>Awestruct::Page{ 58252100: output_path=>/images/conferences/125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/125x125.png, layout=> }, "/images/conferences/Jenkins-World_125x125.png"=>Awestruct::Page{ 58269600: output_path=>/images/conferences/Jenkins-World_125x125.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/Jenkins-World_125x125.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron.png"=>Awestruct::Page{ 58262580: output_path=>/images/conferences/jenkinsworld_jumbotron.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron.png, layout=> }, "/images/conferences/jenkinsworld_jumbotron_faded.png"=>Awestruct::Page{ 58280100: output_path=>/images/conferences/jenkinsworld_jumbotron_faded.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/jenkinsworld_jumbotron_faded.png, layout=> }, "/images/conferences/scale_14x.png"=>Awestruct::Page{ 58289420: output_path=>/images/conferences/scale_14x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/conferences/scale_14x.png, layout=> }, "/images/developer.gif"=>Awestruct::Page{ 58307140: output_path=>/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.gif, layout=> }, "/images/developer.svg"=>Awestruct::Page{ 58316680: output_path=>/images/developer.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/developer.svg, layout=> }, "/images/dir.png"=>Awestruct::Page{ 58334420: output_path=>/images/dir.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/dir.png, layout=> }, "/images/divider.png"=>Awestruct::Page{ 58327620: output_path=>/images/divider.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/divider.png, layout=> }, "/images/download.gif"=>Awestruct::Page{ 58345340: output_path=>/images/download.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.gif, layout=> }, "/images/download.png"=>Awestruct::Page{ 58354880: output_path=>/images/download.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.png, layout=> }, "/images/download.svg"=>Awestruct::Page{ 58372620: output_path=>/images/download.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/download.svg, layout=> }, "/images/full-pipeline.jpg"=>Awestruct::Page{ 58390320: output_path=>/images/full-pipeline.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-pipeline.jpg, layout=> }, "/images/full-whale-low.jpg"=>Awestruct::Page{ 58399840: output_path=>/images/full-whale-low.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/full-whale-low.jpg, layout=> }, "/images/getting-started-setup.png"=>Awestruct::Page{ 58393020: output_path=>/images/getting-started-setup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/getting-started-setup.png, layout=> }, "/images/header_logo.png"=>Awestruct::Page{ 58410760: output_path=>/images/header_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/header_logo.png, layout=> }, "/images/hello-world-pipeline.png"=>Awestruct::Page{ 58420280: output_path=>/images/hello-world-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/hello-world-pipeline.png, layout=> }, "/images/jams/OnlineMeetup/logo.png"=>Awestruct::Page{ 58451300: output_path=>/images/jams/OnlineMeetup/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo.png, layout=> }, "/images/jams/OnlineMeetup/logo_large.png"=>Awestruct::Page{ 58460420: output_path=>/images/jams/OnlineMeetup/logo_large.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/OnlineMeetup/logo_large.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.ai"=>Awestruct::Page{ 58488540: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.ai, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.ai, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo.svg"=>Awestruct::Page{ 58505860: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo.svg, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png"=>Awestruct::Page{ 58523180: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_1024px.png, layout=> }, "/images/jams/SevilleJAM/Seville-JAM_logo_text.svg"=>Awestruct::Page{ 58515960: output_path=>/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/SevilleJAM/Seville-JAM_logo_text.svg, layout=> }, "/images/jams/ToulouseJam/README/index.html"=>Awestruct::Page{ 58577980: output_path=>/images/jams/ToulouseJam/README/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/README.asciidoc, layout=> }, "/images/jams/ToulouseJam/toulousejam-all-layers.psd"=>Awestruct::Page{ 58699400: output_path=>/images/jams/ToulouseJam/toulousejam-all-layers.psd, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-all-layers.psd, layout=> }, "/images/jams/ToulouseJam/toulousejam-original-draft.png"=>Awestruct::Page{ 58716700: output_path=>/images/jams/ToulouseJam/toulousejam-original-draft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam-original-draft.png, layout=> }, "/images/jams/ToulouseJam/toulousejam.png"=>Awestruct::Page{ 58734020: output_path=>/images/jams/ToulouseJam/toulousejam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/ToulouseJam/toulousejam.png, layout=> }, "/images/jams/guadalahara.jpg"=>Awestruct::Page{ 58743340: output_path=>/images/jams/guadalahara.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/guadalahara.jpg, layout=> }, "/images/jams/jenkins_revolution.png"=>Awestruct::Page{ 58760840: output_path=>/images/jams/jenkins_revolution.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jams/jenkins_revolution.png, layout=> }, "/images/jar.png"=>Awestruct::Page{ 58754040: output_path=>/images/jar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jar.png, layout=> }, "/images/jenkins-20-banner.png"=>Awestruct::Page{ 58771760: output_path=>/images/jenkins-20-banner.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-20-banner.png, layout=> }, "/images/jenkins-happy-new-year.png"=>Awestruct::Page{ 58781280: output_path=>/images/jenkins-happy-new-year.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins-happy-new-year.png, layout=> }, "/images/jenkins_logo.png"=>Awestruct::Page{ 58799000: output_path=>/images/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jenkins_logo.png, layout=> }, "/images/jnlp-launch.png"=>Awestruct::Page{ 58808540: output_path=>/images/jnlp-launch.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/jnlp-launch.png, layout=> }, "/images/logo.png"=>Awestruct::Page{ 58826280: output_path=>/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo.png, layout=> }, "/images/logo_128.png"=>Awestruct::Page{ 58819480: output_path=>/images/logo_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_128.png, layout=> }, "/images/logo_head.png"=>Awestruct::Page{ 58837200: output_path=>/images/logo_head.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_head.png, layout=> }, "/images/logo_oracle_small.gif"=>Awestruct::Page{ 58846720: output_path=>/images/logo_oracle_small.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/logo_oracle_small.gif, layout=> }, "/images/navbar.png"=>Awestruct::Page{ 58875520: output_path=>/images/navbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/navbar.png, layout=> }, "/images/network-workgroup.png"=>Awestruct::Page{ 58868700: output_path=>/images/network-workgroup.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/network-workgroup.png, layout=> }, "/images/ninja_128.png"=>Awestruct::Page{ 58886440: output_path=>/images/ninja_128.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/ninja_128.png, layout=> }, "/images/os/COPYING"=>Awestruct::Page{ 58911800: output_path=>/images/os/COPYING, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/COPYING, layout=> }, "/images/os/freebsd.png"=>Awestruct::Page{ 58929340: output_path=>/images/os/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/freebsd.png, layout=> }, "/images/os/opensolaris.png"=>Awestruct::Page{ 58938680: output_path=>/images/os/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensolaris.png, layout=> }, "/images/os/opensuse.png"=>Awestruct::Page{ 58956220: output_path=>/images/os/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/opensuse.png, layout=> }, "/images/os/os_archlinux.png"=>Awestruct::Page{ 58973740: output_path=>/images/os/os_archlinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_archlinux.png, layout=> }, "/images/os/os_debian.png"=>Awestruct::Page{ 58966740: output_path=>/images/os/os_debian.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_debian.png, layout=> }, "/images/os/os_fedora.png"=>Awestruct::Page{ 58976100: output_path=>/images/os/os_fedora.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_fedora.png, layout=> }, "/images/os/os_freebsd.png"=>Awestruct::Page{ 58993620: output_path=>/images/os/os_freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_freebsd.png, layout=> }, "/images/os/os_gentoo.png"=>Awestruct::Page{ 59002960: output_path=>/images/os/os_gentoo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_gentoo.png, layout=> }, "/images/os/os_l4.png"=>Awestruct::Page{ 59020500: output_path=>/images/os/os_l4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_l4.png, layout=> }, "/images/os/os_linux.png"=>Awestruct::Page{ 59038040: output_path=>/images/os/os_linux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_linux.png, layout=> }, "/images/os/os_macosx.png"=>Awestruct::Page{ 59047380: output_path=>/images/os/os_macosx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_macosx.png, layout=> }, "/images/os/os_mandriva.png"=>Awestruct::Page{ 59040360: output_path=>/images/os/os_mandriva.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_mandriva.png, layout=> }, "/images/os/os_netbsd.png"=>Awestruct::Page{ 59057900: output_path=>/images/os/os_netbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netbsd.png, layout=> }, "/images/os/os_netware.png"=>Awestruct::Page{ 59067220: output_path=>/images/os/os_netware.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_netware.png, layout=> }, "/images/os/os_openbsd.png"=>Awestruct::Page{ 59084720: output_path=>/images/os/os_openbsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_openbsd.png, layout=> }, "/images/os/os_opensuse.png"=>Awestruct::Page{ 59102240: output_path=>/images/os/os_opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_opensuse.png, layout=> }, "/images/os/os_oracle.png"=>Awestruct::Page{ 59111580: output_path=>/images/os/os_oracle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oracle.png, layout=> }, "/images/os/os_oraclesolaris.png"=>Awestruct::Page{ 59129080: output_path=>/images/os/os_oraclesolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_oraclesolaris.png, layout=> }, "/images/os/os_os2_other.png"=>Awestruct::Page{ 59122060: output_path=>/images/os/os_os2_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2_other.png, layout=> }, "/images/os/os_os2ecs.png"=>Awestruct::Page{ 59131400: output_path=>/images/os/os_os2ecs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2ecs.png, layout=> }, "/images/os/os_os2warp3.png"=>Awestruct::Page{ 59148920: output_path=>/images/os/os_os2warp3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp3.png, layout=> }, "/images/os/os_os2warp4.png"=>Awestruct::Page{ 59166420: output_path=>/images/os/os_os2warp4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp4.png, layout=> }, "/images/os/os_os2warp45.png"=>Awestruct::Page{ 59175740: output_path=>/images/os/os_os2warp45.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_os2warp45.png, layout=> }, "/images/os/os_other.png"=>Awestruct::Page{ 59193280: output_path=>/images/os/os_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_other.png, layout=> }, "/images/os/os_qnx.png"=>Awestruct::Page{ 59202620: output_path=>/images/os/os_qnx.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_qnx.png, layout=> }, "/images/os/os_redhat.png"=>Awestruct::Page{ 59195620: output_path=>/images/os/os_redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_redhat.png, layout=> }, "/images/os/os_solaris.png"=>Awestruct::Page{ 59213140: output_path=>/images/os/os_solaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_solaris.png, layout=> }, "/images/os/os_turbolinux.png"=>Awestruct::Page{ 59230660: output_path=>/images/os/os_turbolinux.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_turbolinux.png, layout=> }, "/images/os/os_ubuntu.png"=>Awestruct::Page{ 59240000: output_path=>/images/os/os_ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_ubuntu.png, layout=> }, "/images/os/os_win_other.png"=>Awestruct::Page{ 59257520: output_path=>/images/os/os_win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_win_other.png, layout=> }, "/images/os/os_xandros.png"=>Awestruct::Page{ 59275040: output_path=>/images/os/os_xandros.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/os_xandros.png, layout=> }, "/images/os/other.png"=>Awestruct::Page{ 59284380: output_path=>/images/os/other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/other.png, layout=> }, "/images/os/readme.txt"=>Awestruct::Page{ 59277380: output_path=>/images/os/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/readme.txt, layout=> }, "/images/os/redhat.png"=>Awestruct::Page{ 59294920: output_path=>/images/os/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/redhat.png, layout=> }, "/images/os/ubuntu.png"=>Awestruct::Page{ 59304280: output_path=>/images/os/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/ubuntu.png, layout=> }, "/images/os/win_other.png"=>Awestruct::Page{ 59321820: output_path=>/images/os/win_other.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/os/win_other.png, layout=> }, "/images/patrons/cloudbees-certification.png"=>Awestruct::Page{ 59350140: output_path=>/images/patrons/cloudbees-certification.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-certification.png, layout=> }, "/images/patrons/cloudbees-jenkins-world-2016.png"=>Awestruct::Page{ 59343120: output_path=>/images/patrons/cloudbees-jenkins-world-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees-jenkins-world-2016.png, layout=> }, "/images/patrons/cloudbees.png"=>Awestruct::Page{ 59360640: output_path=>/images/patrons/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/cloudbees.png, layout=> }, "/images/patrons/jfrog.png"=>Awestruct::Page{ 59369960: output_path=>/images/patrons/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/jfrog.png, layout=> }, "/images/patrons/xebialabs.png"=>Awestruct::Page{ 59387480: output_path=>/images/patrons/xebialabs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs.png, layout=> }, "/images/patrons/xebialabs2.png"=>Awestruct::Page{ 59405000: output_path=>/images/patrons/xebialabs2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/patrons/xebialabs2.png, layout=> }, "/images/pipeline/jenkins-workflow.png"=>Awestruct::Page{ 59408860: output_path=>/images/pipeline/jenkins-workflow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/jenkins-workflow.png, layout=> }, "/images/pipeline/pipeline-editor.png"=>Awestruct::Page{ 59426380: output_path=>/images/pipeline/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-editor.png, layout=> }, "/images/pipeline/pipeline-sample.png"=>Awestruct::Page{ 59435700: output_path=>/images/pipeline/pipeline-sample.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/pipeline-sample.png, layout=> }, "/images/pipeline/realworld-pipeline-flow.png"=>Awestruct::Page{ 59453200: output_path=>/images/pipeline/realworld-pipeline-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/realworld-pipeline-flow.png, layout=> }, "/images/pipeline/snippet-generator.png"=>Awestruct::Page{ 59470720: output_path=>/images/pipeline/snippet-generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline/snippet-generator.png, layout=> }, "/images/pipeline-stage-view.png"=>Awestruct::Page{ 59480240: output_path=>/images/pipeline-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pipeline-stage-view.png, layout=> }, "/images/plugin.png"=>Awestruct::Page{ 59497960: output_path=>/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/plugin.png, layout=> }, "/images/pom.png"=>Awestruct::Page{ 59491160: output_path=>/images/pom.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/pom.png, layout=> }, "/images/post-images/1pear.png"=>Awestruct::Page{ 59515060: output_path=>/images/post-images/1pear.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/1pear.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-bb8.png"=>Awestruct::Page{ 59543320: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-bb8.png, layout=> }, "/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png"=>Awestruct::Page{ 59560640: output_path=>/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2015-community-survey/2016-survey-blog-strongbutler.png, layout=> }, "/images/post-images/2016-06-16/serial-vs-parallel.png"=>Awestruct::Page{ 59572560: output_path=>/images/post-images/2016-06-16/serial-vs-parallel.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial-vs-parallel.png, layout=> }, "/images/post-images/2016-06-16/serial.png"=>Awestruct::Page{ 59581680: output_path=>/images/post-images/2016-06-16/serial.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-16/serial.png, layout=> }, "/images/post-images/2016-06-30/rcov.png"=>Awestruct::Page{ 59609660: output_path=>/images/post-images/2016-06-30/rcov.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/rcov.png, layout=> }, "/images/post-images/2016-06-30/run-1.png"=>Awestruct::Page{ 59626980: output_path=>/images/post-images/2016-06-30/run-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-1.png, layout=> }, "/images/post-images/2016-06-30/run-2.png"=>Awestruct::Page{ 59644300: output_path=>/images/post-images/2016-06-30/run-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/run-2.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-1.png"=>Awestruct::Page{ 59678000: output_path=>/images/post-images/2016-06-30/snippet-generator-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-1.png, layout=> }, "/images/post-images/2016-06-30/snippet-generator-2.png"=>Awestruct::Page{ 59670780: output_path=>/images/post-images/2016-06-30/snippet-generator-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-06-30/snippet-generator-2.png, layout=> }, "/images/post-images/2016-07-15/email-config.png"=>Awestruct::Page{ 59690260: output_path=>/images/post-images/2016-07-15/email-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/email-config.png, layout=> }, "/images/post-images/2016-07-15/final.png"=>Awestruct::Page{ 59699380: output_path=>/images/post-images/2016-07-15/final.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/final.png, layout=> }, "/images/post-images/2016-07-15/hipchat-config.png"=>Awestruct::Page{ 59708500: output_path=>/images/post-images/2016-07-15/hipchat-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/hipchat-config.png, layout=> }, "/images/post-images/2016-07-15/notify-failed.png"=>Awestruct::Page{ 59725820: output_path=>/images/post-images/2016-07-15/notify-failed.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-failed.png, layout=> }, "/images/post-images/2016-07-15/notify-started-email.png"=>Awestruct::Page{ 59743120: output_path=>/images/post-images/2016-07-15/notify-started-email.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started-email.png, layout=> }, "/images/post-images/2016-07-15/notify-started.png"=>Awestruct::Page{ 59752240: output_path=>/images/post-images/2016-07-15/notify-started.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-started.png, layout=> }, "/images/post-images/2016-07-15/notify-successful.png"=>Awestruct::Page{ 59745020: output_path=>/images/post-images/2016-07-15/notify-successful.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/notify-successful.png, layout=> }, "/images/post-images/2016-07-15/slack-config.png"=>Awestruct::Page{ 59762340: output_path=>/images/post-images/2016-07-15/slack-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-07-15/slack-config.png, layout=> }, "/images/post-images/2016-08-03/JDL_pipeline.png"=>Awestruct::Page{ 59790600: output_path=>/images/post-images/2016-08-03/JDL_pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/JDL_pipeline.png, layout=> }, "/images/post-images/2016-08-03/environment_jenkinsfile.png"=>Awestruct::Page{ 59807920: output_path=>/images/post-images/2016-08-03/environment_jenkinsfile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-03/environment_jenkinsfile.png, layout=> }, "/images/post-images/2016-08-29/freestyle-1.png"=>Awestruct::Page{ 59835540: output_path=>/images/post-images/2016-08-29/freestyle-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-1.png, layout=> }, "/images/post-images/2016-08-29/freestyle-2.png"=>Awestruct::Page{ 59820080: output_path=>/images/post-images/2016-08-29/freestyle-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-2.png, layout=> }, "/images/post-images/2016-08-29/freestyle-3.png"=>Awestruct::Page{ 59853780: output_path=>/images/post-images/2016-08-29/freestyle-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/freestyle-3.png, layout=> }, "/images/post-images/2016-08-29/pipeline-report.png"=>Awestruct::Page{ 59862900: output_path=>/images/post-images/2016-08-29/pipeline-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-report.png, layout=> }, "/images/post-images/2016-08-29/pipeline-results.png"=>Awestruct::Page{ 59872020: output_path=>/images/post-images/2016-08-29/pipeline-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/pipeline-results.png, layout=> }, "/images/post-images/2016-08-29/platforms-report.png"=>Awestruct::Page{ 59881160: output_path=>/images/post-images/2016-08-29/platforms-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-report.png, layout=> }, "/images/post-images/2016-08-29/platforms-results.png"=>Awestruct::Page{ 59898480: output_path=>/images/post-images/2016-08-29/platforms-results.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/platforms-results.png, layout=> }, "/images/post-images/2016-08-29/sauce-details.png"=>Awestruct::Page{ 59915800: output_path=>/images/post-images/2016-08-29/sauce-details.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/sauce-details.png, layout=> }, "/images/post-images/2016-08-29/tests-report.png"=>Awestruct::Page{ 59908580: output_path=>/images/post-images/2016-08-29/tests-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-08-29/tests-report.png, layout=> }, "/images/post-images/2016-10-27/job-10-summary.png"=>Awestruct::Page{ 59952160: output_path=>/images/post-images/2016-10-27/job-10-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-10-summary.png, layout=> }, "/images/post-images/2016-10-27/job-12-summary.png"=>Awestruct::Page{ 59961300: output_path=>/images/post-images/2016-10-27/job-12-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-12-summary.png, layout=> }, "/images/post-images/2016-10-27/job-17-summary.png"=>Awestruct::Page{ 59970420: output_path=>/images/post-images/2016-10-27/job-17-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-17-summary.png, layout=> }, "/images/post-images/2016-10-27/job-18-report.png"=>Awestruct::Page{ 59979540: output_path=>/images/post-images/2016-10-27/job-18-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-18-report.png, layout=> }, "/images/post-images/2016-10-27/job-19-summary.png"=>Awestruct::Page{ 59988660: output_path=>/images/post-images/2016-10-27/job-19-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-19-summary.png, layout=> }, "/images/post-images/2016-10-27/job-7-console.png"=>Awestruct::Page{ 60005980: output_path=>/images/post-images/2016-10-27/job-7-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-console.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome-test1.png"=>Awestruct::Page{ 59998760: output_path=>/images/post-images/2016-10-27/job-7-report-chrome-test1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome-test1.png, layout=> }, "/images/post-images/2016-10-27/job-7-report-chrome.png"=>Awestruct::Page{ 60016080: output_path=>/images/post-images/2016-10-27/job-7-report-chrome.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report-chrome.png, layout=> }, "/images/post-images/2016-10-27/job-7-report.png"=>Awestruct::Page{ 60025200: output_path=>/images/post-images/2016-10-27/job-7-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-report.png, layout=> }, "/images/post-images/2016-10-27/job-7-summary.png"=>Awestruct::Page{ 60042520: output_path=>/images/post-images/2016-10-27/job-7-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-7-summary.png, layout=> }, "/images/post-images/2016-10-27/job-8-console.png"=>Awestruct::Page{ 60051640: output_path=>/images/post-images/2016-10-27/job-8-console.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-console.png, layout=> }, "/images/post-images/2016-10-27/job-8-summary.png"=>Awestruct::Page{ 60068940: output_path=>/images/post-images/2016-10-27/job-8-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-8-summary.png, layout=> }, "/images/post-images/2016-10-27/job-9-summary.png"=>Awestruct::Page{ 60086260: output_path=>/images/post-images/2016-10-27/job-9-summary.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-10-27/job-9-summary.png, layout=> }, "/images/post-images/2016-in-review/jam-worldwide-2016.png"=>Awestruct::Page{ 60114680: output_path=>/images/post-images/2016-in-review/jam-worldwide-2016.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-in-review/jam-worldwide-2016.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/android-pipeline.png"=>Awestruct::Page{ 60133480: output_path=>/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/android-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg"=>Awestruct::Page{ 60150780: output_path=>/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/blue-ocean-sticker.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/contributors.jpg"=>Awestruct::Page{ 60168100: output_path=>/images/post-images/2016-jenkins-world-wrap/contributors.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/contributors.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png"=>Awestruct::Page{ 60177220: output_path=>/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/declarative-pipeline.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg"=>Awestruct::Page{ 60186340: output_path=>/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/demo-crowd.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-0.jpg"=>Awestruct::Page{ 60179120: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-0.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-1.jpg"=>Awestruct::Page{ 60188240: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-1.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-2.jpg"=>Awestruct::Page{ 60197360: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-2.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-3.jpg"=>Awestruct::Page{ 60214680: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-3.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/experts-4.jpg"=>Awestruct::Page{ 60223800: output_path=>/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/experts-4.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png"=>Awestruct::Page{ 60241120: output_path=>/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/faster-pipelines-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png"=>Awestruct::Page{ 60258440: output_path=>/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/google-summer-of-code.png, layout=> }, "/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg"=>Awestruct::Page{ 60267560: output_path=>/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/jenkins-world-banner-pic.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg"=>Awestruct::Page{ 60284880: output_path=>/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/kohsuke-keynote.jpg, layout=> }, "/images/post-images/2016-jenkins-world-wrap/mural-end.jpg"=>Awestruct::Page{ 60277660: output_path=>/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jenkins-world-wrap/mural-end.jpg, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png"=>Awestruct::Page{ 60322340: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-all.png, layout=> }, "/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png"=>Awestruct::Page{ 60331360: output_path=>/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2016-jvm-versions/2016-jvm-stats-only-2.x.png, layout=> }, "/images/post-images/2017-01-02/plugin-configuration.png"=>Awestruct::Page{ 60335200: output_path=>/images/post-images/2017-01-02/plugin-configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-02/plugin-configuration.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-config.png"=>Awestruct::Page{ 60355180: output_path=>/images/post-images/2017-01-19/freestyle-conditional-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-config.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-long-full.png"=>Awestruct::Page{ 60372500: output_path=>/images/post-images/2017-01-19/freestyle-conditional-long-full.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-long-full.png, layout=> }, "/images/post-images/2017-01-19/freestyle-conditional-param.png"=>Awestruct::Page{ 60389820: output_path=>/images/post-images/2017-01-19/freestyle-conditional-param.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/2017-01-19/freestyle-conditional-param.png, layout=> }, "/images/post-images/5pears.png"=>Awestruct::Page{ 60399140: output_path=>/images/post-images/5pears.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/5pears.png, layout=> }, "/images/post-images/95th-percentile.png"=>Awestruct::Page{ 60392120: output_path=>/images/post-images/95th-percentile.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/95th-percentile.png, layout=> }, "/images/post-images/Jenkins-World-logo.png"=>Awestruct::Page{ 60409640: output_path=>/images/post-images/Jenkins-World-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Jenkins-World-logo.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png"=>Awestruct::Page{ 60426920: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.23.34 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png"=>Awestruct::Page{ 60436000: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.35 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png"=>Awestruct::Page{ 60453280: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.24.51 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png"=>Awestruct::Page{ 60462360: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.27.57 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png"=>Awestruct::Page{ 60479620: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.37.08 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png"=>Awestruct::Page{ 60496900: output_path=>/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-08 at 4.42.44 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png"=>Awestruct::Page{ 60505980: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.02 PM.png, layout=> }, "/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png"=>Awestruct::Page{ 60498720: output_path=>/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/Screen Shot 2016-11-09 at 3.36.27 PM.png, layout=> }, "/images/post-images/alpha3/alpha3_adminuser.png"=>Awestruct::Page{ 60534880: output_path=>/images/post-images/alpha3/alpha3_adminuser.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_adminuser.png, layout=> }, "/images/post-images/alpha3/alpha3_complete.png"=>Awestruct::Page{ 60544000: output_path=>/images/post-images/alpha3/alpha3_complete.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_complete.png, layout=> }, "/images/post-images/alpha3/alpha3_configuration.png"=>Awestruct::Page{ 60561300: output_path=>/images/post-images/alpha3/alpha3_configuration.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_configuration.png, layout=> }, "/images/post-images/alpha3/alpha3_suggested_plugins.png"=>Awestruct::Page{ 60570420: output_path=>/images/post-images/alpha3/alpha3_suggested_plugins.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_suggested_plugins.png, layout=> }, "/images/post-images/alpha3/alpha3_unlock.png"=>Awestruct::Page{ 60587740: output_path=>/images/post-images/alpha3/alpha3_unlock.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/alpha3/alpha3_unlock.png, layout=> }, "/images/post-images/aws/EuPvQdU.jpg"=>Awestruct::Page{ 60615380: output_path=>/images/post-images/aws/EuPvQdU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/EuPvQdU.jpg, layout=> }, "/images/post-images/aws/Mh9TabQ.jpg"=>Awestruct::Page{ 60624500: output_path=>/images/post-images/aws/Mh9TabQ.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/Mh9TabQ.jpg, layout=> }, "/images/post-images/aws/MtvaRLU.jpg"=>Awestruct::Page{ 60633620: output_path=>/images/post-images/aws/MtvaRLU.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/MtvaRLU.jpg, layout=> }, "/images/post-images/aws/P2eIB08.jpg"=>Awestruct::Page{ 60642740: output_path=>/images/post-images/aws/P2eIB08.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/P2eIB08.jpg, layout=> }, "/images/post-images/aws/bidadvisor.png"=>Awestruct::Page{ 60651860: output_path=>/images/post-images/aws/bidadvisor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/bidadvisor.png, layout=> }, "/images/post-images/aws/fk65vh7.jpg"=>Awestruct::Page{ 60669180: output_path=>/images/post-images/aws/fk65vh7.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/fk65vh7.jpg, layout=> }, "/images/post-images/aws/iOfvSD8.jpg"=>Awestruct::Page{ 60661960: output_path=>/images/post-images/aws/iOfvSD8.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/iOfvSD8.jpg, layout=> }, "/images/post-images/aws/oCkHRu5.jpg"=>Awestruct::Page{ 60671080: output_path=>/images/post-images/aws/oCkHRu5.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/oCkHRu5.jpg, layout=> }, "/images/post-images/aws/wDW63sm.jpg"=>Awestruct::Page{ 60688400: output_path=>/images/post-images/aws/wDW63sm.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/aws/wDW63sm.jpg, layout=> }, "/images/post-images/blue-ocean-girl.png"=>Awestruct::Page{ 60705920: output_path=>/images/post-images/blue-ocean-girl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blue-ocean-girl.png, layout=> }, "/images/post-images/blueocean/failing-pipeline.png"=>Awestruct::Page{ 60733200: output_path=>/images/post-images/blueocean/failing-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/failing-pipeline.png, layout=> }, "/images/post-images/blueocean/github-pipeline-status.png"=>Awestruct::Page{ 60742340: output_path=>/images/post-images/blueocean/github-pipeline-status.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/github-pipeline-status.png, layout=> }, "/images/post-images/blueocean/jdl.png"=>Awestruct::Page{ 60759660: output_path=>/images/post-images/blueocean/jdl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/jdl.png, layout=> }, "/images/post-images/blueocean/personalized-dashboard.png"=>Awestruct::Page{ 60752440: output_path=>/images/post-images/blueocean/personalized-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/personalized-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-activity.png"=>Awestruct::Page{ 60769760: output_path=>/images/post-images/blueocean/pipeline-activity.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-activity.png, layout=> }, "/images/post-images/blueocean/pipeline-branches.png"=>Awestruct::Page{ 60778900: output_path=>/images/post-images/blueocean/pipeline-branches.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-branches.png, layout=> }, "/images/post-images/blueocean/pipeline-dashboard.png"=>Awestruct::Page{ 60796220: output_path=>/images/post-images/blueocean/pipeline-dashboard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-dashboard.png, layout=> }, "/images/post-images/blueocean/pipeline-editor.png"=>Awestruct::Page{ 60805340: output_path=>/images/post-images/blueocean/pipeline-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-editor.png, layout=> }, "/images/post-images/blueocean/pipeline-run.png"=>Awestruct::Page{ 60822660: output_path=>/images/post-images/blueocean/pipeline-run.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pipeline-run.png, layout=> }, "/images/post-images/blueocean/pr-view.png"=>Awestruct::Page{ 60839980: output_path=>/images/post-images/blueocean/pr-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/pr-view.png, layout=> }, "/images/post-images/blueocean/successful-pipeline.png"=>Awestruct::Page{ 60849100: output_path=>/images/post-images/blueocean/successful-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/successful-pipeline.png, layout=> }, "/images/post-images/blueocean/weather-icons.png"=>Awestruct::Page{ 60866420: output_path=>/images/post-images/blueocean/weather-icons.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean/weather-icons.png, layout=> }, "/images/post-images/blueocean-dev-log/gui-editor.png"=>Awestruct::Page{ 60870160: output_path=>/images/post-images/blueocean-dev-log/gui-editor.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/gui-editor.png, layout=> }, "/images/post-images/blueocean-dev-log/start-with-parameters.png"=>Awestruct::Page{ 60887460: output_path=>/images/post-images/blueocean-dev-log/start-with-parameters.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/blueocean-dev-log/start-with-parameters.png, layout=> }, "/images/post-images/dhc/dhc-1-interface-big.png"=>Awestruct::Page{ 60914960: output_path=>/images/post-images/dhc/dhc-1-interface-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface-big.png, layout=> }, "/images/post-images/dhc/dhc-1-interface.png"=>Awestruct::Page{ 60907740: output_path=>/images/post-images/dhc/dhc-1-interface.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-1-interface.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions-big.png"=>Awestruct::Page{ 60925040: output_path=>/images/post-images/dhc/dhc-2-assertions-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions-big.png, layout=> }, "/images/post-images/dhc/dhc-2-assertions.png"=>Awestruct::Page{ 60942360: output_path=>/images/post-images/dhc/dhc-2-assertions.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-2-assertions.png, layout=> }, "/images/post-images/dhc/dhc-3-export-big.png"=>Awestruct::Page{ 60951480: output_path=>/images/post-images/dhc/dhc-3-export-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export-big.png, layout=> }, "/images/post-images/dhc/dhc-3-export.png"=>Awestruct::Page{ 60968780: output_path=>/images/post-images/dhc/dhc-3-export.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-3-export.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario-big.png"=>Awestruct::Page{ 60977900: output_path=>/images/post-images/dhc/dhc-4-scenario-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario-big.png, layout=> }, "/images/post-images/dhc/dhc-4-scenario.png"=>Awestruct::Page{ 60995220: output_path=>/images/post-images/dhc/dhc-4-scenario.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-4-scenario.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report-big.png"=>Awestruct::Page{ 61012520: output_path=>/images/post-images/dhc/dhc-5-jenkins-report-big.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report-big.png, layout=> }, "/images/post-images/dhc/dhc-5-jenkins-report.png"=>Awestruct::Page{ 61021640: output_path=>/images/post-images/dhc/dhc-5-jenkins-report.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/dhc/dhc-5-jenkins-report.png, layout=> }, "/images/post-images/ewm/ewm-config.png"=>Awestruct::Page{ 61049680: output_path=>/images/post-images/ewm/ewm-config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/ewm-config.png, layout=> }, "/images/post-images/ewm/global-custom-workspace-path.png"=>Awestruct::Page{ 61058800: output_path=>/images/post-images/ewm/global-custom-workspace-path.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-custom-workspace-path.png, layout=> }, "/images/post-images/ewm/global-disk-allocation-strategy.png"=>Awestruct::Page{ 61067940: output_path=>/images/post-images/ewm/global-disk-allocation-strategy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/global-disk-allocation-strategy.png, layout=> }, "/images/post-images/ewm/restriction-by-job-name.png"=>Awestruct::Page{ 61077060: output_path=>/images/post-images/ewm/restriction-by-job-name.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-job-name.png, layout=> }, "/images/post-images/ewm/restriction-by-user.png"=>Awestruct::Page{ 61086180: output_path=>/images/post-images/ewm/restriction-by-user.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ewm/restriction-by-user.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png"=>Awestruct::Page{ 61114500: output_path=>/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/freestyle-pipeline.png, layout=> }, "/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png"=>Awestruct::Page{ 61123620: output_path=>/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/freestyle-to-pipeline-2016/stats-pipeline.png, layout=> }, "/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61142700: output_path=>/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-bulkstats-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png"=>Awestruct::Page{ 61151840: output_path=>/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyA-red-parallelgc.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61169160: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png"=>Awestruct::Page{ 61161940: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1-explicitremoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyB-g1.png"=>Awestruct::Page{ 61179260: output_path=>/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyB-g1.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61188400: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gc-tuning/s-duration-CompanyC-g1.png"=>Awestruct::Page{ 61205720: output_path=>/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-duration-CompanyC-g1.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 61223040: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png"=>Awestruct::Page{ 61232180: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyB-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png"=>Awestruct::Page{ 61249500: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-NOEXPLICIT-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png"=>Awestruct::Page{ 61266820: output_path=>/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-gccauses-CompanyC-g1-highlighted.png, layout=> }, "/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png"=>Awestruct::Page{ 61275960: output_path=>/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gc-tuning/s-younggen-CompanyC-g1-ExplicitRemoved.png, layout=> }, "/images/post-images/gsoc-job-config/changing-help.gif"=>Awestruct::Page{ 61303980: output_path=>/images/post-images/gsoc-job-config/changing-help.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/changing-help.gif, layout=> }, "/images/post-images/gsoc-job-config/credentials-grouping.jpg"=>Awestruct::Page{ 61313120: output_path=>/images/post-images/gsoc-job-config/credentials-grouping.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/credentials-grouping.jpg, layout=> }, "/images/post-images/gsoc-job-config/current-popup.gif"=>Awestruct::Page{ 61322240: output_path=>/images/post-images/gsoc-job-config/current-popup.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/current-popup.gif, layout=> }, "/images/post-images/gsoc-job-config/popup-window.gif"=>Awestruct::Page{ 61331360: output_path=>/images/post-images/gsoc-job-config/popup-window.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/popup-window.gif, layout=> }, "/images/post-images/gsoc-job-config/removing-views.jpg"=>Awestruct::Page{ 61340480: output_path=>/images/post-images/gsoc-job-config/removing-views.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-job-config/removing-views.jpg, layout=> }, "/images/post-images/gsoc-support-core-plugin/config.png"=>Awestruct::Page{ 61368600: output_path=>/images/post-images/gsoc-support-core-plugin/config.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/config.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/downloadBundles.png"=>Awestruct::Page{ 61377720: output_path=>/images/post-images/gsoc-support-core-plugin/downloadBundles.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/downloadBundles.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/generate-bundle.png"=>Awestruct::Page{ 61386840: output_path=>/images/post-images/gsoc-support-core-plugin/generate-bundle.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/generate-bundle.png, layout=> }, "/images/post-images/gsoc-support-core-plugin/home.png"=>Awestruct::Page{ 61395980: output_path=>/images/post-images/gsoc-support-core-plugin/home.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/gsoc-support-core-plugin/home.png, layout=> }, "/images/post-images/jenkins-master.png"=>Awestruct::Page{ 61405300: output_path=>/images/post-images/jenkins-master.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-master.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/hooks.png"=>Awestruct::Page{ 61432920: output_path=>/images/post-images/jenkins-pipeline-scalability/hooks.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/hooks.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/jobs.png"=>Awestruct::Page{ 61442040: output_path=>/images/post-images/jenkins-pipeline-scalability/jobs.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/jobs.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/journey.png"=>Awestruct::Page{ 61451160: output_path=>/images/post-images/jenkins-pipeline-scalability/journey.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/journey.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/modes.png"=>Awestruct::Page{ 61460280: output_path=>/images/post-images/jenkins-pipeline-scalability/modes.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/modes.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/properties.png"=>Awestruct::Page{ 61477600: output_path=>/images/post-images/jenkins-pipeline-scalability/properties.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/properties.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/responsibilities.png"=>Awestruct::Page{ 61486720: output_path=>/images/post-images/jenkins-pipeline-scalability/responsibilities.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/responsibilities.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-now.png"=>Awestruct::Page{ 61504020: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-now.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-now.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png"=>Awestruct::Page{ 61513140: output_path=>/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/seed-pipeline.png, layout=> }, "/images/post-images/jenkins-pipeline-scalability/thousands.png"=>Awestruct::Page{ 61505920: output_path=>/images/post-images/jenkins-pipeline-scalability/thousands.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-pipeline-scalability/thousands.png, layout=> }, "/images/post-images/jenkins-run-python.png"=>Awestruct::Page{ 61523440: output_path=>/images/post-images/jenkins-run-python.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins-run-python.png, layout=> }, "/images/post-images/jenkins2-snippetizer-demo.png"=>Awestruct::Page{ 61540940: output_path=>/images/post-images/jenkins2-snippetizer-demo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jenkins2-snippetizer-demo.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png"=>Awestruct::Page{ 61585300: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png"=>Awestruct::Page{ 61594420: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-1.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png"=>Awestruct::Page{ 61603560: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-2.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png"=>Awestruct::Page{ 61596340: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-3.png, layout=> }, "/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png"=>Awestruct::Page{ 61605460: output_path=>/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-aquient/jw-speaker-blog-aquilent-4.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins1.png"=>Awestruct::Page{ 61650120: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins1.png, layout=> }, "/images/post-images/jw-speaker-blog-goodgame/jenkins2.png"=>Awestruct::Page{ 61659240: output_path=>/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/jw-speaker-blog-goodgame/jenkins2.png, layout=> }, "/images/post-images/kj187_Dashboard_2_i4wkw6.png"=>Awestruct::Page{ 61668560: output_path=>/images/post-images/kj187_Dashboard_2_i4wkw6.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/kj187_Dashboard_2_i4wkw6.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG"=>Awestruct::Page{ 61672000: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_0999.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG"=>Awestruct::Page{ 61689320: output_path=>/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/IMG_1004.JPG, layout=> }, "/images/post-images/monthly-jam-nov-2016/melbourne.png"=>Awestruct::Page{ 61698440: output_path=>/images/post-images/monthly-jam-nov-2016/melbourne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/melbourne.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-jam.png"=>Awestruct::Page{ 61715760: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-jam.png, layout=> }, "/images/post-images/monthly-jam-nov-2016/singapore-prep.png"=>Awestruct::Page{ 61724900: output_path=>/images/post-images/monthly-jam-nov-2016/singapore-prep.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/monthly-jam-nov-2016/singapore-prep.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow-small.png"=>Awestruct::Page{ 61753020: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/complex-cd-flow.png"=>Awestruct::Page{ 61762160: output_path=>/images/post-images/need-for-pipeline/complex-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/complex-cd-flow.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow-small.png"=>Awestruct::Page{ 61771280: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow-small.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow-small.png, layout=> }, "/images/post-images/need-for-pipeline/simple-cd-flow.png"=>Awestruct::Page{ 61780400: output_path=>/images/post-images/need-for-pipeline/simple-cd-flow.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/need-for-pipeline/simple-cd-flow.png, layout=> }, "/images/post-images/pipeline-as-code-for-hardware/connectBoard.png"=>Awestruct::Page{ 61784240: output_path=>/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-as-code-for-hardware/connectBoard.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/aquilent.png"=>Awestruct::Page{ 61820420: output_path=>/images/post-images/pipeline-at-jenkinsworld/aquilent.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/aquilent.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/jfrog.png"=>Awestruct::Page{ 61829540: output_path=>/images/post-images/pipeline-at-jenkinsworld/jfrog.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/jfrog.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg"=>Awestruct::Page{ 61846860: output_path=>/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/nextsource_logo.jpg, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/perforce.png"=>Awestruct::Page{ 61855980: output_path=>/images/post-images/pipeline-at-jenkinsworld/perforce.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/perforce.png, layout=> }, "/images/post-images/pipeline-at-jenkinsworld/redhat.png"=>Awestruct::Page{ 61873280: output_path=>/images/post-images/pipeline-at-jenkinsworld/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/pipeline-at-jenkinsworld/redhat.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png"=>Awestruct::Page{ 61901400: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-brakeman.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png"=>Awestruct::Page{ 61910520: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-pipeline.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png"=>Awestruct::Page{ 61919640: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-stage-view.png, layout=> }, "/images/post-images/ruby-pipeline-2016/cfpapp-tests.png"=>Awestruct::Page{ 61928780: output_path=>/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/ruby-pipeline-2016/cfpapp-tests.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png"=>Awestruct::Page{ 61932000: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/159px-National_Public_Radio_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png"=>Awestruct::Page{ 61949180: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/272px-Google_2015_logo.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png"=>Awestruct::Page{ 61958300: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/320px-CloudBees_official_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png"=>Awestruct::Page{ 61975500: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/93px-RedHat.svg.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png"=>Awestruct::Page{ 61992800: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/Riot_Games_logo.png, layout=> }, "/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif"=>Awestruct::Page{ 62001920: output_path=>/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/scaling-jenkins-at-jenkinsworld/splunk-logo-300x100.gif, layout=> }, "/images/post-images/state-of-jam-2016/JAM-map.png"=>Awestruct::Page{ 62029700: output_path=>/images/post-images/state-of-jam-2016/JAM-map.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAM-map.png, layout=> }, "/images/post-images/state-of-jam-2016/JAMs-over-time.png"=>Awestruct::Page{ 62022480: output_path=>/images/post-images/state-of-jam-2016/JAMs-over-time.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/JAMs-over-time.png, layout=> }, "/images/post-images/state-of-jam-2016/barcelona-jam.png"=>Awestruct::Page{ 62039800: output_path=>/images/post-images/state-of-jam-2016/barcelona-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/barcelona-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/peru-jam.png"=>Awestruct::Page{ 62057120: output_path=>/images/post-images/state-of-jam-2016/peru-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/peru-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/seville-jam.png"=>Awestruct::Page{ 62066240: output_path=>/images/post-images/state-of-jam-2016/seville-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/seville-jam.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam-2.png"=>Awestruct::Page{ 62083560: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam-2.png, layout=> }, "/images/post-images/state-of-jam-2016/toulouse-jam.png"=>Awestruct::Page{ 62100880: output_path=>/images/post-images/state-of-jam-2016/toulouse-jam.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/state-of-jam-2016/toulouse-jam.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png"=>Awestruct::Page{ 62104320: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/05_snippet_generator_archive.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png"=>Awestruct::Page{ 62121640: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/10_snippet_generator.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png"=>Awestruct::Page{ 62130780: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/15_archive_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png"=>Awestruct::Page{ 62148100: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/20_gatling_metastep_snippet.png, layout=> }, "/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png"=>Awestruct::Page{ 62165420: output_path=>/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/post-images/update-plugin-for-pipeline-tutorial/25_gatling_project_page.png, layout=> }, "/images/protect.gif"=>Awestruct::Page{ 62174980: output_path=>/images/protect.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/protect.gif, layout=> }, "/images/railyard.jpg"=>Awestruct::Page{ 62192720: output_path=>/images/railyard.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/railyard.jpg, layout=> }, "/images/rfe.gif"=>Awestruct::Page{ 62185920: output_path=>/images/rfe.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe.gif, layout=> }, "/images/rfe2.gif"=>Awestruct::Page{ 62203660: output_path=>/images/rfe2.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/rfe2.gif, layout=> }, "/images/solution-images/jenkins-chart-nosetests.png"=>Awestruct::Page{ 62248160: output_path=>/images/solution-images/jenkins-chart-nosetests.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-nosetests.png, layout=> }, "/images/solution-images/jenkins-chart-pylint.png"=>Awestruct::Page{ 62257500: output_path=>/images/solution-images/jenkins-chart-pylint.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-chart-pylint.png, layout=> }, "/images/solution-images/jenkins-github-oauth-enable.png"=>Awestruct::Page{ 62266820: output_path=>/images/solution-images/jenkins-github-oauth-enable.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-oauth-enable.png, layout=> }, "/images/solution-images/jenkins-github-services.png"=>Awestruct::Page{ 62259800: output_path=>/images/solution-images/jenkins-github-services.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-github-services.png, layout=> }, "/images/solution-images/jenkins-gradle-step.png"=>Awestruct::Page{ 62269120: output_path=>/images/solution-images/jenkins-gradle-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-gradle-step.png, layout=> }, "/images/solution-images/jenkins-maven-step.png"=>Awestruct::Page{ 62278440: output_path=>/images/solution-images/jenkins-maven-step.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/jenkins-maven-step.png, layout=> }, "/images/solution-images/junit-rspec-postbuild-action.png"=>Awestruct::Page{ 62295960: output_path=>/images/solution-images/junit-rspec-postbuild-action.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-postbuild-action.png, layout=> }, "/images/solution-images/junit-rspec-trend.png"=>Awestruct::Page{ 62313480: output_path=>/images/solution-images/junit-rspec-trend.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/solution-images/junit-rspec-trend.png, layout=> }, "/images/sponsors/cloudbees.png"=>Awestruct::Page{ 62317340: output_path=>/images/sponsors/cloudbees.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/cloudbees.png, layout=> }, "/images/sponsors/microsoft.png"=>Awestruct::Page{ 62334860: output_path=>/images/sponsors/microsoft.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/microsoft.png, layout=> }, "/images/sponsors/osuosl.png"=>Awestruct::Page{ 62344180: output_path=>/images/sponsors/osuosl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/osuosl.png, layout=> }, "/images/sponsors/rackspace.png"=>Awestruct::Page{ 62361680: output_path=>/images/sponsors/rackspace.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/rackspace.png, layout=> }, "/images/sponsors/redhat.png"=>Awestruct::Page{ 62379200: output_path=>/images/sponsors/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sponsors/redhat.png, layout=> }, "/images/sub.png"=>Awestruct::Page{ 62388740: output_path=>/images/sub.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sub.png, layout=> }, "/images/sun_small_bw.gif"=>Awestruct::Page{ 62406460: output_path=>/images/sun_small_bw.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sun_small_bw.gif, layout=> }, "/images/sunnyblueocean.png"=>Awestruct::Page{ 62399640: output_path=>/images/sunnyblueocean.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/sunnyblueocean.png, layout=> }, "/images/user.gif"=>Awestruct::Page{ 62409180: output_path=>/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.gif, layout=> }, "/images/user.svg"=>Awestruct::Page{ 62426920: output_path=>/images/user.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/user.svg, layout=> }, "/images/visitor.gif"=>Awestruct::Page{ 62444640: output_path=>/images/visitor.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.gif, layout=> }, "/images/visitor.svg"=>Awestruct::Page{ 62454180: output_path=>/images/visitor.svg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/visitor.svg, layout=> }, "/images/webstart.gif"=>Awestruct::Page{ 62471920: output_path=>/images/webstart.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/webstart.gif, layout=> }, "/images/whale_1030x500.jpg"=>Awestruct::Page{ 62465100: output_path=>/images/whale_1030x500.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/whale_1030x500.jpg, layout=> }, "/images/xml.png"=>Awestruct::Page{ 62482820: output_path=>/images/xml.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/images/xml.png, layout=> }, "/index.html"=>Awestruct::Page{ 62492700: output_path=>/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/index.html.haml, layout=>default }, "/infra/ci-redirects/index.html"=>Awestruct::Page{ 62758020: output_path=>/infra/ci-redirects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/infra/ci-redirects.adoc, layout=>simplepage }, "/jenkins.jnlp"=>Awestruct::Page{ 62968440: output_path=>/jenkins.jnlp, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/jenkins.jnlp, layout=> }, "/js/cjp-grid.js"=>Awestruct::Page{ 62973540: output_path=>/js/cjp-grid.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/cjp-grid.js, layout=> }, "/js/featured-service.json"=>Awestruct::Page{ 63128240: output_path=>/js/featured-service.json, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/featured-service.json, layout=> }, "/js/plguinlist-service.js"=>Awestruct::Page{ 63146580: output_path=>/js/plguinlist-service.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/js/plguinlist-service.js, layout=> }, "/license/index.html"=>Awestruct::Page{ 63213380: output_path=>/license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/license/index.md, layout=>post }, "/maven.jenkins-ci.org-logo.png"=>Awestruct::Page{ 63451200: output_path=>/maven.jenkins-ci.org-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/maven.jenkins-ci.org-logo.png, layout=> }, "/meetings/index.html"=>Awestruct::Page{ 63463980: output_path=>/meetings/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/meetings/index.md, layout=>post }, "/mit-license/index.html"=>Awestruct::Page{ 63713620: output_path=>/mit-license/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/mit-license/index.md, layout=>refresh }, "/node/1/index.html"=>Awestruct::Page{ 63910160: output_path=>/node/1/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/1/index.md, layout=>refresh }, "/node/13/index.html"=>Awestruct::Page{ 64041660: output_path=>/node/13/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/13/index.md, layout=>refresh }, "/node/146/index.html"=>Awestruct::Page{ 64164960: output_path=>/node/146/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/146/index.md, layout=>refresh }, "/node/147/index.html"=>Awestruct::Page{ 64288280: output_path=>/node/147/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/147/index.md, layout=>refresh }, "/node/148/index.html"=>Awestruct::Page{ 64419760: output_path=>/node/148/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/148/index.md, layout=>refresh }, "/node/149/index.html"=>Awestruct::Page{ 64543060: output_path=>/node/149/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/149/index.md, layout=>refresh }, "/node/150/index.html"=>Awestruct::Page{ 64666360: output_path=>/node/150/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/150/index.md, layout=>refresh }, "/node/151/index.html"=>Awestruct::Page{ 64797880: output_path=>/node/151/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/151/index.md, layout=>refresh }, "/node/152/index.html"=>Awestruct::Page{ 64921180: output_path=>/node/152/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/152/index.md, layout=>refresh }, "/node/154/index.html"=>Awestruct::Page{ 65028120: output_path=>/node/154/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/154/index.md, layout=>refresh }, "/node/156/index.html"=>Awestruct::Page{ 65151400: output_path=>/node/156/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/156/index.md, layout=>refresh }, "/node/158/index.html"=>Awestruct::Page{ 65282920: output_path=>/node/158/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/158/index.md, layout=>refresh }, "/node/159/index.html"=>Awestruct::Page{ 65406220: output_path=>/node/159/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/159/index.md, layout=>refresh }, "/node/160/index.html"=>Awestruct::Page{ 65529540: output_path=>/node/160/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/160/index.md, layout=>refresh }, "/node/161/index.html"=>Awestruct::Page{ 65661000: output_path=>/node/161/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/161/index.md, layout=>refresh }, "/node/162/index.html"=>Awestruct::Page{ 65784320: output_path=>/node/162/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/162/index.md, layout=>refresh }, "/node/163/index.html"=>Awestruct::Page{ 65915820: output_path=>/node/163/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/163/index.md, layout=>refresh }, "/node/164/index.html"=>Awestruct::Page{ 66039120: output_path=>/node/164/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/164/index.md, layout=>refresh }, "/node/165/index.html"=>Awestruct::Page{ 66162400: output_path=>/node/165/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/165/index.md, layout=>refresh }, "/node/166/index.html"=>Awestruct::Page{ 66293900: output_path=>/node/166/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/166/index.md, layout=>refresh }, "/node/167/index.html"=>Awestruct::Page{ 66417220: output_path=>/node/167/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/167/index.md, layout=>refresh }, "/node/168/index.html"=>Awestruct::Page{ 66540540: output_path=>/node/168/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/168/index.md, layout=>refresh }, "/node/169/index.html"=>Awestruct::Page{ 66672020: output_path=>/node/169/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/169/index.md, layout=>refresh }, "/node/170/index.html"=>Awestruct::Page{ 66795320: output_path=>/node/170/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/170/index.md, layout=>refresh }, "/node/171/index.html"=>Awestruct::Page{ 66926840: output_path=>/node/171/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/171/index.md, layout=>refresh }, "/node/172/index.html"=>Awestruct::Page{ 67050160: output_path=>/node/172/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/172/index.md, layout=>refresh }, "/node/173/index.html"=>Awestruct::Page{ 67173460: output_path=>/node/173/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/173/index.md, layout=>refresh }, "/node/174/index.html"=>Awestruct::Page{ 67033620: output_path=>/node/174/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/174/index.md, layout=>refresh }, "/node/175/index.html"=>Awestruct::Page{ 66599760: output_path=>/node/175/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/175/index.md, layout=>refresh }, "/node/176/index.html"=>Awestruct::Page{ 66157780: output_path=>/node/176/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/176/index.md, layout=>refresh }, "/node/177/index.html"=>Awestruct::Page{ 65715700: output_path=>/node/177/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/177/index.md, layout=>refresh }, "/node/178/index.html"=>Awestruct::Page{ 65223380: output_path=>/node/178/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/178/index.md, layout=>refresh }, "/node/179/index.html"=>Awestruct::Page{ 64780880: output_path=>/node/179/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/179/index.md, layout=>refresh }, "/node/180/index.html"=>Awestruct::Page{ 64347020: output_path=>/node/180/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/180/index.md, layout=>refresh }, "/node/181/index.html"=>Awestruct::Page{ 63905020: output_path=>/node/181/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/181/index.md, layout=>refresh }, "/node/182/index.html"=>Awestruct::Page{ 63475920: output_path=>/node/182/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/182/index.md, layout=>refresh }, "/node/183/index.html"=>Awestruct::Page{ 63106920: output_path=>/node/183/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/183/index.md, layout=>refresh }, "/node/184/index.html"=>Awestruct::Page{ 62680680: output_path=>/node/184/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/184/index.md, layout=>refresh }, "/node/185/index.html"=>Awestruct::Page{ 62401020: output_path=>/node/185/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/185/index.md, layout=>refresh }, "/node/186/index.html"=>Awestruct::Page{ 62211040: output_path=>/node/186/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/186/index.md, layout=>refresh }, "/node/187/index.html"=>Awestruct::Page{ 62004180: output_path=>/node/187/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/187/index.md, layout=>refresh }, "/node/188/index.html"=>Awestruct::Page{ 61822420: output_path=>/node/188/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/188/index.md, layout=>refresh }, "/node/189/index.html"=>Awestruct::Page{ 61648540: output_path=>/node/189/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/189/index.md, layout=>refresh }, "/node/190/index.html"=>Awestruct::Page{ 61450640: output_path=>/node/190/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/190/index.md, layout=>refresh }, "/node/191/index.html"=>Awestruct::Page{ 61260660: output_path=>/node/191/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/191/index.md, layout=>refresh }, "/node/192/index.html"=>Awestruct::Page{ 61062720: output_path=>/node/192/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/192/index.md, layout=>refresh }, "/node/193/index.html"=>Awestruct::Page{ 60864060: output_path=>/node/193/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/193/index.md, layout=>refresh }, "/node/194/index.html"=>Awestruct::Page{ 60674120: output_path=>/node/194/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/194/index.md, layout=>refresh }, "/node/195/index.html"=>Awestruct::Page{ 60492360: output_path=>/node/195/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/195/index.md, layout=>refresh }, "/node/196/index.html"=>Awestruct::Page{ 60318740: output_path=>/node/196/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/196/index.md, layout=>refresh }, "/node/197/index.html"=>Awestruct::Page{ 60120100: output_path=>/node/197/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/197/index.md, layout=>refresh }, "/node/198/index.html"=>Awestruct::Page{ 59913480: output_path=>/node/198/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/198/index.md, layout=>refresh }, "/node/199/index.html"=>Awestruct::Page{ 59723260: output_path=>/node/199/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/199/index.md, layout=>refresh }, "/node/2/index.html"=>Awestruct::Page{ 59533800: output_path=>/node/2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/2/index.md, layout=>refresh }, "/node/200/index.html"=>Awestruct::Page{ 59335600: output_path=>/node/200/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/200/index.md, layout=>refresh }, "/node/201/index.html"=>Awestruct::Page{ 59128580: output_path=>/node/201/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/201/index.md, layout=>refresh }, "/node/202/index.html"=>Awestruct::Page{ 58937860: output_path=>/node/202/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/202/index.md, layout=>refresh }, "/node/203/index.html"=>Awestruct::Page{ 58756300: output_path=>/node/203/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/203/index.md, layout=>refresh }, "/node/204/index.html"=>Awestruct::Page{ 58459340: output_path=>/node/204/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/204/index.md, layout=>refresh }, "/node/208/index.html"=>Awestruct::Page{ 58244260: output_path=>/node/208/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/208/index.md, layout=>refresh }, "/node/212/index.html"=>Awestruct::Page{ 58054320: output_path=>/node/212/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/212/index.md, layout=>refresh }, "/node/213/index.html"=>Awestruct::Page{ 57684820: output_path=>/node/213/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/213/index.md, layout=>refresh }, "/node/214/index.html"=>Awestruct::Page{ 57422120: output_path=>/node/214/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/214/index.md, layout=>refresh }, "/node/216/index.html"=>Awestruct::Page{ 57004000: output_path=>/node/216/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/216/index.md, layout=>refresh }, "/node/217/index.html"=>Awestruct::Page{ 56553580: output_path=>/node/217/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/217/index.md, layout=>refresh }, "/node/218/index.html"=>Awestruct::Page{ 56135960: output_path=>/node/218/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/218/index.md, layout=>refresh }, "/node/219/index.html"=>Awestruct::Page{ 55710140: output_path=>/node/219/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/219/index.md, layout=>refresh }, "/node/220/index.html"=>Awestruct::Page{ 55226840: output_path=>/node/220/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/220/index.md, layout=>refresh }, "/node/221/index.html"=>Awestruct::Page{ 54792920: output_path=>/node/221/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/221/index.md, layout=>refresh }, "/node/223/index.html"=>Awestruct::Page{ 54342460: output_path=>/node/223/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/223/index.md, layout=>refresh }, "/node/224/index.html"=>Awestruct::Page{ 53883740: output_path=>/node/224/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/224/index.md, layout=>refresh }, "/node/225/index.html"=>Awestruct::Page{ 53441420: output_path=>/node/225/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/225/index.md, layout=>refresh }, "/node/227/index.html"=>Awestruct::Page{ 52729140: output_path=>/node/227/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/227/index.md, layout=>refresh }, "/node/228/index.html"=>Awestruct::Page{ 52147960: output_path=>/node/228/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/228/index.md, layout=>refresh }, "/node/229/index.html"=>Awestruct::Page{ 51722400: output_path=>/node/229/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/229/index.md, layout=>refresh }, "/node/230/index.html"=>Awestruct::Page{ 51288700: output_path=>/node/230/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/230/index.md, layout=>refresh }, "/node/231/index.html"=>Awestruct::Page{ 47633660: output_path=>/node/231/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/231/index.md, layout=>refresh }, "/node/232/index.html"=>Awestruct::Page{ 45913740: output_path=>/node/232/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/232/index.md, layout=>refresh }, "/node/233/index.html"=>Awestruct::Page{ 43341880: output_path=>/node/233/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/233/index.md, layout=>refresh }, "/node/234/index.html"=>Awestruct::Page{ 44169140: output_path=>/node/234/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/234/index.md, layout=>refresh }, "/node/235/index.html"=>Awestruct::Page{ 43439940: output_path=>/node/235/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/235/index.md, layout=>refresh }, "/node/236/index.html"=>Awestruct::Page{ 28316620: output_path=>/node/236/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/236/index.md, layout=>refresh }, "/node/237/index.html"=>Awestruct::Page{ 27406760: output_path=>/node/237/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/237/index.md, layout=>refresh }, "/node/238/index.html"=>Awestruct::Page{ 26580200: output_path=>/node/238/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/238/index.md, layout=>refresh }, "/node/239/index.html"=>Awestruct::Page{ 25700200: output_path=>/node/239/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/239/index.md, layout=>refresh }, "/node/240/index.html"=>Awestruct::Page{ 25255880: output_path=>/node/240/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/240/index.md, layout=>refresh }, "/node/241/index.html"=>Awestruct::Page{ 25019720: output_path=>/node/241/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/241/index.md, layout=>refresh }, "/node/242/index.html"=>Awestruct::Page{ 24772880: output_path=>/node/242/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/242/index.md, layout=>refresh }, "/node/243/index.html"=>Awestruct::Page{ 24446440: output_path=>/node/243/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/243/index.md, layout=>refresh }, "/node/244/index.html"=>Awestruct::Page{ 23684720: output_path=>/node/244/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/244/index.md, layout=>refresh }, "/node/245/index.html"=>Awestruct::Page{ 18683620: output_path=>/node/245/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/245/index.md, layout=>refresh }, "/node/246/index.html"=>Awestruct::Page{ 18641720: output_path=>/node/246/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/246/index.md, layout=>refresh }, "/node/247/index.html"=>Awestruct::Page{ 17590420: output_path=>/node/247/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/247/index.md, layout=>refresh }, "/node/251/index.html"=>Awestruct::Page{ 17262400: output_path=>/node/251/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/251/index.md, layout=>refresh }, "/node/252/index.html"=>Awestruct::Page{ 16310620: output_path=>/node/252/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/252/index.md, layout=>refresh }, "/node/253/index.html"=>Awestruct::Page{ 11153060: output_path=>/node/253/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/253/index.md, layout=>refresh }, "/node/254/index.html"=>Awestruct::Page{ 10739180: output_path=>/node/254/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/254/index.md, layout=>refresh }, "/node/255/index.html"=>Awestruct::Page{ 12280060: output_path=>/node/255/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/255/index.md, layout=>refresh }, "/node/256/index.html"=>Awestruct::Page{ 16869620: output_path=>/node/256/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/256/index.md, layout=>refresh }, "/node/257/index.html"=>Awestruct::Page{ 17442920: output_path=>/node/257/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/257/index.md, layout=>refresh }, "/node/258/index.html"=>Awestruct::Page{ 17688120: output_path=>/node/258/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/258/index.md, layout=>refresh }, "/node/259/index.html"=>Awestruct::Page{ 18824800: output_path=>/node/259/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/259/index.md, layout=>refresh }, "/node/260/index.html"=>Awestruct::Page{ 18733820: output_path=>/node/260/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/260/index.md, layout=>refresh }, "/node/264/index.html"=>Awestruct::Page{ 23579180: output_path=>/node/264/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/264/index.md, layout=>refresh }, "/node/266/index.html"=>Awestruct::Page{ 24459140: output_path=>/node/266/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/266/index.md, layout=>refresh }, "/node/267/index.html"=>Awestruct::Page{ 24699180: output_path=>/node/267/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/267/index.md, layout=>refresh }, "/node/268/index.html"=>Awestruct::Page{ 24982740: output_path=>/node/268/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/268/index.md, layout=>refresh }, "/node/269/index.html"=>Awestruct::Page{ 25217160: output_path=>/node/269/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/269/index.md, layout=>refresh }, "/node/270/index.html"=>Awestruct::Page{ 25623600: output_path=>/node/270/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/270/index.md, layout=>refresh }, "/node/272/index.html"=>Awestruct::Page{ 26244940: output_path=>/node/272/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/272/index.md, layout=>refresh }, "/node/273/index.html"=>Awestruct::Page{ 27137000: output_path=>/node/273/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/273/index.md, layout=>refresh }, "/node/274/index.html"=>Awestruct::Page{ 28267400: output_path=>/node/274/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/274/index.md, layout=>refresh }, "/node/275/index.html"=>Awestruct::Page{ 43425800: output_path=>/node/275/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/275/index.md, layout=>refresh }, "/node/276/index.html"=>Awestruct::Page{ 44186340: output_path=>/node/276/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/276/index.md, layout=>refresh }, "/node/277/index.html"=>Awestruct::Page{ 47691820: output_path=>/node/277/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/277/index.md, layout=>refresh }, "/node/278/index.html"=>Awestruct::Page{ 45963720: output_path=>/node/278/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/278/index.md, layout=>refresh }, "/node/279/index.html"=>Awestruct::Page{ 47430520: output_path=>/node/279/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/279/index.md, layout=>refresh }, "/node/280/index.html"=>Awestruct::Page{ 51304420: output_path=>/node/280/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/280/index.md, layout=>refresh }, "/node/281/index.html"=>Awestruct::Page{ 51632460: output_path=>/node/281/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/281/index.md, layout=>refresh }, "/node/282/index.html"=>Awestruct::Page{ 52099840: output_path=>/node/282/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/282/index.md, layout=>refresh }, "/node/294/index.html"=>Awestruct::Page{ 52616240: output_path=>/node/294/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/294/index.md, layout=>refresh }, "/node/295/index.html"=>Awestruct::Page{ 53132440: output_path=>/node/295/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/295/index.md, layout=>refresh }, "/node/296/index.html"=>Awestruct::Page{ 53837020: output_path=>/node/296/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/296/index.md, layout=>refresh }, "/node/297/index.html"=>Awestruct::Page{ 54377460: output_path=>/node/297/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/297/index.md, layout=>refresh }, "/node/298/index.html"=>Awestruct::Page{ 54713220: output_path=>/node/298/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/298/index.md, layout=>refresh }, "/node/299/index.html"=>Awestruct::Page{ 55245660: output_path=>/node/299/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/299/index.md, layout=>refresh }, "/node/3/index.html"=>Awestruct::Page{ 55597580: output_path=>/node/3/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/3/index.md, layout=>refresh }, "/node/300/index.html"=>Awestruct::Page{ 56088960: output_path=>/node/300/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/300/index.md, layout=>refresh }, "/node/302/index.html"=>Awestruct::Page{ 56449440: output_path=>/node/302/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/302/index.md, layout=>refresh }, "/node/303/index.html"=>Awestruct::Page{ 56891780: output_path=>/node/303/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/303/index.md, layout=>refresh }, "/node/304/index.html"=>Awestruct::Page{ 57432080: output_path=>/node/304/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/304/index.md, layout=>refresh }, "/node/305/index.html"=>Awestruct::Page{ 57643980: output_path=>/node/305/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/305/index.md, layout=>refresh }, "/node/309/index.html"=>Awestruct::Page{ 58010760: output_path=>/node/309/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/309/index.md, layout=>refresh }, "/node/311/index.html"=>Awestruct::Page{ 58246540: output_path=>/node/311/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/311/index.md, layout=>refresh }, "/node/312/index.html"=>Awestruct::Page{ 58482180: output_path=>/node/312/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/312/index.md, layout=>refresh }, "/node/313/index.html"=>Awestruct::Page{ 58719240: output_path=>/node/313/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/313/index.md, layout=>refresh }, "/node/314/index.html"=>Awestruct::Page{ 58954720: output_path=>/node/314/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/314/index.md, layout=>refresh }, "/node/315/index.html"=>Awestruct::Page{ 59084240: output_path=>/node/315/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/315/index.md, layout=>refresh }, "/node/319/index.html"=>Awestruct::Page{ 59320220: output_path=>/node/319/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/319/index.md, layout=>refresh }, "/node/320/index.html"=>Awestruct::Page{ 59449360: output_path=>/node/320/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/320/index.md, layout=>refresh }, "/node/322/index.html"=>Awestruct::Page{ 59693560: output_path=>/node/322/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/322/index.md, layout=>refresh }, "/node/323/index.html"=>Awestruct::Page{ 59855860: output_path=>/node/323/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/323/index.md, layout=>refresh }, "/node/328/index.html"=>Awestruct::Page{ 60148960: output_path=>/node/328/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/328/index.md, layout=>refresh }, "/node/329/index.html"=>Awestruct::Page{ 60262620: output_path=>/node/329/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/329/index.md, layout=>refresh }, "/node/330/index.html"=>Awestruct::Page{ 60392420: output_path=>/node/330/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/330/index.md, layout=>refresh }, "/node/331/index.html"=>Awestruct::Page{ 60668540: output_path=>/node/331/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/331/index.md, layout=>refresh }, "/node/336/index.html"=>Awestruct::Page{ 60798320: output_path=>/node/336/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/336/index.md, layout=>refresh }, "/node/337/index.html"=>Awestruct::Page{ 61083460: output_path=>/node/337/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/337/index.md, layout=>refresh }, "/node/338/index.html"=>Awestruct::Page{ 61220960: output_path=>/node/338/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/338/index.md, layout=>refresh }, "/node/339/index.html"=>Awestruct::Page{ 61366940: output_path=>/node/339/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/339/index.md, layout=>refresh }, "/node/340/index.html"=>Awestruct::Page{ 61619020: output_path=>/node/340/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/340/index.md, layout=>refresh }, "/node/341/index.html"=>Awestruct::Page{ 61765280: output_path=>/node/341/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/341/index.md, layout=>refresh }, "/node/342/index.html"=>Awestruct::Page{ 62042240: output_path=>/node/342/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/342/index.md, layout=>refresh }, "/node/343/index.html"=>Awestruct::Page{ 62171760: output_path=>/node/343/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/343/index.md, layout=>refresh }, "/node/344/index.html"=>Awestruct::Page{ 62309220: output_path=>/node/344/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/344/index.md, layout=>refresh }, "/node/345/index.html"=>Awestruct::Page{ 62676400: output_path=>/node/345/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/345/index.md, layout=>refresh }, "/node/346/index.html"=>Awestruct::Page{ 62954720: output_path=>/node/346/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/346/index.md, layout=>refresh }, "/node/351/index.html"=>Awestruct::Page{ 63470380: output_path=>/node/351/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/351/index.md, layout=>refresh }, "/node/353/index.html"=>Awestruct::Page{ 63810260: output_path=>/node/353/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/353/index.md, layout=>refresh }, "/node/356/index.html"=>Awestruct::Page{ 64415000: output_path=>/node/356/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/356/index.md, layout=>refresh }, "/node/357/index.html"=>Awestruct::Page{ 64733060: output_path=>/node/357/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/357/index.md, layout=>refresh }, "/node/360/index.html"=>Awestruct::Page{ 65297760: output_path=>/node/360/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/360/index.md, layout=>refresh }, "/node/361/index.html"=>Awestruct::Page{ 65731700: output_path=>/node/361/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/361/index.md, layout=>refresh }, "/node/362/index.html"=>Awestruct::Page{ 66107180: output_path=>/node/362/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/362/index.md, layout=>refresh }, "/node/363/index.html"=>Awestruct::Page{ 66605900: output_path=>/node/363/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/363/index.md, layout=>refresh }, "/node/364/index.html"=>Awestruct::Page{ 66981340: output_path=>/node/364/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/364/index.md, layout=>refresh }, "/node/366/index.html"=>Awestruct::Page{ 45035040: output_path=>/node/366/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/366/index.md, layout=>refresh }, "/node/367/index.html"=>Awestruct::Page{ 47042500: output_path=>/node/367/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/367/index.md, layout=>refresh }, "/node/368/index.html"=>Awestruct::Page{ 43667760: output_path=>/node/368/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/368/index.md, layout=>refresh }, "/node/370/index.html"=>Awestruct::Page{ 44085380: output_path=>/node/370/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/370/index.md, layout=>refresh }, "/node/371/index.html"=>Awestruct::Page{ 44845720: output_path=>/node/371/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/371/index.md, layout=>refresh }, "/node/372/index.html"=>Awestruct::Page{ 47843260: output_path=>/node/372/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/372/index.md, layout=>refresh }, "/node/373/index.html"=>Awestruct::Page{ 45523100: output_path=>/node/373/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/373/index.md, layout=>refresh }, "/node/374/index.html"=>Awestruct::Page{ 45849720: output_path=>/node/374/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/374/index.md, layout=>refresh }, "/node/375/index.html"=>Awestruct::Page{ 44840980: output_path=>/node/375/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/375/index.md, layout=>refresh }, "/node/376/index.html"=>Awestruct::Page{ 46421080: output_path=>/node/376/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/376/index.md, layout=>refresh }, "/node/377/index.html"=>Awestruct::Page{ 67047700: output_path=>/node/377/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/377/index.md, layout=>refresh }, "/node/378/index.html"=>Awestruct::Page{ 46787520: output_path=>/node/378/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/378/index.md, layout=>refresh }, "/node/380/index.html"=>Awestruct::Page{ 66668880: output_path=>/node/380/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/380/index.md, layout=>refresh }, "/node/381/index.html"=>Awestruct::Page{ 46991160: output_path=>/node/381/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/381/index.md, layout=>refresh }, "/node/382/index.html"=>Awestruct::Page{ 66405680: output_path=>/node/382/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/382/index.md, layout=>refresh }, "/node/383/index.html"=>Awestruct::Page{ 66340020: output_path=>/node/383/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/383/index.md, layout=>refresh }, "/node/386/index.html"=>Awestruct::Page{ 66101380: output_path=>/node/386/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/386/index.md, layout=>refresh }, "/node/387/index.html"=>Awestruct::Page{ 47792220: output_path=>/node/387/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/387/index.md, layout=>refresh }, "/node/388/index.html"=>Awestruct::Page{ 65846760: output_path=>/node/388/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/388/index.md, layout=>refresh }, "/node/389/index.html"=>Awestruct::Page{ 65558960: output_path=>/node/389/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/389/index.md, layout=>refresh }, "/node/390/index.html"=>Awestruct::Page{ 43579760: output_path=>/node/390/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/390/index.md, layout=>refresh }, "/node/391/index.html"=>Awestruct::Page{ 65221620: output_path=>/node/391/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/391/index.md, layout=>refresh }, "/node/392/index.html"=>Awestruct::Page{ 43889520: output_path=>/node/392/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/392/index.md, layout=>refresh }, "/node/393/index.html"=>Awestruct::Page{ 64909640: output_path=>/node/393/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/393/index.md, layout=>refresh }, "/node/395/index.html"=>Awestruct::Page{ 51097180: output_path=>/node/395/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/395/index.md, layout=>refresh }, "/node/397/index.html"=>Awestruct::Page{ 64605360: output_path=>/node/397/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/397/index.md, layout=>refresh }, "/node/400/index.html"=>Awestruct::Page{ 51308780: output_path=>/node/400/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/400/index.md, layout=>refresh }, "/node/401/index.html"=>Awestruct::Page{ 64284300: output_path=>/node/401/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/401/index.md, layout=>refresh }, "/node/402/index.html"=>Awestruct::Page{ 64210460: output_path=>/node/402/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/402/index.md, layout=>refresh }, "/node/403/index.html"=>Awestruct::Page{ 63964580: output_path=>/node/403/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/403/index.md, layout=>refresh }, "/node/404/index.html"=>Awestruct::Page{ 63839320: output_path=>/node/404/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/404/index.md, layout=>refresh }, "/node/406/index.html"=>Awestruct::Page{ 51514960: output_path=>/node/406/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/406/index.md, layout=>refresh }, "/node/407/index.html"=>Awestruct::Page{ 63475040: output_path=>/node/407/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/407/index.md, layout=>refresh }, "/node/408/index.html"=>Awestruct::Page{ 51612220: output_path=>/node/408/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/408/index.md, layout=>refresh }, "/node/409/index.html"=>Awestruct::Page{ 63195580: output_path=>/node/409/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/409/index.md, layout=>refresh }, "/node/410/index.html"=>Awestruct::Page{ 51677300: output_path=>/node/410/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/410/index.md, layout=>refresh }, "/node/411/index.html"=>Awestruct::Page{ 62965080: output_path=>/node/411/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/411/index.md, layout=>refresh }, "/node/413/index.html"=>Awestruct::Page{ 62842100: output_path=>/node/413/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/413/index.md, layout=>refresh }, "/node/414/index.html"=>Awestruct::Page{ 51797800: output_path=>/node/414/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/414/index.md, layout=>refresh }, "/node/415/index.html"=>Awestruct::Page{ 62488200: output_path=>/node/415/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/415/index.md, layout=>refresh }, "/node/416/index.html"=>Awestruct::Page{ 51567160: output_path=>/node/416/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/416/index.md, layout=>refresh }, "/node/417/index.html"=>Awestruct::Page{ 62387320: output_path=>/node/417/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/417/index.md, layout=>refresh }, "/node/418/index.html"=>Awestruct::Page{ 52032180: output_path=>/node/418/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/418/index.md, layout=>refresh }, "/node/419/index.html"=>Awestruct::Page{ 62295680: output_path=>/node/419/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/419/index.md, layout=>refresh }, "/node/420/index.html"=>Awestruct::Page{ 52161440: output_path=>/node/420/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/420/index.md, layout=>refresh }, "/node/421/index.html"=>Awestruct::Page{ 62204220: output_path=>/node/421/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/421/index.md, layout=>refresh }, "/node/422/index.html"=>Awestruct::Page{ 52429660: output_path=>/node/422/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/422/index.md, layout=>refresh }, "/node/423/index.html"=>Awestruct::Page{ 62103720: output_path=>/node/423/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/423/index.md, layout=>refresh }, "/node/424/index.html"=>Awestruct::Page{ 62062280: output_path=>/node/424/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/424/index.md, layout=>refresh }, "/node/425/index.html"=>Awestruct::Page{ 52705800: output_path=>/node/425/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/425/index.md, layout=>refresh }, "/node/426/index.html"=>Awestruct::Page{ 61961880: output_path=>/node/426/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/426/index.md, layout=>refresh }, "/node/427/index.html"=>Awestruct::Page{ 52917200: output_path=>/node/427/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/427/index.md, layout=>refresh }, "/node/428/index.html"=>Awestruct::Page{ 61870320: output_path=>/node/428/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/428/index.md, layout=>refresh }, "/node/429/index.html"=>Awestruct::Page{ 53047060: output_path=>/node/429/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/429/index.md, layout=>refresh }, "/node/430/index.html"=>Awestruct::Page{ 61778780: output_path=>/node/430/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/430/index.md, layout=>refresh }, "/node/431/index.html"=>Awestruct::Page{ 53397460: output_path=>/node/431/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/431/index.md, layout=>refresh }, "/node/432/index.html"=>Awestruct::Page{ 61687120: output_path=>/node/432/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/432/index.md, layout=>refresh }, "/node/433/index.html"=>Awestruct::Page{ 53535600: output_path=>/node/433/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/433/index.md, layout=>refresh }, "/node/435/index.html"=>Awestruct::Page{ 53607640: output_path=>/node/435/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/435/index.md, layout=>refresh }, "/node/436/index.html"=>Awestruct::Page{ 61545520: output_path=>/node/436/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/436/index.md, layout=>refresh }, "/node/437/index.html"=>Awestruct::Page{ 53860440: output_path=>/node/437/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/437/index.md, layout=>refresh }, "/node/439/index.html"=>Awestruct::Page{ 61453820: output_path=>/node/439/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/439/index.md, layout=>refresh }, "/node/440/index.html"=>Awestruct::Page{ 54071640: output_path=>/node/440/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/440/index.md, layout=>refresh }, "/node/441/index.html"=>Awestruct::Page{ 61370240: output_path=>/node/441/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/441/index.md, layout=>refresh }, "/node/442/index.html"=>Awestruct::Page{ 54233940: output_path=>/node/442/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/442/index.md, layout=>refresh }, "/node/444/index.html"=>Awestruct::Page{ 61261980: output_path=>/node/444/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/444/index.md, layout=>refresh }, "/node/445/index.html"=>Awestruct::Page{ 54453040: output_path=>/node/445/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/445/index.md, layout=>refresh }, "/node/446/index.html"=>Awestruct::Page{ 54533980: output_path=>/node/446/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/446/index.md, layout=>refresh }, "/node/447/index.html"=>Awestruct::Page{ 61128380: output_path=>/node/447/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/447/index.md, layout=>refresh }, "/node/448/index.html"=>Awestruct::Page{ 54770200: output_path=>/node/448/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/448/index.md, layout=>refresh }, "/node/449/index.html"=>Awestruct::Page{ 61019540: output_path=>/node/449/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/449/index.md, layout=>refresh }, "/node/450/index.html"=>Awestruct::Page{ 54907860: output_path=>/node/450/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/450/index.md, layout=>refresh }, "/node/452/index.html"=>Awestruct::Page{ 60928440: output_path=>/node/452/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/452/index.md, layout=>refresh }, "/node/453/index.html"=>Awestruct::Page{ 55144180: output_path=>/node/453/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/453/index.md, layout=>refresh }, "/node/454/index.html"=>Awestruct::Page{ 60836400: output_path=>/node/454/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/454/index.md, layout=>refresh }, "/node/455/index.html"=>Awestruct::Page{ 55363200: output_path=>/node/455/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/455/index.md, layout=>refresh }, "/node/456/index.html"=>Awestruct::Page{ 60736240: output_path=>/node/456/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/456/index.md, layout=>refresh }, "/node/457/index.html"=>Awestruct::Page{ 55501380: output_path=>/node/457/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/457/index.md, layout=>refresh }, "/node/459/index.html"=>Awestruct::Page{ 55671400: output_path=>/node/459/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/459/index.md, layout=>refresh }, "/node/460/index.html"=>Awestruct::Page{ 60618940: output_path=>/node/460/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/460/index.md, layout=>refresh }, "/node/461/index.html"=>Awestruct::Page{ 55825920: output_path=>/node/461/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/461/index.md, layout=>refresh }, "/node/462/index.html"=>Awestruct::Page{ 60502920: output_path=>/node/462/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/462/index.md, layout=>refresh }, "/node/465/index.html"=>Awestruct::Page{ 56110840: output_path=>/node/465/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/465/index.md, layout=>refresh }, "/node/466/index.html"=>Awestruct::Page{ 60411200: output_path=>/node/466/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/466/index.md, layout=>refresh }, "/node/467/index.html"=>Awestruct::Page{ 56240140: output_path=>/node/467/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/467/index.md, layout=>refresh }, "/node/468/index.html"=>Awestruct::Page{ 60327500: output_path=>/node/468/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/468/index.md, layout=>refresh }, "/node/469/index.html"=>Awestruct::Page{ 56476380: output_path=>/node/469/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/469/index.md, layout=>refresh }, "/node/470/index.html"=>Awestruct::Page{ 56647140: output_path=>/node/470/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/470/index.md, layout=>refresh }, "/node/471/index.html"=>Awestruct::Page{ 60185380: output_path=>/node/471/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/471/index.md, layout=>refresh }, "/node/473/index.html"=>Awestruct::Page{ 56800900: output_path=>/node/473/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/473/index.md, layout=>refresh }, "/node/475/index.html"=>Awestruct::Page{ 60085020: output_path=>/node/475/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/475/index.md, layout=>refresh }, "/node/476/index.html"=>Awestruct::Page{ 57028980: output_path=>/node/476/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/476/index.md, layout=>refresh }, "/node/477/index.html"=>Awestruct::Page{ 59985260: output_path=>/node/477/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/477/index.md, layout=>refresh }, "/node/478/index.html"=>Awestruct::Page{ 57256940: output_path=>/node/478/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/478/index.md, layout=>refresh }, "/node/480/index.html"=>Awestruct::Page{ 59893420: output_path=>/node/480/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/480/index.md, layout=>refresh }, "/node/483/index.html"=>Awestruct::Page{ 57468120: output_path=>/node/483/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/483/index.md, layout=>refresh }, "/node/484/index.html"=>Awestruct::Page{ 59801680: output_path=>/node/484/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/484/index.md, layout=>refresh }, "/node/485/index.html"=>Awestruct::Page{ 59751900: output_path=>/node/485/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/485/index.md, layout=>refresh }, "/node/486/index.html"=>Awestruct::Page{ 57964680: output_path=>/node/486/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/486/index.md, layout=>refresh }, "/node/487/index.html"=>Awestruct::Page{ 59675860: output_path=>/node/487/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/487/index.md, layout=>refresh }, "/node/488/index.html"=>Awestruct::Page{ 62575140: output_path=>/node/488/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/488/index.md, layout=>refresh }, "/node/489/index.html"=>Awestruct::Page{ 59560060: output_path=>/node/489/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/489/index.md, layout=>refresh }, "/node/490/index.html"=>Awestruct::Page{ 62827680: output_path=>/node/490/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/490/index.md, layout=>refresh }, "/node/491/index.html"=>Awestruct::Page{ 59451520: output_path=>/node/491/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/491/index.md, layout=>refresh }, "/node/492/index.html"=>Awestruct::Page{ 63039000: output_path=>/node/492/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/492/index.md, layout=>refresh }, "/node/493/index.html"=>Awestruct::Page{ 59360140: output_path=>/node/493/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/493/index.md, layout=>refresh }, "/node/494/index.html"=>Awestruct::Page{ 59309740: output_path=>/node/494/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/494/index.md, layout=>refresh }, "/node/496/index.html"=>Awestruct::Page{ 63371860: output_path=>/node/496/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/496/index.md, layout=>refresh }, "/node/497/index.html"=>Awestruct::Page{ 59218040: output_path=>/node/497/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/497/index.md, layout=>refresh }, "/node/501/index.html"=>Awestruct::Page{ 63567060: output_path=>/node/501/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/501/index.md, layout=>refresh }, "/node/502/index.html"=>Awestruct::Page{ 59125740: output_path=>/node/502/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/502/index.md, layout=>refresh }, "/node/503/index.html"=>Awestruct::Page{ 63769400: output_path=>/node/503/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/503/index.md, layout=>refresh }, "/node/504/index.html"=>Awestruct::Page{ 59033460: output_path=>/node/504/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/504/index.md, layout=>refresh }, "/node/505/index.html"=>Awestruct::Page{ 64112100: output_path=>/node/505/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/505/index.md, layout=>refresh }, "/node/506/index.html"=>Awestruct::Page{ 64257620: output_path=>/node/506/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/506/index.md, layout=>refresh }, "/node/507/index.html"=>Awestruct::Page{ 58891700: output_path=>/node/507/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/507/index.md, layout=>refresh }, "/node/508/index.html"=>Awestruct::Page{ 64518920: output_path=>/node/508/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/508/index.md, layout=>refresh }, "/node/510/index.html"=>Awestruct::Page{ 58800180: output_path=>/node/510/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/510/index.md, layout=>refresh }, "/node/511/index.html"=>Awestruct::Page{ 64868980: output_path=>/node/511/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/511/index.md, layout=>refresh }, "/node/512/index.html"=>Awestruct::Page{ 58699460: output_path=>/node/512/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/512/index.md, layout=>refresh }, "/node/513/index.html"=>Awestruct::Page{ 65129960: output_path=>/node/513/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/513/index.md, layout=>refresh }, "/node/514/index.html"=>Awestruct::Page{ 58476660: output_path=>/node/514/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/514/index.md, layout=>refresh }, "/node/515/index.html"=>Awestruct::Page{ 58359600: output_path=>/node/515/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/515/index.md, layout=>refresh }, "/node/516/index.html"=>Awestruct::Page{ 58267360: output_path=>/node/516/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/516/index.md, layout=>refresh }, "/node/517/index.html"=>Awestruct::Page{ 58174420: output_path=>/node/517/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/517/index.md, layout=>refresh }, "/node/518/index.html"=>Awestruct::Page{ 58074600: output_path=>/node/518/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/518/index.md, layout=>refresh }, "/node/519/index.html"=>Awestruct::Page{ 57744000: output_path=>/node/519/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/519/index.md, layout=>refresh }, "/node/520/index.html"=>Awestruct::Page{ 57643200: output_path=>/node/520/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/520/index.md, layout=>refresh }, "/node/524/index.html"=>Awestruct::Page{ 57543460: output_path=>/node/524/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/524/index.md, layout=>refresh }, "/node/525/index.html"=>Awestruct::Page{ 57214180: output_path=>/node/525/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/525/index.md, layout=>refresh }, "/node/526/index.html"=>Awestruct::Page{ 56935120: output_path=>/node/526/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/526/index.md, layout=>refresh }, "/node/527/index.html"=>Awestruct::Page{ 56507400: output_path=>/node/527/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/527/index.md, layout=>refresh }, "/node/528/index.html"=>Awestruct::Page{ 56138020: output_path=>/node/528/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/528/index.md, layout=>refresh }, "/node/529/index.html"=>Awestruct::Page{ 55792760: output_path=>/node/529/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/529/index.md, layout=>refresh }, "/node/532/index.html"=>Awestruct::Page{ 55455700: output_path=>/node/532/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/532/index.md, layout=>refresh }, "/node/535/index.html"=>Awestruct::Page{ 55011920: output_path=>/node/535/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/535/index.md, layout=>refresh }, "/node/536/index.html"=>Awestruct::Page{ 54707620: output_path=>/node/536/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/536/index.md, layout=>refresh }, "/node/538/index.html"=>Awestruct::Page{ 54371040: output_path=>/node/538/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/538/index.md, layout=>refresh }, "/node/540/index.html"=>Awestruct::Page{ 53960620: output_path=>/node/540/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/540/index.md, layout=>refresh }, "/node/541/index.html"=>Awestruct::Page{ 53648300: output_path=>/node/541/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/541/index.md, layout=>refresh }, "/node/544/index.html"=>Awestruct::Page{ 53016140: output_path=>/node/544/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/544/index.md, layout=>refresh }, "/node/546/index.html"=>Awestruct::Page{ 52237220: output_path=>/node/546/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/546/index.md, layout=>refresh }, "/node/548/index.html"=>Awestruct::Page{ 51720020: output_path=>/node/548/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/548/index.md, layout=>refresh }, "/node/550/index.html"=>Awestruct::Page{ 51284760: output_path=>/node/550/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/550/index.md, layout=>refresh }, "/node/552/index.html"=>Awestruct::Page{ 44231140: output_path=>/node/552/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/552/index.md, layout=>refresh }, "/node/557/index.html"=>Awestruct::Page{ 47893400: output_path=>/node/557/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/557/index.md, layout=>refresh }, "/node/560/index.html"=>Awestruct::Page{ 47394140: output_path=>/node/560/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/560/index.md, layout=>refresh }, "/node/562/index.html"=>Awestruct::Page{ 46903060: output_path=>/node/562/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/562/index.md, layout=>refresh }, "/node/564/index.html"=>Awestruct::Page{ 46395560: output_path=>/node/564/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/564/index.md, layout=>refresh }, "/node/566/index.html"=>Awestruct::Page{ 46035580: output_path=>/node/566/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/566/index.md, layout=>refresh }, "/node/568/index.html"=>Awestruct::Page{ 45552660: output_path=>/node/568/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/568/index.md, layout=>refresh }, "/node/570/index.html"=>Awestruct::Page{ 44979620: output_path=>/node/570/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/570/index.md, layout=>refresh }, "/node/573/index.html"=>Awestruct::Page{ 44357440: output_path=>/node/573/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/573/index.md, layout=>refresh }, "/node/574/index.html"=>Awestruct::Page{ 43350260: output_path=>/node/574/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/574/index.md, layout=>refresh }, "/node/575/index.html"=>Awestruct::Page{ 46848640: output_path=>/node/575/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/575/index.md, layout=>refresh }, "/node/583/index.html"=>Awestruct::Page{ 45505600: output_path=>/node/583/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/583/index.md, layout=>refresh }, "/node/585/index.html"=>Awestruct::Page{ 43335140: output_path=>/node/585/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/585/index.md, layout=>refresh }, "/node/588/index.html"=>Awestruct::Page{ 46103380: output_path=>/node/588/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/588/index.md, layout=>refresh }, "/node/589/index.html"=>Awestruct::Page{ 43759880: output_path=>/node/589/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/589/index.md, layout=>refresh }, "/node/590/index.html"=>Awestruct::Page{ 44266540: output_path=>/node/590/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/590/index.md, layout=>refresh }, "/node/592/index.html"=>Awestruct::Page{ 43839160: output_path=>/node/592/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/592/index.md, layout=>refresh }, "/node/594/index.html"=>Awestruct::Page{ 43486520: output_path=>/node/594/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/594/index.md, layout=>refresh }, "/node/595/index.html"=>Awestruct::Page{ 41764820: output_path=>/node/595/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/595/index.md, layout=>refresh }, "/node/596/index.html"=>Awestruct::Page{ 42772880: output_path=>/node/596/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/596/index.md, layout=>refresh }, "/node/597/index.html"=>Awestruct::Page{ 42855220: output_path=>/node/597/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/597/index.md, layout=>refresh }, "/node/599/index.html"=>Awestruct::Page{ 42298580: output_path=>/node/599/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/599/index.md, layout=>refresh }, "/node/600/index.html"=>Awestruct::Page{ 42241680: output_path=>/node/600/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/600/index.md, layout=>refresh }, "/node/601/index.html"=>Awestruct::Page{ 41291800: output_path=>/node/601/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/601/index.md, layout=>refresh }, "/node/603/index.html"=>Awestruct::Page{ 28843480: output_path=>/node/603/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/603/index.md, layout=>refresh }, "/node/605/index.html"=>Awestruct::Page{ 28640000: output_path=>/node/605/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/605/index.md, layout=>refresh }, "/node/606/index.html"=>Awestruct::Page{ 28420820: output_path=>/node/606/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/606/index.md, layout=>refresh }, "/node/608/index.html"=>Awestruct::Page{ 28199760: output_path=>/node/608/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/608/index.md, layout=>refresh }, "/node/609/index.html"=>Awestruct::Page{ 27979360: output_path=>/node/609/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/609/index.md, layout=>refresh }, "/node/612/index.html"=>Awestruct::Page{ 27765020: output_path=>/node/612/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/612/index.md, layout=>refresh }, "/node/615/index.html"=>Awestruct::Page{ 27568080: output_path=>/node/615/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/615/index.md, layout=>refresh }, "/node/620/index.html"=>Awestruct::Page{ 27320040: output_path=>/node/620/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/620/index.md, layout=>refresh }, "/node/621/index.html"=>Awestruct::Page{ 27118700: output_path=>/node/621/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/621/index.md, layout=>refresh }, "/node/622/index.html"=>Awestruct::Page{ 26920440: output_path=>/node/622/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/622/index.md, layout=>refresh }, "/node/623/index.html"=>Awestruct::Page{ 26739460: output_path=>/node/623/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/623/index.md, layout=>refresh }, "/node/625/index.html"=>Awestruct::Page{ 26539760: output_path=>/node/625/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/625/index.md, layout=>refresh }, "/node/626/index.html"=>Awestruct::Page{ 26253400: output_path=>/node/626/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/626/index.md, layout=>refresh }, "/node/627/index.html"=>Awestruct::Page{ 25866120: output_path=>/node/627/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/627/index.md, layout=>refresh }, "/node/629/index.html"=>Awestruct::Page{ 25782920: output_path=>/node/629/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/629/index.md, layout=>refresh }, "/node/631/index.html"=>Awestruct::Page{ 25691700: output_path=>/node/631/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/631/index.md, layout=>refresh }, "/node/632/index.html"=>Awestruct::Page{ 25599300: output_path=>/node/632/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/632/index.md, layout=>refresh }, "/node/634/index.html"=>Awestruct::Page{ 25498720: output_path=>/node/634/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/634/index.md, layout=>refresh }, "/node/635/index.html"=>Awestruct::Page{ 25379400: output_path=>/node/635/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/635/index.md, layout=>refresh }, "/node/636/index.html"=>Awestruct::Page{ 25247700: output_path=>/node/636/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/636/index.md, layout=>refresh }, "/node/637/index.html"=>Awestruct::Page{ 25131920: output_path=>/node/637/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/637/index.md, layout=>refresh }, "/node/638/index.html"=>Awestruct::Page{ 25000260: output_path=>/node/638/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/638/index.md, layout=>refresh }, "/node/639/index.html"=>Awestruct::Page{ 24888160: output_path=>/node/639/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/639/index.md, layout=>refresh }, "/node/640/index.html"=>Awestruct::Page{ 24769440: output_path=>/node/640/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/640/index.md, layout=>refresh }, "/node/641/index.html"=>Awestruct::Page{ 24632840: output_path=>/node/641/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/641/index.md, layout=>refresh }, "/node/642/index.html"=>Awestruct::Page{ 24449900: output_path=>/node/642/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/642/index.md, layout=>refresh }, "/node/643/index.html"=>Awestruct::Page{ 23997940: output_path=>/node/643/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/643/index.md, layout=>refresh }, "/node/644/index.html"=>Awestruct::Page{ 23662660: output_path=>/node/644/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/644/index.md, layout=>refresh }, "/node/645/index.html"=>Awestruct::Page{ 23280320: output_path=>/node/645/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/645/index.md, layout=>refresh }, "/node/647/index.html"=>Awestruct::Page{ 18717620: output_path=>/node/647/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/647/index.md, layout=>refresh }, "/node/648/index.html"=>Awestruct::Page{ 18398320: output_path=>/node/648/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/648/index.md, layout=>refresh }, "/node/649/index.html"=>Awestruct::Page{ 18757740: output_path=>/node/649/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/649/index.md, layout=>refresh }, "/node/651/index.html"=>Awestruct::Page{ 18311640: output_path=>/node/651/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/651/index.md, layout=>refresh }, "/node/652/index.html"=>Awestruct::Page{ 17678020: output_path=>/node/652/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/652/index.md, layout=>refresh }, "/node/653/index.html"=>Awestruct::Page{ 17515760: output_path=>/node/653/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/653/index.md, layout=>refresh }, "/node/654/index.html"=>Awestruct::Page{ 17335100: output_path=>/node/654/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/654/index.md, layout=>refresh }, "/node/655/index.html"=>Awestruct::Page{ 17023220: output_path=>/node/655/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/655/index.md, layout=>refresh }, "/node/656/index.html"=>Awestruct::Page{ 16584100: output_path=>/node/656/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/656/index.md, layout=>refresh }, "/node/658/index.html"=>Awestruct::Page{ 12568440: output_path=>/node/658/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/658/index.md, layout=>refresh }, "/node/660/index.html"=>Awestruct::Page{ 11661680: output_path=>/node/660/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/660/index.md, layout=>refresh }, "/node/661/index.html"=>Awestruct::Page{ 11052180: output_path=>/node/661/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/661/index.md, layout=>refresh }, "/node/663/index.html"=>Awestruct::Page{ 8631540: output_path=>/node/663/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/663/index.md, layout=>refresh }, "/participate/code/index.html"=>Awestruct::Page{ 42951600: output_path=>/participate/code/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/code.adoc, layout=>simplepage }, "/participate/index.html"=>Awestruct::Page{ 41343120: output_path=>/participate/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/participate/index.html.haml, layout=>simplepage }, "/pipeline/getting-started-pipelines/index.html"=>Awestruct::Page{ 42372260: output_path=>/pipeline/getting-started-pipelines/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/pipeline/getting-started-pipelines.adoc, layout=>simplepage }, "/plugins/index.html"=>Awestruct::Page{ 42901260: output_path=>/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/plugins.html.haml, layout=>default }, "/podcast.xml"=>Awestruct::Page{ 42691340: output_path=>/podcast.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/podcast.xml, layout=> }, "/press/index.html"=>Awestruct::Page{ 42735060: output_path=>/press/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/press.adoc, layout=>simplepage }, "/projects/blueocean/index.html"=>Awestruct::Page{ 41750680: output_path=>/projects/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/blueocean.adoc, layout=>project }, "/projects/gsoc/index.html"=>Awestruct::Page{ 46301900: output_path=>/projects/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/gsoc.adoc, layout=>project }, "/projects/index.html"=>Awestruct::Page{ 44794580: output_path=>/projects/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/index.adoc, layout=>project }, "/projects/infrastructure/ircbot/index.html"=>Awestruct::Page{ 46326720: output_path=>/projects/infrastructure/ircbot/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure/ircbot.adoc, layout=>simplepage }, "/projects/infrastructure/index.html"=>Awestruct::Page{ 47805560: output_path=>/projects/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/infrastructure.adoc, layout=>project }, "/projects/jam/suggest/index.html"=>Awestruct::Page{ 43751340: output_path=>/projects/jam/suggest/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam/suggest.html.haml, layout=>simplepage }, "/projects/jam/index.html"=>Awestruct::Page{ 44656860: output_path=>/projects/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/projects/jam.adoc, layout=>project }, "/rc/index.html"=>Awestruct::Page{ 45133480: output_path=>/rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/rc/index.md, layout=>refresh }, "/redirect/find-jenkins-logs/index.html"=>Awestruct::Page{ 44896000: output_path=>/redirect/find-jenkins-logs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/find-jenkins-logs.adoc, layout=>refresh }, "/redirect/hangout/index.html"=>Awestruct::Page{ 45561800: output_path=>/redirect/hangout/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/hangout.adoc, layout=>refresh }, "/redirect/securing-jenkins/index.html"=>Awestruct::Page{ 45711720: output_path=>/redirect/securing-jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/securing-jenkins.adoc, layout=>refresh }, "/redirect/security-144/index.html"=>Awestruct::Page{ 45918760: output_path=>/redirect/security-144/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/redirect/security-144.adoc, layout=>refresh }, "/security/index.html"=>Awestruct::Page{ 45363480: output_path=>/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/security.adoc, layout=>simplepage }, "/sites/default/files/.htaccess"=>Awestruct::Page{ 46452440: output_path=>/sites/default/files/.htaccess, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/.htaccess, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png"=>Awestruct::Page{ 46536700: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-bar.png"=>Awestruct::Page{ 46561800: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-bar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-bar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-footer.png"=>Awestruct::Page{ 46586920: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-footer.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-footer.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-header.png"=>Awestruct::Page{ 46603840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png"=>Awestruct::Page{ 46596220: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar-lite.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-lbar.png"=>Awestruct::Page{ 46629520: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-lbar.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-menu.png"=>Awestruct::Page{ 46654620: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-menu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-menu.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-title.png"=>Awestruct::Page{ 46663340: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-title.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-title.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/bg-wall.png"=>Awestruct::Page{ 46704840: output_path=>/sites/default/files/color/pixture-8dd9a227/bg-wall.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/bg-wall.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-bl.png"=>Awestruct::Page{ 46713560: output_path=>/sites/default/files/color/pixture-8dd9a227/block-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-br.png"=>Awestruct::Page{ 46746860: output_path=>/sites/default/files/color/pixture-8dd9a227/block-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tl.png"=>Awestruct::Page{ 46771980: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/block-tr.png"=>Awestruct::Page{ 46797080: output_path=>/sites/default/files/color/pixture-8dd9a227/block-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/block-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button-o.gif"=>Awestruct::Page{ 46814000: output_path=>/sites/default/files/color/pixture-8dd9a227/button-o.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button-o.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/button.gif"=>Awestruct::Page{ 46855500: output_path=>/sites/default/files/color/pixture-8dd9a227/button.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/button.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/header.png"=>Awestruct::Page{ 46864220: output_path=>/sites/default/files/color/pixture-8dd9a227/header.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/header.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/logo.png"=>Awestruct::Page{ 46881120: output_path=>/sites/default/files/color/pixture-8dd9a227/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/logo.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif"=>Awestruct::Page{ 46922600: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-collapsed.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif"=>Awestruct::Page{ 46939520: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-expanded.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif"=>Awestruct::Page{ 46956440: output_path=>/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/menu-leaf.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/screenshot.png"=>Awestruct::Page{ 46948820: output_path=>/sites/default/files/color/pixture-8dd9a227/screenshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/screenshot.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-bl.png"=>Awestruct::Page{ 46982120: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-bl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-br.png"=>Awestruct::Page{ 47015420: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-br.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-br.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tl.png"=>Awestruct::Page{ 47024140: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tl.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/sticky-tr.png"=>Awestruct::Page{ 47065620: output_path=>/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/sticky-tr.png, layout=> }, "/sites/default/files/color/pixture-8dd9a227/style.css"=>Awestruct::Page{ 47074340: output_path=>/sites/default/files/color/pixture-8dd9a227/style.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/style.css, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif"=>Awestruct::Page{ 47099460: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif"=>Awestruct::Page{ 47132760: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-bl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-br.gif"=>Awestruct::Page{ 47149680: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-br.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif"=>Awestruct::Page{ 47174780: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-ml.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif"=>Awestruct::Page{ 47199900: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-mr.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif"=>Awestruct::Page{ 47225020: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tc.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif"=>Awestruct::Page{ 47241940: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tl.gif, layout=> }, "/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif"=>Awestruct::Page{ 47283440: output_path=>/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/color/pixture-8dd9a227/teaser-tr.gif, layout=> }, "/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css"=>Awestruct::Page{ 47293900: output_path=>/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_1e88981f74a76e74bb9f09188eb3d950.css, layout=> }, "/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css"=>Awestruct::Page{ 47302840: output_path=>/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_40a32436b5bb25143f58e7c5ddb346fb.css, layout=> }, "/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css"=>Awestruct::Page{ 47344540: output_path=>/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_58717a5e66d7fa9e37235c31fd3a5bd9.css, layout=> }, "/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css"=>Awestruct::Page{ 47353460: output_path=>/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_5cabdecbfe0f743284310f3d598d318e.css, layout=> }, "/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css"=>Awestruct::Page{ 47386960: output_path=>/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_6050c55f4aa6fd01265ba2cb7aad83da.css, layout=> }, "/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css"=>Awestruct::Page{ 47420460: output_path=>/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_61f06b5a8f9018562ec9a6d2f41e635d.css, layout=> }, "/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css"=>Awestruct::Page{ 47437580: output_path=>/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_713beb045ac1afd9bd40c322fea07d6f.css, layout=> }, "/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css"=>Awestruct::Page{ 47462880: output_path=>/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_8efd3e8c5008a3288e16510871d658ed.css, layout=> }, "/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css"=>Awestruct::Page{ 47496380: output_path=>/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_ae8b4fe9829bcefc01c0cb4b31a09ad2.css, layout=> }, "/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css"=>Awestruct::Page{ 47513500: output_path=>/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_b35df16d18691a140f372cdefdf7b0b7.css, layout=> }, "/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css"=>Awestruct::Page{ 47506080: output_path=>/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_c54801ba6404a24cd3c3766d22166c6b.css, layout=> }, "/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css"=>Awestruct::Page{ 47515000: output_path=>/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_edb3820908d4d7abfe602f814387cdc0.css, layout=> }, "/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css"=>Awestruct::Page{ 47556680: output_path=>/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/css/css_f86deb5001d84a464b25c82c639d250d.css, layout=> }, "/sites/default/files/favicon.png"=>Awestruct::Page{ 47573980: output_path=>/sites/default/files/favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/favicon.png, layout=> }, "/sites/default/files/gift.png"=>Awestruct::Page{ 47599480: output_path=>/sites/default/files/gift.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gift.png, layout=> }, "/sites/default/files/gliffy.png"=>Awestruct::Page{ 47624980: output_path=>/sites/default/files/gliffy.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/gliffy.png, layout=> }, "/sites/default/files/googleanalytics/ga.js"=>Awestruct::Page{ 47653620: output_path=>/sites/default/files/googleanalytics/ga.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/googleanalytics/ga.js, layout=> }, "/sites/default/files/hudson-mobi-appstore1.png"=>Awestruct::Page{ 47778000: output_path=>/sites/default/files/hudson-mobi-appstore1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudson-mobi-appstore1.png, layout=> }, "/sites/default/files/hudsonmobi-joblist.png"=>Awestruct::Page{ 47787120: output_path=>/sites/default/files/hudsonmobi-joblist.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-joblist.png, layout=> }, "/sites/default/files/hudsonmobi-qr.png"=>Awestruct::Page{ 47812640: output_path=>/sites/default/files/hudsonmobi-qr.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr.png, layout=> }, "/sites/default/files/hudsonmobi-qr_0.png"=>Awestruct::Page{ 47838160: output_path=>/sites/default/files/hudsonmobi-qr_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-qr_0.png, layout=> }, "/sites/default/files/hudsonmobi-v2-0-android1.png"=>Awestruct::Page{ 47871860: output_path=>/sites/default/files/hudsonmobi-v2-0-android1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/hudsonmobi-v2-0-android1.png, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.jpg"=>Awestruct::Page{ 47942220: output_path=>/sites/default/files/images/01-01-1130-phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.jpg, layout=> }, "/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg"=>Awestruct::Page{ 47983780: output_path=>/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1130-phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.jpg"=>Awestruct::Page{ 47992700: output_path=>/sites/default/files/images/01-01-1400-vilim_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.jpg, layout=> }, "/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg"=>Awestruct::Page{ 48026080: output_path=>/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1400-vilim_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.jpg"=>Awestruct::Page{ 48059580: output_path=>/sites/default/files/images/01-01-1600-soula_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.jpg, layout=> }, "/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg"=>Awestruct::Page{ 48076580: output_path=>/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-01-1600-soula_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.jpg"=>Awestruct::Page{ 48101900: output_path=>/sites/default/files/images/01-02-1030-dang_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.jpg, layout=> }, "/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg"=>Awestruct::Page{ 41819260: output_path=>/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1030-dang_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.png"=>Awestruct::Page{ 43794260: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.png, layout=> }, "/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png"=>Awestruct::Page{ 43786720: output_path=>/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1600-McCollum_0.thumbnail.png, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.jpg"=>Awestruct::Page{ 43795640: output_path=>/sites/default/files/images/01-02-1615-hobson_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.jpg, layout=> }, "/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg"=>Awestruct::Page{ 43452200: output_path=>/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/01-02-1615-hobson_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.jpg"=>Awestruct::Page{ 44132860: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.jpg, layout=> }, "/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg"=>Awestruct::Page{ 44141660: output_path=>/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/02-03-1530-ogawa_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/DSC00105.JPG"=>Awestruct::Page{ 44281660: output_path=>/sites/default/files/images/DSC00105.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.JPG, layout=> }, "/sites/default/files/images/DSC00105.preview.JPG"=>Awestruct::Page{ 44290460: output_path=>/sites/default/files/images/DSC00105.preview.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.preview.JPG, layout=> }, "/sites/default/files/images/DSC00105.thumbnail.JPG"=>Awestruct::Page{ 44192780: output_path=>/sites/default/files/images/DSC00105.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/DSC00105.thumbnail.JPG, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.jpg"=>Awestruct::Page{ 44209900: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.jpg, layout=> }, "/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg"=>Awestruct::Page{ 44218700: output_path=>/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Denis-Chernilevskiy_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.png"=>Awestruct::Page{ 44227620: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.png, layout=> }, "/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png"=>Awestruct::Page{ 43867800: output_path=>/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/FS_vertical_logo_colored_512x347.thumbnail.png, layout=> }, "/sites/default/files/images/Forest_Handford.jpg"=>Awestruct::Page{ 43860380: output_path=>/sites/default/files/images/Forest_Handford.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.preview.jpg"=>Awestruct::Page{ 43877380: output_path=>/sites/default/files/images/Forest_Handford.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford.thumbnail.jpg"=>Awestruct::Page{ 51078760: output_path=>/sites/default/files/images/Forest_Handford.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford.thumbnail.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.jpg"=>Awestruct::Page{ 51398980: output_path=>/sites/default/files/images/Forest_Handford_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.preview.jpg"=>Awestruct::Page{ 51440560: output_path=>/sites/default/files/images/Forest_Handford_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.preview.jpg, layout=> }, "/sites/default/files/images/Forest_Handford_0.thumbnail.jpg"=>Awestruct::Page{ 51473940: output_path=>/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Forest_Handford_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Hudson_coatofarms.gif"=>Awestruct::Page{ 51417340: output_path=>/sites/default/files/images/Hudson_coatofarms.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.gif, layout=> }, "/sites/default/files/images/Hudson_coatofarms.thumbnail.gif"=>Awestruct::Page{ 51589980: output_path=>/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Hudson_coatofarms.thumbnail.gif, layout=> }, "/sites/default/files/images/IMAG0786.jpg"=>Awestruct::Page{ 51623480: output_path=>/sites/default/files/images/IMAG0786.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.jpg, layout=> }, "/sites/default/files/images/IMAG0786.thumbnail.jpg"=>Awestruct::Page{ 51665060: output_path=>/sites/default/files/images/IMAG0786.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMAG0786.thumbnail.jpg, layout=> }, "/sites/default/files/images/IMG_0199.JPG"=>Awestruct::Page{ 51731340: output_path=>/sites/default/files/images/IMG_0199.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.JPG, layout=> }, "/sites/default/files/images/IMG_0199.thumbnail.JPG"=>Awestruct::Page{ 51789300: output_path=>/sites/default/files/images/IMG_0199.thumbnail.JPG, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/IMG_0199.thumbnail.JPG, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.png"=>Awestruct::Page{ 51781880: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.png, layout=> }, "/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png"=>Awestruct::Page{ 51536740: output_path=>/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-Berlin-Sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.jpg"=>Awestruct::Page{ 51938880: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg"=>Awestruct::Page{ 51947680: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.preview.jpg, layout=> }, "/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg"=>Awestruct::Page{ 51989260: output_path=>/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-banners-Papers-938px.thumbnail.jpg, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.png"=>Awestruct::Page{ 52039140: output_path=>/sites/default/files/images/JUC-boston-sponsors.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.preview.png"=>Awestruct::Page{ 52047940: output_path=>/sites/default/files/images/JUC-boston-sponsors.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.preview.png, layout=> }, "/sites/default/files/images/JUC-boston-sponsors.thumbnail.png"=>Awestruct::Page{ 52089520: output_path=>/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC-boston-sponsors.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png"=>Awestruct::Page{ 52155800: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png"=>Awestruct::Page{ 52393980: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.preview.png, layout=> }, "/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png"=>Awestruct::Page{ 52410960: output_path=>/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-jenkinsci-earlybird-4-30-01_0.thumbnail.png, layout=> }, "/sites/default/files/images/JUC_940-updated.jpg"=>Awestruct::Page{ 52469040: output_path=>/sites/default/files/images/JUC_940-updated.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.preview.jpg"=>Awestruct::Page{ 52543380: output_path=>/sites/default/files/images/JUC_940-updated.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.preview.jpg, layout=> }, "/sites/default/files/images/JUC_940-updated.thumbnail.jpg"=>Awestruct::Page{ 52535840: output_path=>/sites/default/files/images/JUC_940-updated.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JUC_940-updated.thumbnail.jpg, layout=> }, "/sites/default/files/images/JavaOne.png"=>Awestruct::Page{ 52544780: output_path=>/sites/default/files/images/JavaOne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.png, layout=> }, "/sites/default/files/images/JavaOne.thumbnail.png"=>Awestruct::Page{ 52602740: output_path=>/sites/default/files/images/JavaOne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/JavaOne.thumbnail.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.png"=>Awestruct::Page{ 52578900: output_path=>/sites/default/files/images/Jenkins_Butler_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.png, layout=> }, "/sites/default/files/images/Jenkins_Butler_0.thumbnail.png"=>Awestruct::Page{ 52743360: output_path=>/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Jenkins_Butler_0.thumbnail.png, layout=> }, "/sites/default/files/images/Kandler_0.jpg"=>Awestruct::Page{ 52940700: output_path=>/sites/default/files/images/Kandler_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.jpg, layout=> }, "/sites/default/files/images/Kandler_0.thumbnail.jpg"=>Awestruct::Page{ 52957700: output_path=>/sites/default/files/images/Kandler_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Kandler_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/OMeara_0.jpg"=>Awestruct::Page{ 52999400: output_path=>/sites/default/files/images/OMeara_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.jpg, layout=> }, "/sites/default/files/images/OMeara_0.thumbnail.jpg"=>Awestruct::Page{ 53057360: output_path=>/sites/default/files/images/OMeara_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/OMeara_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.jpg"=>Awestruct::Page{ 53074480: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.jpg, layout=> }, "/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg"=>Awestruct::Page{ 53116060: output_path=>/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/SC-conv-ctr-200_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png"=>Awestruct::Page{ 53452440: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.png, layout=> }, "/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png"=>Awestruct::Page{ 53444680: output_path=>/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Screen Shot 2015-09-30 at 2.15.54 PM_0.thumbnail.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.png"=>Awestruct::Page{ 53510940: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.png, layout=> }, "/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png"=>Awestruct::Page{ 53560700: output_path=>/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/Seville-JAM_logo_1024px_0.thumbnail.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.png"=>Awestruct::Page{ 53610600: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.png, layout=> }, "/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png"=>Awestruct::Page{ 53758660: output_path=>/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/The-Phoenix-Project-border_2.thumbnail.png, layout=> }, "/sites/default/files/images/alyssa.jpg"=>Awestruct::Page{ 53816740: output_path=>/sites/default/files/images/alyssa.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.jpg, layout=> }, "/sites/default/files/images/alyssa.thumbnail.jpg"=>Awestruct::Page{ 53891080: output_path=>/sites/default/files/images/alyssa.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/alyssa.thumbnail.jpg, layout=> }, "/sites/default/files/images/banner940.jpg"=>Awestruct::Page{ 54088420: output_path=>/sites/default/files/images/banner940.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.jpg, layout=> }, "/sites/default/files/images/banner940.preview.jpg"=>Awestruct::Page{ 54146380: output_path=>/sites/default/files/images/banner940.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.preview.jpg, layout=> }, "/sites/default/files/images/banner940.thumbnail.jpg"=>Awestruct::Page{ 54163380: output_path=>/sites/default/files/images/banner940.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/banner940.thumbnail.jpg, layout=> }, "/sites/default/files/images/bitExpert-logo_0.png"=>Awestruct::Page{ 54213260: output_path=>/sites/default/files/images/bitExpert-logo_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.png, layout=> }, "/sites/default/files/images/bitExpert-logo_0.thumbnail.png"=>Awestruct::Page{ 54484200: output_path=>/sites/default/files/images/bitExpert-logo_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/bitExpert-logo_0.thumbnail.png, layout=> }, "/sites/default/files/images/butler-kk-gk_0.jpg"=>Awestruct::Page{ 54493120: output_path=>/sites/default/files/images/butler-kk-gk_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.jpg, layout=> }, "/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg"=>Awestruct::Page{ 54485580: output_path=>/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler-kk-gk_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/butler.png"=>Awestruct::Page{ 54535460: output_path=>/sites/default/files/images/butler.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler.png, layout=> }, "/sites/default/files/images/butler_tiny.png"=>Awestruct::Page{ 54732800: output_path=>/sites/default/files/images/butler_tiny.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/butler_tiny.png, layout=> }, "/sites/default/files/images/cadet_0.jpg"=>Awestruct::Page{ 54807260: output_path=>/sites/default/files/images/cadet_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.jpg, layout=> }, "/sites/default/files/images/cadet_0.thumbnail.jpg"=>Awestruct::Page{ 54865200: output_path=>/sites/default/files/images/cadet_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cadet_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cb_0.png"=>Awestruct::Page{ 55046160: output_path=>/sites/default/files/images/cb_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.png, layout=> }, "/sites/default/files/images/cb_0.thumbnail.png"=>Awestruct::Page{ 55120500: output_path=>/sites/default/files/images/cb_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cb_0.thumbnail.png, layout=> }, "/sites/default/files/images/christou.jpg"=>Awestruct::Page{ 55170400: output_path=>/sites/default/files/images/christou.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.jpg, layout=> }, "/sites/default/files/images/christou.thumbnail.jpg"=>Awestruct::Page{ 55179200: output_path=>/sites/default/files/images/christou.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/christou.thumbnail.jpg, layout=> }, "/sites/default/files/images/chrome_extension_success.png"=>Awestruct::Page{ 55392920: output_path=>/sites/default/files/images/chrome_extension_success.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.png, layout=> }, "/sites/default/files/images/chrome_extension_success.thumbnail.png"=>Awestruct::Page{ 55401720: output_path=>/sites/default/files/images/chrome_extension_success.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/chrome_extension_success.thumbnail.png, layout=> }, "/sites/default/files/images/cisneros_0.jpg"=>Awestruct::Page{ 55467980: output_path=>/sites/default/files/images/cisneros_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.jpg, layout=> }, "/sites/default/files/images/cisneros_0.preview.jpg"=>Awestruct::Page{ 55460440: output_path=>/sites/default/files/images/cisneros_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.preview.jpg, layout=> }, "/sites/default/files/images/cisneros_0.thumbnail.jpg"=>Awestruct::Page{ 55510200: output_path=>/sites/default/files/images/cisneros_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cisneros_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/cph2015.jpeg"=>Awestruct::Page{ 55527320: output_path=>/sites/default/files/images/cph2015.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.jpeg, layout=> }, "/sites/default/files/images/cph2015.preview.jpeg"=>Awestruct::Page{ 55724540: output_path=>/sites/default/files/images/cph2015.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.preview.jpeg, layout=> }, "/sites/default/files/images/cph2015.thumbnail.jpeg"=>Awestruct::Page{ 55839840: output_path=>/sites/default/files/images/cph2015.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/cph2015.thumbnail.jpeg, layout=> }, "/sites/default/files/images/create-item.png"=>Awestruct::Page{ 55848760: output_path=>/sites/default/files/images/create-item.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.png, layout=> }, "/sites/default/files/images/create-item.preview.png"=>Awestruct::Page{ 55898520: output_path=>/sites/default/files/images/create-item.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.preview.png, layout=> }, "/sites/default/files/images/create-item.thumbnail.png"=>Awestruct::Page{ 56079360: output_path=>/sites/default/files/images/create-item.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item.thumbnail.png, layout=> }, "/sites/default/files/images/create-item_580.jpg"=>Awestruct::Page{ 56153820: output_path=>/sites/default/files/images/create-item_580.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.jpg, layout=> }, "/sites/default/files/images/create-item_580.thumbnail.jpg"=>Awestruct::Page{ 56211780: output_path=>/sites/default/files/images/create-item_580.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/create-item_580.thumbnail.jpg, layout=> }, "/sites/default/files/images/current.png"=>Awestruct::Page{ 56376360: output_path=>/sites/default/files/images/current.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.png, layout=> }, "/sites/default/files/images/current.preview.png"=>Awestruct::Page{ 56393360: output_path=>/sites/default/files/images/current.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.preview.png, layout=> }, "/sites/default/files/images/current.thumbnail.png"=>Awestruct::Page{ 56385820: output_path=>/sites/default/files/images/current.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/current.thumbnail.png, layout=> }, "/sites/default/files/images/dc_0.jpg"=>Awestruct::Page{ 56427520: output_path=>/sites/default/files/images/dc_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.jpg, layout=> }, "/sites/default/files/images/dc_0.thumbnail.jpg"=>Awestruct::Page{ 56493680: output_path=>/sites/default/files/images/dc_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dc_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.jpg"=>Awestruct::Page{ 56691020: output_path=>/sites/default/files/images/dcoraboeuf_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.preview.jpg"=>Awestruct::Page{ 56708000: output_path=>/sites/default/files/images/dcoraboeuf_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.preview.jpg, layout=> }, "/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg"=>Awestruct::Page{ 56765960: output_path=>/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/dcoraboeuf_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/delphix_logo_color_0.png"=>Awestruct::Page{ 56815840: output_path=>/sites/default/files/images/delphix_logo_color_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.png, layout=> }, "/sites/default/files/images/delphix_logo_color_0.thumbnail.png"=>Awestruct::Page{ 56824640: output_path=>/sites/default/files/images/delphix_logo_color_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/delphix_logo_color_0.thumbnail.png, layout=> }, "/sites/default/files/images/developer.gif"=>Awestruct::Page{ 57013800: output_path=>/sites/default/files/images/developer.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/developer.gif, layout=> }, "/sites/default/files/images/digg-logo.png"=>Awestruct::Page{ 57071880: output_path=>/sites/default/files/images/digg-logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.png, layout=> }, "/sites/default/files/images/digg-logo.thumbnail.png"=>Awestruct::Page{ 57228140: output_path=>/sites/default/files/images/digg-logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/digg-logo.thumbnail.png, layout=> }, "/sites/default/files/images/docker-hack-day_0.jpg"=>Awestruct::Page{ 57237060: output_path=>/sites/default/files/images/docker-hack-day_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.preview.jpg"=>Awestruct::Page{ 57229520: output_path=>/sites/default/files/images/docker-hack-day_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.preview.jpg, layout=> }, "/sites/default/files/images/docker-hack-day_0.thumbnail.jpg"=>Awestruct::Page{ 57279280: output_path=>/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/docker-hack-day_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/fosdem.png"=>Awestruct::Page{ 57525760: output_path=>/sites/default/files/images/fosdem.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.png, layout=> }, "/sites/default/files/images/fosdem.thumbnail.png"=>Awestruct::Page{ 57837660: output_path=>/sites/default/files/images/fosdem.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/fosdem.thumbnail.png, layout=> }, "/sites/default/files/images/freebsd.png"=>Awestruct::Page{ 57936680: output_path=>/sites/default/files/images/freebsd.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/freebsd.png, layout=> }, "/sites/default/files/images/gradle_logo.gif"=>Awestruct::Page{ 57953800: output_path=>/sites/default/files/images/gradle_logo.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.gif, layout=> }, "/sites/default/files/images/gradle_logo.thumbnail.gif"=>Awestruct::Page{ 58003560: output_path=>/sites/default/files/images/gradle_logo.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/gradle_logo.thumbnail.gif, layout=> }, "/sites/default/files/images/headshot.png"=>Awestruct::Page{ 65246020: output_path=>/sites/default/files/images/headshot.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/headshot.png, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.jpg"=>Awestruct::Page{ 65263140: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg"=>Awestruct::Page{ 65271940: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.preview.jpg, layout=> }, "/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg"=>Awestruct::Page{ 65379040: output_path=>/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_1920x1074_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.jpg"=>Awestruct::Page{ 65387960: output_path=>/sites/default/files/images/history-jenkins_590.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.jpg, layout=> }, "/sites/default/files/images/history-jenkins_590.thumbnail.jpg"=>Awestruct::Page{ 65380420: output_path=>/sites/default/files/images/history-jenkins_590.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/history-jenkins_590.thumbnail.jpg, layout=> }, "/sites/default/files/images/hudson.gif"=>Awestruct::Page{ 65397540: output_path=>/sites/default/files/images/hudson.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.gif, layout=> }, "/sites/default/files/images/hudson.thumbnail.gif"=>Awestruct::Page{ 65496460: output_path=>/sites/default/files/images/hudson.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/hudson.thumbnail.gif, layout=> }, "/sites/default/files/images/infoq.png"=>Awestruct::Page{ 65505380: output_path=>/sites/default/files/images/infoq.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.png, layout=> }, "/sites/default/files/images/infoq.preview.png"=>Awestruct::Page{ 65522380: output_path=>/sites/default/files/images/infoq.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.preview.png, layout=> }, "/sites/default/files/images/infoq.thumbnail.png"=>Awestruct::Page{ 65596720: output_path=>/sites/default/files/images/infoq.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infoq.thumbnail.png, layout=> }, "/sites/default/files/images/infradna_black.png"=>Awestruct::Page{ 65622020: output_path=>/sites/default/files/images/infradna_black.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.png, layout=> }, "/sites/default/files/images/infradna_black.thumbnail.png"=>Awestruct::Page{ 65639000: output_path=>/sites/default/files/images/infradna_black.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/infradna_black.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.jpg"=>Awestruct::Page{ 65647920: output_path=>/sites/default/files/images/jenkins-100k-profile_4.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.jpg, layout=> }, "/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg"=>Awestruct::Page{ 65738660: output_path=>/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins-100k-profile_4.thumbnail.jpg, layout=> }, "/sites/default/files/images/jenkins100k_1.jpeg"=>Awestruct::Page{ 65755780: output_path=>/sites/default/files/images/jenkins100k_1.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.preview.jpeg"=>Awestruct::Page{ 65764580: output_path=>/sites/default/files/images/jenkins100k_1.preview.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.preview.jpeg, layout=> }, "/sites/default/files/images/jenkins100k_1.thumbnail.jpeg"=>Awestruct::Page{ 65871680: output_path=>/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins100k_1.thumbnail.jpeg, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.png"=>Awestruct::Page{ 65864260: output_path=>/sites/default/files/images/jenkins_adrian_moya.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.preview.png"=>Awestruct::Page{ 65873060: output_path=>/sites/default/files/images/jenkins_adrian_moya.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.preview.png, layout=> }, "/sites/default/files/images/jenkins_adrian_moya.thumbnail.png"=>Awestruct::Page{ 65890060: output_path=>/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_adrian_moya.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.png"=>Awestruct::Page{ 65989100: output_path=>/sites/default/files/images/jenkins_akiko_takano.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.png, layout=> }, "/sites/default/files/images/jenkins_akiko_takano.thumbnail.png"=>Awestruct::Page{ 66006080: output_path=>/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_akiko_takano.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.png"=>Awestruct::Page{ 66015000: output_path=>/sites/default/files/images/jenkins_ben_minne.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.png, layout=> }, "/sites/default/files/images/jenkins_ben_minne.thumbnail.png"=>Awestruct::Page{ 66113920: output_path=>/sites/default/files/images/jenkins_ben_minne.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_ben_minne.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.png"=>Awestruct::Page{ 66131020: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.preview.png"=>Awestruct::Page{ 66139820: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.preview.png, layout=> }, "/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png"=>Awestruct::Page{ 66246940: output_path=>/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_christopher_getschmann.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.png"=>Awestruct::Page{ 66255860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.preview.png"=>Awestruct::Page{ 66272860: output_path=>/sites/default/files/images/jenkins_emily_bertelson.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.preview.png, layout=> }, "/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png"=>Awestruct::Page{ 66265320: output_path=>/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_emily_bertelson.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.png"=>Awestruct::Page{ 66364360: output_path=>/sites/default/files/images/jenkins_frontside_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.preview.png"=>Awestruct::Page{ 66381360: output_path=>/sites/default/files/images/jenkins_frontside_1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.preview.png, layout=> }, "/sites/default/files/images/jenkins_frontside_1.thumbnail.png"=>Awestruct::Page{ 66390180: output_path=>/sites/default/files/images/jenkins_frontside_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_1.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.png"=>Awestruct::Page{ 66489220: output_path=>/sites/default/files/images/jenkins_frontside_2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.png, layout=> }, "/sites/default/files/images/jenkins_frontside_2.thumbnail.png"=>Awestruct::Page{ 66506220: output_path=>/sites/default/files/images/jenkins_frontside_2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_frontside_2.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.png"=>Awestruct::Page{ 66515160: output_path=>/sites/default/files/images/jenkins_jeremy_murray.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.png, layout=> }, "/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png"=>Awestruct::Page{ 66622260: output_path=>/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_jeremy_murray.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.png"=>Awestruct::Page{ 66631180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.preview.png"=>Awestruct::Page{ 66648180: output_path=>/sites/default/files/images/jenkins_matthias_cullman.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.preview.png, layout=> }, "/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png"=>Awestruct::Page{ 66747080: output_path=>/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_matthias_cullman.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.png"=>Awestruct::Page{ 66764200: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.preview.png"=>Awestruct::Page{ 66756660: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.preview.png, layout=> }, "/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png"=>Awestruct::Page{ 66765460: output_path=>/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_tomas_ekeli.thumbnail.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.png"=>Awestruct::Page{ 66872680: output_path=>/sites/default/files/images/jenkins_vimil_saju.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.preview.png"=>Awestruct::Page{ 66881500: output_path=>/sites/default/files/images/jenkins_vimil_saju.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.preview.png, layout=> }, "/sites/default/files/images/jenkins_vimil_saju.thumbnail.png"=>Awestruct::Page{ 66898500: output_path=>/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jenkins_vimil_saju.thumbnail.png, layout=> }, "/sites/default/files/images/jfrog-logo.jpg"=>Awestruct::Page{ 66997540: output_path=>/sites/default/files/images/jfrog-logo.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.jpg, layout=> }, "/sites/default/files/images/jfrog-logo.thumbnail.jpg"=>Awestruct::Page{ 67006360: output_path=>/sites/default/files/images/jfrog-logo.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jfrog-logo.thumbnail.jpg, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.png"=>Awestruct::Page{ 67023480: output_path=>/sites/default/files/images/juc-video-thumbnail_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.png, layout=> }, "/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png"=>Awestruct::Page{ 67097820: output_path=>/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc-video-thumbnail_0.thumbnail.png, layout=> }, "/sites/default/files/images/juc2013.jpeg"=>Awestruct::Page{ 67123120: output_path=>/sites/default/files/images/juc2013.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.jpeg, layout=> }, "/sites/default/files/images/juc2013.thumbnail.jpeg"=>Awestruct::Page{ 67140120: output_path=>/sites/default/files/images/juc2013.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2013.thumbnail.jpeg, layout=> }, "/sites/default/files/images/juc2014-banner-left.png"=>Awestruct::Page{ 67149040: output_path=>/sites/default/files/images/juc2014-banner-left.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.preview.png"=>Awestruct::Page{ 67149660: output_path=>/sites/default/files/images/juc2014-banner-left.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left.thumbnail.png"=>Awestruct::Page{ 67141260: output_path=>/sites/default/files/images/juc2014-banner-left.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.png"=>Awestruct::Page{ 67133560: output_path=>/sites/default/files/images/juc2014-banner-left_4.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.preview.png"=>Awestruct::Page{ 67117500: output_path=>/sites/default/files/images/juc2014-banner-left_4.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.preview.png, layout=> }, "/sites/default/files/images/juc2014-banner-left_4.thumbnail.png"=>Awestruct::Page{ 67093260: output_path=>/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-left_4.thumbnail.png, layout=> }, "/sites/default/files/images/juc2014-banner-right.png"=>Awestruct::Page{ 67019980: output_path=>/sites/default/files/images/juc2014-banner-right.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014-banner-right.png, layout=> }, "/sites/default/files/images/juc2014.png"=>Awestruct::Page{ 67004060: output_path=>/sites/default/files/images/juc2014.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.png, layout=> }, "/sites/default/files/images/juc2014.preview.png"=>Awestruct::Page{ 66996200: output_path=>/sites/default/files/images/juc2014.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.preview.png, layout=> }, "/sites/default/files/images/juc2014.thumbnail.png"=>Awestruct::Page{ 66898260: output_path=>/sites/default/files/images/juc2014.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2014.thumbnail.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.png"=>Awestruct::Page{ 66882600: output_path=>/sites/default/files/images/juc2015banner-varlength.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.preview.png"=>Awestruct::Page{ 66874720: output_path=>/sites/default/files/images/juc2015banner-varlength.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.preview.png, layout=> }, "/sites/default/files/images/juc2015banner-varlength.thumbnail.png"=>Awestruct::Page{ 66768400: output_path=>/sites/default/files/images/juc2015banner-varlength.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/juc2015banner-varlength.thumbnail.png, layout=> }, "/sites/default/files/images/jues_0.png"=>Awestruct::Page{ 66760400: output_path=>/sites/default/files/images/jues_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.png, layout=> }, "/sites/default/files/images/jues_0.thumbnail.png"=>Awestruct::Page{ 66744220: output_path=>/sites/default/files/images/jues_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/jues_0.thumbnail.png, layout=> }, "/sites/default/files/images/loaderio.png"=>Awestruct::Page{ 66646360: output_path=>/sites/default/files/images/loaderio.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.png, layout=> }, "/sites/default/files/images/loaderio.thumbnail.png"=>Awestruct::Page{ 66630320: output_path=>/sites/default/files/images/loaderio.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/loaderio.thumbnail.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.png"=>Awestruct::Page{ 66622840: output_path=>/sites/default/files/images/logo+title (wob)_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.png, layout=> }, "/sites/default/files/images/logo+title (wob)_0.thumbnail.png"=>Awestruct::Page{ 66516680: output_path=>/sites/default/files/images/logo+title (wob)_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo+title (wob)_0.thumbnail.png, layout=> }, "/sites/default/files/images/logo.png"=>Awestruct::Page{ 66508940: output_path=>/sites/default/files/images/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.png, layout=> }, "/sites/default/files/images/logo.thumbnail.png"=>Awestruct::Page{ 66492900: output_path=>/sites/default/files/images/logo.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/logo.thumbnail.png, layout=> }, "/sites/default/files/images/london_0.jpg"=>Awestruct::Page{ 66395060: output_path=>/sites/default/files/images/london_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.jpg, layout=> }, "/sites/default/files/images/london_0.thumbnail.jpg"=>Awestruct::Page{ 66387180: output_path=>/sites/default/files/images/london_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/london_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/new.png"=>Awestruct::Page{ 66371260: output_path=>/sites/default/files/images/new.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.png, layout=> }, "/sites/default/files/images/new.preview.png"=>Awestruct::Page{ 66363440: output_path=>/sites/default/files/images/new.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.preview.png, layout=> }, "/sites/default/files/images/new.thumbnail.png"=>Awestruct::Page{ 66265480: output_path=>/sites/default/files/images/new.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/new.thumbnail.png, layout=> }, "/sites/default/files/images/newjuc2_1.png"=>Awestruct::Page{ 66249280: output_path=>/sites/default/files/images/newjuc2_1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.png, layout=> }, "/sites/default/files/images/newjuc2_1.thumbnail.png"=>Awestruct::Page{ 66241420: output_path=>/sites/default/files/images/newjuc2_1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/newjuc2_1.thumbnail.png, layout=> }, "/sites/default/files/images/omeara-pic_0.png"=>Awestruct::Page{ 66135380: output_path=>/sites/default/files/images/omeara-pic_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.png, layout=> }, "/sites/default/files/images/omeara-pic_0.thumbnail.png"=>Awestruct::Page{ 66127520: output_path=>/sites/default/files/images/omeara-pic_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/omeara-pic_0.thumbnail.png, layout=> }, "/sites/default/files/images/opensolaris.png"=>Awestruct::Page{ 66111580: output_path=>/sites/default/files/images/opensolaris.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensolaris.png, layout=> }, "/sites/default/files/images/opensuse.png"=>Awestruct::Page{ 66013720: output_path=>/sites/default/files/images/opensuse.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/opensuse.png, layout=> }, "/sites/default/files/images/personal-appeal.png"=>Awestruct::Page{ 66006260: output_path=>/sites/default/files/images/personal-appeal.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.png, layout=> }, "/sites/default/files/images/personal-appeal.thumbnail.png"=>Awestruct::Page{ 65990200: output_path=>/sites/default/files/images/personal-appeal.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/personal-appeal.thumbnail.png, layout=> }, "/sites/default/files/images/peru-butler_0.jpeg"=>Awestruct::Page{ 65892340: output_path=>/sites/default/files/images/peru-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/peru-butler_0.jpeg, layout=> }, "/sites/default/files/images/phillips_0.jpg"=>Awestruct::Page{ 65876400: output_path=>/sites/default/files/images/phillips_0.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.jpg, layout=> }, "/sites/default/files/images/phillips_0.thumbnail.jpg"=>Awestruct::Page{ 65868260: output_path=>/sites/default/files/images/phillips_0.thumbnail.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/phillips_0.thumbnail.jpg, layout=> }, "/sites/default/files/images/plugin.png"=>Awestruct::Page{ 65761940: output_path=>/sites/default/files/images/plugin.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/plugin.png, layout=> }, "/sites/default/files/images/redhat.png"=>Awestruct::Page{ 65754200: output_path=>/sites/default/files/images/redhat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/redhat.png, layout=> }, "/sites/default/files/images/scientist.gif"=>Awestruct::Page{ 65738300: output_path=>/sites/default/files/images/scientist.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.gif, layout=> }, "/sites/default/files/images/scientist.thumbnail.gif"=>Awestruct::Page{ 65648780: output_path=>/sites/default/files/images/scientist.thumbnail.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/scientist.thumbnail.gif, layout=> }, "/sites/default/files/images/smallerme.jpeg"=>Awestruct::Page{ 65641040: output_path=>/sites/default/files/images/smallerme.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.jpeg, layout=> }, "/sites/default/files/images/smallerme.thumbnail.jpeg"=>Awestruct::Page{ 65624980: output_path=>/sites/default/files/images/smallerme.thumbnail.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/smallerme.thumbnail.jpeg, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.png"=>Awestruct::Page{ 65600840: output_path=>/sites/default/files/images/sponsors-06032015-02_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.png, layout=> }, "/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png"=>Awestruct::Page{ 65527440: output_path=>/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors-06032015-02_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors2_0.png"=>Awestruct::Page{ 65519740: output_path=>/sites/default/files/images/sponsors2_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.png, layout=> }, "/sites/default/files/images/sponsors2_0.thumbnail.png"=>Awestruct::Page{ 65503700: output_path=>/sites/default/files/images/sponsors2_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors2_0.thumbnail.png, layout=> }, "/sites/default/files/images/sponsors_0.png"=>Awestruct::Page{ 65495960: output_path=>/sites/default/files/images/sponsors_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.png, layout=> }, "/sites/default/files/images/sponsors_0.thumbnail.png"=>Awestruct::Page{ 65398100: output_path=>/sites/default/files/images/sponsors_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/sponsors_0.thumbnail.png, layout=> }, "/sites/default/files/images/stpetersburg-butler_0.jpeg"=>Awestruct::Page{ 65381920: output_path=>/sites/default/files/images/stpetersburg-butler_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/stpetersburg-butler_0.jpeg, layout=> }, "/sites/default/files/images/toulouse-jam_0.jpeg"=>Awestruct::Page{ 65374040: output_path=>/sites/default/files/images/toulouse-jam_0.jpeg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/toulouse-jam_0.jpeg, layout=> }, "/sites/default/files/images/ubuntu.png"=>Awestruct::Page{ 65267980: output_path=>/sites/default/files/images/ubuntu.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/ubuntu.png, layout=> }, "/sites/default/files/images/user.gif"=>Awestruct::Page{ 65260240: output_path=>/sites/default/files/images/user.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/user.gif, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png"=>Awestruct::Page{ 65244320: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png"=>Awestruct::Page{ 58002940: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.png"=>Awestruct::Page{ 57954500: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png"=>Awestruct::Page{ 57938440: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.preview.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png"=>Awestruct::Page{ 57840460: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-1.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.png"=>Awestruct::Page{ 57529580: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png"=>Awestruct::Page{ 57284120: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-2.thumbnail.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.png"=>Awestruct::Page{ 57235160: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.png, layout=> }, "/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png"=>Awestruct::Page{ 57227060: output_path=>/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/versioncolumn-plugin-screenshot-3.thumbnail.png, layout=> }, "/sites/default/files/images/volume9_0.png"=>Awestruct::Page{ 57072120: output_path=>/sites/default/files/images/volume9_0.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.png, layout=> }, "/sites/default/files/images/volume9_0.preview.png"=>Awestruct::Page{ 57015120: output_path=>/sites/default/files/images/volume9_0.preview.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.preview.png, layout=> }, "/sites/default/files/images/volume9_0.thumbnail.png"=>Awestruct::Page{ 56827040: output_path=>/sites/default/files/images/volume9_0.thumbnail.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/images/volume9_0.thumbnail.png, layout=> }, "/sites/default/files/jenkins_favicon.ico"=>Awestruct::Page{ 56819500: output_path=>/sites/default/files/jenkins_favicon.ico, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_favicon.ico, layout=> }, "/sites/default/files/jenkins_logo.png"=>Awestruct::Page{ 56812000: output_path=>/sites/default/files/jenkins_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/jenkins_logo.png, layout=> }, "/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js"=>Awestruct::Page{ 56707700: output_path=>/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_00616cb306a1869fb2e28c3289674dd4.js, layout=> }, "/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js"=>Awestruct::Page{ 55852680: output_path=>/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_22d5b15508c74d52ac13489b0d4a00fc.js, layout=> }, "/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js"=>Awestruct::Page{ 55388440: output_path=>/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_39bd3c16c72fa7aa002a43b2496a8e67.js, layout=> }, "/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js"=>Awestruct::Page{ 54539380: output_path=>/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_82ea9b6ea06ef9b5383579cd2b2fbf16.js, layout=> }, "/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js"=>Awestruct::Page{ 53890840: output_path=>/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_86c73d1d4ac55d09c9b6cbd5ae214352.js, layout=> }, "/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js"=>Awestruct::Page{ 53074040: output_path=>/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_90e11c448ce1e77daf57372e7bb28dfa.js, layout=> }, "/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js"=>Awestruct::Page{ 52605600: output_path=>/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_9a5e5cbeae1d2b780c893ee2e600443b.js, layout=> }, "/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js"=>Awestruct::Page{ 52085540: output_path=>/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1536c16f414c3cb401d8f77ce2a972d.js, layout=> }, "/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js"=>Awestruct::Page{ 44282540: output_path=>/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a1a006d6caa6af22dfbfeefa0c1d65ca.js, layout=> }, "/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js"=>Awestruct::Page{ 47868820: output_path=>/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_a718b06cef462407ab1d1322d1ccb97f.js, layout=> }, "/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js"=>Awestruct::Page{ 47655380: output_path=>/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_ddfc1fa451c89b206995e3e5981c0bfa.js, layout=> }, "/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js"=>Awestruct::Page{ 47489800: output_path=>/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e0fda2721e2af67819e9d6009b448426.js, layout=> }, "/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js"=>Awestruct::Page{ 47278880: output_path=>/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_e2ad89a451a86d1fc077b476d7498a8f.js, layout=> }, "/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js"=>Awestruct::Page{ 46709620: output_path=>/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/js/js_f69102f572d2186a0e7ccde3bd6a04b3.js, layout=> }, "/sites/default/files/logo.png"=>Awestruct::Page{ 46512320: output_path=>/sites/default/files/logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/logo.png, layout=> }, "/sites/default/files/master/master.css"=>Awestruct::Page{ 46449740: output_path=>/sites/default/files/master/master.css, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.css, layout=> }, "/sites/default/files/master/master.js"=>Awestruct::Page{ 46434460: output_path=>/sites/default/files/master/master.js, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/master.js, layout=> }, "/sites/default/files/master/readme.txt"=>Awestruct::Page{ 45345040: output_path=>/sites/default/files/master/readme.txt, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/master/readme.txt, layout=> }, "/sites/default/files/mood_widget-good.png"=>Awestruct::Page{ 45296600: output_path=>/sites/default/files/mood_widget-good.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-good.png, layout=> }, "/sites/default/files/mood_widget-settings.png"=>Awestruct::Page{ 45280960: output_path=>/sites/default/files/mood_widget-settings.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/mood_widget-settings.png, layout=> }, "/sites/default/files/octocat.png"=>Awestruct::Page{ 45986400: output_path=>/sites/default/files/octocat.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/octocat.png, layout=> }, "/sites/default/files/pixture_favicon.png"=>Awestruct::Page{ 45921800: output_path=>/sites/default/files/pixture_favicon.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_favicon.png, layout=> }, "/sites/default/files/pixture_logo.png"=>Awestruct::Page{ 45881220: output_path=>/sites/default/files/pixture_logo.png, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/pixture_logo.png, layout=> }, "/sites/default/files/taperecorder.jpg"=>Awestruct::Page{ 45792020: output_path=>/sites/default/files/taperecorder.jpg, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/taperecorder.jpg, layout=> }, "/sites/default/files/usage-stats.gif"=>Awestruct::Page{ 45719220: output_path=>/sites/default/files/usage-stats.gif, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/sites/default/files/usage-stats.gif, layout=> }, "/solutions/android/index.html"=>Awestruct::Page{ 45518700: output_path=>/solutions/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/solutions/c/index.html"=>Awestruct::Page{ 44613700: output_path=>/solutions/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/solutions/docker/index.html"=>Awestruct::Page{ 47647400: output_path=>/solutions/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/solutions/embedded/index.html"=>Awestruct::Page{ 44576860: output_path=>/solutions/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/solutions/github/index.html"=>Awestruct::Page{ 41718760: output_path=>/solutions/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/solutions/java/index.html"=>Awestruct::Page{ 42843020: output_path=>/solutions/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/solutions/pipeline/index.html"=>Awestruct::Page{ 42201080: output_path=>/solutions/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/solutions/python/index.html"=>Awestruct::Page{ 64507980: output_path=>/solutions/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/solutions/ruby/index.html"=>Awestruct::Page{ 63121440: output_path=>/solutions/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }, "/stable-rc/index.html"=>Awestruct::Page{ 57472960: output_path=>/stable-rc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/stable-rc/index.html, layout=>post }, "/welcome/index.html"=>Awestruct::Page{ 56109040: output_path=>/welcome/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/welcome/index.html, layout=>post }, "sitemap.xml"=>Awestruct::Page{ 11105480: output_path=>sitemap.xml, source_path=>/home/tyler/.rvm/gems/ruby-2.3.0@jenkins/gems/awestruct-0.5.7/lib/awestruct/extensions/sitemap.xml.haml, layout=> }, "/node/index.html"=>Awestruct::Page{ 45274900: output_path=>/node/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/2.html"=>Awestruct::Page{ 41082360: output_path=>/node/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/3.html"=>Awestruct::Page{ 47969380: output_path=>/node/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/4.html"=>Awestruct::Page{ 55028360: output_path=>/node/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/5.html"=>Awestruct::Page{ 42361080: output_path=>/node/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/6.html"=>Awestruct::Page{ 55375640: output_path=>/node/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/7.html"=>Awestruct::Page{ 45215080: output_path=>/node/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/8.html"=>Awestruct::Page{ 46154620: output_path=>/node/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/9.html"=>Awestruct::Page{ 43391060: output_path=>/node/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/10.html"=>Awestruct::Page{ 44748200: output_path=>/node/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/11.html"=>Awestruct::Page{ 41460520: output_path=>/node/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/12.html"=>Awestruct::Page{ 63609120: output_path=>/node/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/13.html"=>Awestruct::Page{ 56455080: output_path=>/node/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/14.html"=>Awestruct::Page{ 54060800: output_path=>/node/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/15.html"=>Awestruct::Page{ 51805620: output_path=>/node/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/16.html"=>Awestruct::Page{ 46945400: output_path=>/node/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/17.html"=>Awestruct::Page{ 45468500: output_path=>/node/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/18.html"=>Awestruct::Page{ 45851000: output_path=>/node/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/19.html"=>Awestruct::Page{ 46577720: output_path=>/node/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/20.html"=>Awestruct::Page{ 55152220: output_path=>/node/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/21.html"=>Awestruct::Page{ 51488100: output_path=>/node/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/22.html"=>Awestruct::Page{ 43703180: output_path=>/node/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/23.html"=>Awestruct::Page{ 42848640: output_path=>/node/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/24.html"=>Awestruct::Page{ 57976520: output_path=>/node/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/25.html"=>Awestruct::Page{ 53574880: output_path=>/node/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/26.html"=>Awestruct::Page{ 43856540: output_path=>/node/page/26.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/27.html"=>Awestruct::Page{ 44868760: output_path=>/node/page/27.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/28.html"=>Awestruct::Page{ 40342780: output_path=>/node/page/28.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/29.html"=>Awestruct::Page{ 67026100: output_path=>/node/page/29.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/30.html"=>Awestruct::Page{ 66515800: output_path=>/node/page/30.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/31.html"=>Awestruct::Page{ 66013400: output_path=>/node/page/31.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/32.html"=>Awestruct::Page{ 65593360: output_path=>/node/page/32.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/33.html"=>Awestruct::Page{ 57841300: output_path=>/node/page/33.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/34.html"=>Awestruct::Page{ 56495700: output_path=>/node/page/34.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/35.html"=>Awestruct::Page{ 55513440: output_path=>/node/page/35.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/36.html"=>Awestruct::Page{ 54489500: output_path=>/node/page/36.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/37.html"=>Awestruct::Page{ 53449740: output_path=>/node/page/37.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/38.html"=>Awestruct::Page{ 52467060: output_path=>/node/page/38.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/39.html"=>Awestruct::Page{ 51731980: output_path=>/node/page/39.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/40.html"=>Awestruct::Page{ 44222520: output_path=>/node/page/40.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/41.html"=>Awestruct::Page{ 48099480: output_path=>/node/page/41.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/42.html"=>Awestruct::Page{ 47815060: output_path=>/node/page/42.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/43.html"=>Awestruct::Page{ 47506560: output_path=>/node/page/43.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/44.html"=>Awestruct::Page{ 47221520: output_path=>/node/page/44.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/45.html"=>Awestruct::Page{ 46937380: output_path=>/node/page/45.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/46.html"=>Awestruct::Page{ 46661520: output_path=>/node/page/46.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/47.html"=>Awestruct::Page{ 45361340: output_path=>/node/page/47.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/48.html"=>Awestruct::Page{ 44894940: output_path=>/node/page/48.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/49.html"=>Awestruct::Page{ 43735520: output_path=>/node/page/49.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/50.html"=>Awestruct::Page{ 44730420: output_path=>/node/page/50.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/51.html"=>Awestruct::Page{ 41686840: output_path=>/node/page/51.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/52.html"=>Awestruct::Page{ 42370500: output_path=>/node/page/52.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/53.html"=>Awestruct::Page{ 39490940: output_path=>/node/page/53.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/54.html"=>Awestruct::Page{ 64111060: output_path=>/node/page/54.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/55.html"=>Awestruct::Page{ 63115360: output_path=>/node/page/55.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/56.html"=>Awestruct::Page{ 57524060: output_path=>/node/page/56.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/57.html"=>Awestruct::Page{ 56642460: output_path=>/node/page/57.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/page/58.html"=>Awestruct::Page{ 55671000: output_path=>/node/page/58.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/rss.xml"=>Awestruct::Page{ 59819460: output_path=>/rss.xml, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/_ext/atom.xml.haml, layout=> }, "/node/tags/blueocean/index.html"=>Awestruct::Page{ 59130200: output_path=>/node/tags/blueocean/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/index.html"=>Awestruct::Page{ 58940560: output_path=>/node/tags/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/2.html"=>Awestruct::Page{ 58772580: output_path=>/node/tags/pipeline/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/3.html"=>Awestruct::Page{ 58502500: output_path=>/node/tags/pipeline/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/4.html"=>Awestruct::Page{ 58329660: output_path=>/node/tags/pipeline/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/pipeline/page/5.html"=>Awestruct::Page{ 58172560: output_path=>/node/tags/pipeline/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/freestyle/index.html"=>Awestruct::Page{ 57740660: output_path=>/node/tags/freestyle/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/index.html"=>Awestruct::Page{ 57547700: output_path=>/node/tags/plugins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/2.html"=>Awestruct::Page{ 56956020: output_path=>/node/tags/plugins/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/3.html"=>Awestruct::Page{ 56277840: output_path=>/node/tags/plugins/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/4.html"=>Awestruct::Page{ 55772860: output_path=>/node/tags/plugins/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/5.html"=>Awestruct::Page{ 55012840: output_path=>/node/tags/plugins/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugins/page/6.html"=>Awestruct::Page{ 54417700: output_path=>/node/tags/plugins/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/conditional-build-step/index.html"=>Awestruct::Page{ 53691780: output_path=>/node/tags/conditional-build-step/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/index.html"=>Awestruct::Page{ 52238960: output_path=>/node/tags/development/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/2.html"=>Awestruct::Page{ 51138680: output_path=>/node/tags/development/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/3.html"=>Awestruct::Page{ 46980700: output_path=>/node/tags/development/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/4.html"=>Awestruct::Page{ 45124860: output_path=>/node/tags/development/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/5.html"=>Awestruct::Page{ 47291840: output_path=>/node/tags/development/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/6.html"=>Awestruct::Page{ 48115180: output_path=>/node/tags/development/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/development/page/7.html"=>Awestruct::Page{ 43997680: output_path=>/node/tags/development/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/java8/index.html"=>Awestruct::Page{ 43831400: output_path=>/node/tags/java8/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/upgrade/index.html"=>Awestruct::Page{ 41764420: output_path=>/node/tags/upgrade/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/index.html"=>Awestruct::Page{ 41189220: output_path=>/node/tags/event/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/2.html"=>Awestruct::Page{ 28590520: output_path=>/node/tags/event/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/event/page/3.html"=>Awestruct::Page{ 28246800: output_path=>/node/tags/event/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/index.html"=>Awestruct::Page{ 27849200: output_path=>/node/tags/jenkinsworld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsworld/page/2.html"=>Awestruct::Page{ 27452420: output_path=>/node/tags/jenkinsworld/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/index.html"=>Awestruct::Page{ 27078200: output_path=>/node/tags/core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/2.html"=>Awestruct::Page{ 26715900: output_path=>/node/tags/core/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/3.html"=>Awestruct::Page{ 26275820: output_path=>/node/tags/core/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/4.html"=>Awestruct::Page{ 25835580: output_path=>/node/tags/core/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/5.html"=>Awestruct::Page{ 25691460: output_path=>/node/tags/core/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/6.html"=>Awestruct::Page{ 25530340: output_path=>/node/tags/core/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/7.html"=>Awestruct::Page{ 25345500: output_path=>/node/tags/core/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/8.html"=>Awestruct::Page{ 25136240: output_path=>/node/tags/core/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/core/page/9.html"=>Awestruct::Page{ 24926220: output_path=>/node/tags/core/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/security/index.html"=>Awestruct::Page{ 24675480: output_path=>/node/tags/security/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lifx/index.html"=>Awestruct::Page{ 24066200: output_path=>/node/tags/lifx/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/index.html"=>Awestruct::Page{ 23407380: output_path=>/node/tags/jam/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jam/page/2.html"=>Awestruct::Page{ 18541780: output_path=>/node/tags/jam/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/index.html"=>Awestruct::Page{ 18623460: output_path=>/node/tags/jenkins2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins2/page/2.html"=>Awestruct::Page{ 17633940: output_path=>/node/tags/jenkins2/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/azure/index.html"=>Awestruct::Page{ 17343360: output_path=>/node/tags/azure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/index.html"=>Awestruct::Page{ 16610480: output_path=>/node/tags/gsoc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/gsoc/page/2.html"=>Awestruct::Page{ 11941220: output_path=>/node/tags/gsoc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/continuousdelivery/index.html"=>Awestruct::Page{ 9232220: output_path=>/node/tags/continuousdelivery/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppet/index.html"=>Awestruct::Page{ 6052620: output_path=>/node/tags/puppet/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/puppetenterprise/index.html"=>Awestruct::Page{ 41757620: output_path=>/node/tags/puppetenterprise/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/index.html"=>Awestruct::Page{ 63665260: output_path=>/node/tags/meetup/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/2.html"=>Awestruct::Page{ 42489320: output_path=>/node/tags/meetup/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/3.html"=>Awestruct::Page{ 42471360: output_path=>/node/tags/meetup/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/4.html"=>Awestruct::Page{ 42305960: output_path=>/node/tags/meetup/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/5.html"=>Awestruct::Page{ 45802200: output_path=>/node/tags/meetup/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/6.html"=>Awestruct::Page{ 46291640: output_path=>/node/tags/meetup/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/7.html"=>Awestruct::Page{ 42914000: output_path=>/node/tags/meetup/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/8.html"=>Awestruct::Page{ 63169920: output_path=>/node/tags/meetup/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/9.html"=>Awestruct::Page{ 54189280: output_path=>/node/tags/meetup/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meetup/page/10.html"=>Awestruct::Page{ 51393740: output_path=>/node/tags/meetup/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/events/index.html"=>Awestruct::Page{ 44812500: output_path=>/node/tags/events/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/statistics/index.html"=>Awestruct::Page{ 45452120: output_path=>/node/tags/statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/performance/index.html"=>Awestruct::Page{ 57249940: output_path=>/node/tags/performance/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scalability/index.html"=>Awestruct::Page{ 45889020: output_path=>/node/tags/scalability/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/administration/index.html"=>Awestruct::Page{ 57055700: output_path=>/node/tags/administration/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/lts/index.html"=>Awestruct::Page{ 44409020: output_path=>/node/tags/lts/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JAM/index.html"=>Awestruct::Page{ 45669020: output_path=>/node/tags/JAM/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/xunit/index.html"=>Awestruct::Page{ 41596980: output_path=>/node/tags/xunit/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nightwatch/index.html"=>Awestruct::Page{ 57498180: output_path=>/node/tags/nightwatch/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/newfeatures/index.html"=>Awestruct::Page{ 52025320: output_path=>/node/tags/newfeatures/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ux/index.html"=>Awestruct::Page{ 56759720: output_path=>/node/tags/ux/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins/index.html"=>Awestruct::Page{ 47329000: output_path=>/node/tags/jenkins/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/JenkinsWorld/index.html"=>Awestruct::Page{ 41420940: output_path=>/node/tags/JenkinsWorld/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/index.html"=>Awestruct::Page{ 44310480: output_path=>/node/tags/tutorial/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/2.html"=>Awestruct::Page{ 63996200: output_path=>/node/tags/tutorial/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/tutorial/page/3.html"=>Awestruct::Page{ 46109800: output_path=>/node/tags/tutorial/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/saucelabs/index.html"=>Awestruct::Page{ 46161800: output_path=>/node/tags/saucelabs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/selenium/index.html"=>Awestruct::Page{ 43309460: output_path=>/node/tags/selenium/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/external-workspace-manager/index.html"=>Awestruct::Page{ 41621700: output_path=>/node/tags/external-workspace-manager/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ruby/index.html"=>Awestruct::Page{ 39908160: output_path=>/node/tags/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/rails/index.html"=>Awestruct::Page{ 57805900: output_path=>/node/tags/rails/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/brakeman/index.html"=>Awestruct::Page{ 54717300: output_path=>/node/tags/brakeman/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javascript/index.html"=>Awestruct::Page{ 52111940: output_path=>/node/tags/javascript/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/nodejs/index.html"=>Awestruct::Page{ 46942360: output_path=>/node/tags/nodejs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins_ru/index.html"=>Awestruct::Page{ 46646780: output_path=>/node/tags/jenkins_ru/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/notifications/index.html"=>Awestruct::Page{ 42403220: output_path=>/node/tags/notifications/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/slack/index.html"=>Awestruct::Page{ 64742380: output_path=>/node/tags/slack/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hipchat/index.html"=>Awestruct::Page{ 64971260: output_path=>/node/tags/hipchat/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/emailext/index.html"=>Awestruct::Page{ 45171360: output_path=>/node/tags/emailext/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infra/index.html"=>Awestruct::Page{ 42852180: output_path=>/node/tags/infra/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/plugin/index.html"=>Awestruct::Page{ 57309480: output_path=>/node/tags/plugin/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/index.html"=>Awestruct::Page{ 52713000: output_path=>/node/tags/general/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/2.html"=>Awestruct::Page{ 45258760: output_path=>/node/tags/general/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/3.html"=>Awestruct::Page{ 40502340: output_path=>/node/tags/general/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/4.html"=>Awestruct::Page{ 52416300: output_path=>/node/tags/general/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/5.html"=>Awestruct::Page{ 66873700: output_path=>/node/tags/general/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/6.html"=>Awestruct::Page{ 66271100: output_path=>/node/tags/general/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/7.html"=>Awestruct::Page{ 65759780: output_path=>/node/tags/general/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/8.html"=>Awestruct::Page{ 65272440: output_path=>/node/tags/general/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/9.html"=>Awestruct::Page{ 57011420: output_path=>/node/tags/general/page/9.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/10.html"=>Awestruct::Page{ 56075960: output_path=>/node/tags/general/page/10.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/11.html"=>Awestruct::Page{ 55117140: output_path=>/node/tags/general/page/11.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/12.html"=>Awestruct::Page{ 53887160: output_path=>/node/tags/general/page/12.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/13.html"=>Awestruct::Page{ 52936960: output_path=>/node/tags/general/page/13.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/14.html"=>Awestruct::Page{ 51994420: output_path=>/node/tags/general/page/14.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/15.html"=>Awestruct::Page{ 51439300: output_path=>/node/tags/general/page/15.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/16.html"=>Awestruct::Page{ 44132920: output_path=>/node/tags/general/page/16.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/17.html"=>Awestruct::Page{ 47935640: output_path=>/node/tags/general/page/17.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/18.html"=>Awestruct::Page{ 47600520: output_path=>/node/tags/general/page/18.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/19.html"=>Awestruct::Page{ 47306500: output_path=>/node/tags/general/page/19.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/20.html"=>Awestruct::Page{ 47029420: output_path=>/node/tags/general/page/20.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/21.html"=>Awestruct::Page{ 46768580: output_path=>/node/tags/general/page/21.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/22.html"=>Awestruct::Page{ 46450300: output_path=>/node/tags/general/page/22.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/23.html"=>Awestruct::Page{ 45712780: output_path=>/node/tags/general/page/23.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/24.html"=>Awestruct::Page{ 44584040: output_path=>/node/tags/general/page/24.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/general/page/25.html"=>Awestruct::Page{ 46061040: output_path=>/node/tags/general/page/25.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dsl/index.html"=>Awestruct::Page{ 42839920: output_path=>/node/tags/dsl/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/support-core/index.html"=>Awestruct::Page{ 39486180: output_path=>/node/tags/support-core/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/usage-statistics/index.html"=>Awestruct::Page{ 63772920: output_path=>/node/tags/usage-statistics/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/aws/index.html"=>Awestruct::Page{ 62827460: output_path=>/node/tags/aws/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/ec2/index.html"=>Awestruct::Page{ 57082620: output_path=>/node/tags/ec2/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/index.html"=>Awestruct::Page{ 55891320: output_path=>/node/tags/infrastructure/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/2.html"=>Awestruct::Page{ 54906720: output_path=>/node/tags/infrastructure/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/infrastructure/page/3.html"=>Awestruct::Page{ 54140120: output_path=>/node/tags/infrastructure/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/webapis/index.html"=>Awestruct::Page{ 53050540: output_path=>/node/tags/webapis/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/testing/index.html"=>Awestruct::Page{ 52164960: output_path=>/node/tags/testing/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/embedded/index.html"=>Awestruct::Page{ 63344700: output_path=>/node/tags/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/docker/index.html"=>Awestruct::Page{ 43919840: output_path=>/node/tags/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/certification/index.html"=>Awestruct::Page{ 46790220: output_path=>/node/tags/certification/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/hackergarten/index.html"=>Awestruct::Page{ 47849300: output_path=>/node/tags/hackergarten/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/scale/index.html"=>Awestruct::Page{ 66923680: output_path=>/node/tags/scale/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkins world/index.html"=>Awestruct::Page{ 66280360: output_path=>/node/tags/jenkins world/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/office hours/index.html"=>Awestruct::Page{ 65711400: output_path=>/node/tags/office hours/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/dashboard/index.html"=>Awestruct::Page{ 65034100: output_path=>/node/tags/dashboard/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/www/index.html"=>Awestruct::Page{ 64398340: output_path=>/node/tags/www/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/index.html"=>Awestruct::Page{ 63834760: output_path=>/node/tags/jenkinsci/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/2.html"=>Awestruct::Page{ 63199240: output_path=>/node/tags/jenkinsci/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/3.html"=>Awestruct::Page{ 62685140: output_path=>/node/tags/jenkinsci/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/4.html"=>Awestruct::Page{ 62389640: output_path=>/node/tags/jenkinsci/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/5.html"=>Awestruct::Page{ 62250460: output_path=>/node/tags/jenkinsci/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/6.html"=>Awestruct::Page{ 62069880: output_path=>/node/tags/jenkinsci/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/7.html"=>Awestruct::Page{ 61922900: output_path=>/node/tags/jenkinsci/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jenkinsci/page/8.html"=>Awestruct::Page{ 61767500: output_path=>/node/tags/jenkinsci/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/index.html"=>Awestruct::Page{ 61547060: output_path=>/node/tags/workflow/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/2.html"=>Awestruct::Page{ 61378780: output_path=>/node/tags/workflow/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/workflow/page/3.html"=>Awestruct::Page{ 61206540: output_path=>/node/tags/workflow/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/index.html"=>Awestruct::Page{ 61049000: output_path=>/node/tags/cia/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/cia/page/2.html"=>Awestruct::Page{ 60847800: output_path=>/node/tags/cia/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/index.html"=>Awestruct::Page{ 60686900: output_path=>/node/tags/guest post/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/2.html"=>Awestruct::Page{ 60501320: output_path=>/node/tags/guest post/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/guest post/page/3.html"=>Awestruct::Page{ 60346220: output_path=>/node/tags/guest post/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/index.html"=>Awestruct::Page{ 60180480: output_path=>/node/tags/video/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/video/page/2.html"=>Awestruct::Page{ 59987620: output_path=>/node/tags/video/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/index.html"=>Awestruct::Page{ 59842040: output_path=>/node/tags/just for fun/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/2.html"=>Awestruct::Page{ 59611960: output_path=>/node/tags/just for fun/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/3.html"=>Awestruct::Page{ 59431720: output_path=>/node/tags/just for fun/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/4.html"=>Awestruct::Page{ 59259780: output_path=>/node/tags/just for fun/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/just for fun/page/5.html"=>Awestruct::Page{ 59097440: output_path=>/node/tags/just for fun/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/index.html"=>Awestruct::Page{ 58902580: output_path=>/node/tags/news/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/2.html"=>Awestruct::Page{ 58716180: output_path=>/node/tags/news/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/3.html"=>Awestruct::Page{ 58454080: output_path=>/node/tags/news/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/4.html"=>Awestruct::Page{ 58281200: output_path=>/node/tags/news/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/5.html"=>Awestruct::Page{ 58114900: output_path=>/node/tags/news/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/6.html"=>Awestruct::Page{ 57712400: output_path=>/node/tags/news/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/7.html"=>Awestruct::Page{ 57565400: output_path=>/node/tags/news/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/news/page/8.html"=>Awestruct::Page{ 57059440: output_path=>/node/tags/news/page/8.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/index.html"=>Awestruct::Page{ 56189860: output_path=>/node/tags/releases/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/2.html"=>Awestruct::Page{ 55580800: output_path=>/node/tags/releases/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/releases/page/3.html"=>Awestruct::Page{ 54796100: output_path=>/node/tags/releases/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/index.html"=>Awestruct::Page{ 54049840: output_path=>/node/tags/meta/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/2.html"=>Awestruct::Page{ 53260180: output_path=>/node/tags/meta/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/meta/page/3.html"=>Awestruct::Page{ 52098140: output_path=>/node/tags/meta/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/index.html"=>Awestruct::Page{ 44240280: output_path=>/node/tags/feedback/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/2.html"=>Awestruct::Page{ 46393560: output_path=>/node/tags/feedback/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/3.html"=>Awestruct::Page{ 44439020: output_path=>/node/tags/feedback/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/4.html"=>Awestruct::Page{ 45933600: output_path=>/node/tags/feedback/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/5.html"=>Awestruct::Page{ 46624580: output_path=>/node/tags/feedback/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/6.html"=>Awestruct::Page{ 44504680: output_path=>/node/tags/feedback/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/feedback/page/7.html"=>Awestruct::Page{ 43784100: output_path=>/node/tags/feedback/page/7.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/screencast/index.html"=>Awestruct::Page{ 42775600: output_path=>/node/tags/screencast/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/index.html"=>Awestruct::Page{ 28882820: output_path=>/node/tags/juc/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/2.html"=>Awestruct::Page{ 28474860: output_path=>/node/tags/juc/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/3.html"=>Awestruct::Page{ 28117140: output_path=>/node/tags/juc/page/3.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/4.html"=>Awestruct::Page{ 27764340: output_path=>/node/tags/juc/page/4.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/5.html"=>Awestruct::Page{ 27400000: output_path=>/node/tags/juc/page/5.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/juc/page/6.html"=>Awestruct::Page{ 27059040: output_path=>/node/tags/juc/page/6.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/interview/index.html"=>Awestruct::Page{ 26654980: output_path=>/node/tags/interview/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/index.html"=>Awestruct::Page{ 25924840: output_path=>/node/tags/javaone/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/javaone/page/2.html"=>Awestruct::Page{ 25760800: output_path=>/node/tags/javaone/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jobs/index.html"=>Awestruct::Page{ 25593360: output_path=>/node/tags/jobs/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/index.html"=>Awestruct::Page{ 25383340: output_path=>/node/tags/links/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/links/page/2.html"=>Awestruct::Page{ 25155180: output_path=>/node/tags/links/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/index.html"=>Awestruct::Page{ 24923800: output_path=>/node/tags/mailing list/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/mailing list/page/2.html"=>Awestruct::Page{ 24705780: output_path=>/node/tags/mailing list/page/2.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/node/tags/jruby/index.html"=>Awestruct::Page{ 24385980: output_path=>/node/tags/jruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/node/index.html.haml, layout=>default }, "/s/android/index.html"=>Awestruct::Page{ 63690340: output_path=>/s/android/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/android.adoc, layout=>solution }, "/s/c/index.html"=>Awestruct::Page{ 54030160: output_path=>/s/c/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/c.adoc, layout=>solution }, "/s/docker/index.html"=>Awestruct::Page{ 67256260: output_path=>/s/docker/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/docker.adoc, layout=>solution }, "/s/embedded/index.html"=>Awestruct::Page{ 43615060: output_path=>/s/embedded/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/embedded.adoc, layout=>solution }, "/s/github/index.html"=>Awestruct::Page{ 67100220: output_path=>/s/github/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/github.adoc, layout=>solution }, "/s/java/index.html"=>Awestruct::Page{ 66487500: output_path=>/s/java/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/java.adoc, layout=>solution }, "/s/pipeline/index.html"=>Awestruct::Page{ 65753460: output_path=>/s/pipeline/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/pipeline.adoc, layout=>solution }, "/s/python/index.html"=>Awestruct::Page{ 57955440: output_path=>/s/python/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/python.adoc, layout=>solution }, "/s/ruby/index.html"=>Awestruct::Page{ 56389060: output_path=>/s/ruby/index.html, source_path=>/home/tyler/source/github/jenkins-infra/jenkins.io/content/solutions/ruby.adoc, layout=>solution }}>} - The environment variable that is set on the master or slave.
Type: String
userName
-
password
-
cloakedPaths (optional)
-
Paths that are cloaked will not be pulled into the local workspace during a GET
from the TFVC repository.
Check-ins that contain files only in cloaked folders (in other words, fully cloaked)
will not trigger a build,
whereas a check-in containing any path that isn’t cloaked will trigger a build.
For example, suppose the Project path is $/Example/project/path,
and the repository contains the following subfolders:
$/Example/project/path/A
$/Example/project/path/A/1
$/Example/project/path/A/2
$/Example/project/path/B
$/Example/project/path/C
Now, suppose the following paths were entered as Cloaked Paths:
$/Example/project/path/A/2
$/Example/project/path/B
…then the resulting workspace on the Jenkins server would only have the following folders:
$/Example/project/path/A
$/Example/project/path/A/1
$/Example/project/path/C
To continue with the example,
the following check-in will not trigger a build,
because it only contains changes under cloaked paths:
$/Example/project/path/A/2/alpha.txt
$/Example/project/path/A/2/second.txt
$/Example/project/path/B/bravo.txt
…whereas this check-in will trigger a build,
because it contains at least one path that isn’t cloaked:
$/Example/project/path/A/1/first.txt
$/Example/project/path/A/2/second.txt
$/Example/project/path/B/bravo.txt
Type: String
credentialsConfigurer (optional)
-
NEW since 5.1.0: Credentials for team project collections can now be configured once instead of once per job.
Credentials will be looked up in the global configuration based on the Collection URL. Make sure you have added your credentials at Jenkins > Manage Jenkins > Configure Credentials and then add Team Project Collections that are linked to their corresponding credentials at Jenkins > Manage Jenkins > Configure System.
Consult the Global Configuration section in README.md for a walkthrough.
Credentials are specified in the job. This is the legacy behavior.
Nested Choice of Objects
+$class: 'AutomaticCredentialsConfigurer'+
+$class: 'ManualCredentialsConfigurer'+
+userName+::::
The name of the user that will be connecting to TFS/Team Services to query history, checkout files, etc.
Team Foundation Server (on-premises)
For [on-premises] Team Foundation Server, the user name can be specified in two ways:
Visual Studio Team Services (previously known as Visual Studio Online)
For Team Services, there are also two options:
Personal access tokens (recommended)
In Team Services, click your name in the top right corner and select Security.
In the Personal access tokens area, select Add.
Describe the token (use something like "Jenkins server at jenkins.example.com"), select an expiry timeframe, double-check the Team Services account the token will be valid for and, until the corresponding defect in Team Services is fixed, select All scopes.
Click [Create Token] and copy the generated personal access token to the clipboard.
Back to Jenkins, enter the e-mail address associated with your Team Services account as the User name and the generated personal access token as the User password.
In Team Services, click your name in the top right corner and select Security.
In the Alternate credentials area, select Enable alternate authentication credentials.
Enter a secondary user name and password, then click [Save].
Back to Jenkins, re-enter those credentials in the User name and User password fields.
Type: String
password
-
localPath (optional)
-
The folder where all files will be retrieved into. The folder name is a relative path, under
the workspace of the current job.
The default setting is to retrieve the files into the workspace (ie. the workfolder is ".".
Type: String
Unity Asset Server Trigger
Starts a build when a change is detected on the unity asset server.
Configure the Postgres database with the right connection settings and the plugin will search for changes on
the server with the interval of the Crontab.
Example, if the trigger start each hour based on the crontab schedule, it will search for changes in the last hour.
Plugin developed by Marcelo Adriano Brunken
BigPoint GmbH
Germany
databaseUrl
-
Configure the Database IP Adress or Server name
Example: 127.0.0.1
Type: String
databasePort
-
Configure the Postgres Database port, default value is 10733
Type: int
instance
-
Configure the Database instance
Example: production-db
Type: String
user
-
Configure the Database User
Example: Admin
Type: String
password
-
Configure the Database User Password
Example:
LOL
*Type: String
$class: VaultSCM
serverName:::
+
Specify the hostname or IP address of the vault server.
Type: String
path
-
userName
-
password
-
repositoryName
-
vaultName
-
sslEnabled
-
useNonWorkingFolder
-
merge
-
fileTime
-
makeWritableEnabled
-
verboseEnabled
-
changelog (optional)
-
poll (optional)
-